Phonon/Releases/Core/4.8.2: Difference between revisions

From KDE Community Wiki
< Phonon‎ | Releases‎ | Core
(Created page with "{{Phonon/ReleaseTable | url = http://download.kde.org/stable/phonon/4.8.2/phonon-4.8.2.tar.xz.mirrorlist | sha256 = cf599750fe05652954e203f0320c485ad0d3b24bde6862cfc1230dbed6f...")
 
(No difference)

Latest revision as of 08:43, 4 November 2014

URL http://download.kde.org/stable/phonon/4.8.2/phonon-4.8.2.tar.xz.mirrorlist
SHA256 cf599750fe05652954e203f0320c485ad0d3b24bde6862cfc1230dbed6f9d276

Bug Fixes

  • Revised the logic used by PulseSupport to come up with an icon name for PulseAudio. If the application has QApplication::windowIcon set with an QIcon constructed through QIcon::fromTheme(string) the actual icon name will be used. Otherwise the lower-case version of QCoreApplication::applicationName is used.
  • Fixed building with the compiler clang by reverting a previously introduced workaround.