<table><tr><td style="">davidre created this revision.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />davidre requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D27589">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Before icons loaded internally with QIcon::fromTheme were being colored with the<br />
colors from the current global color scheme instead of the ones from the current<br />
Plasma Theme. Leading to visual bugs when the two differ. This happened because<br />
KIconLoader uses the global color scheme by default.<br />
A prominent case is the notification send by the network plasmoid when one<br />
successfully connected to a wireless network. It sets the icon<br />
"network-wireless-on" which is not included in Breeze icons (but is included in<br />
Breeze Plasma Theme). If the current icon theme is indeed Breeze, IconItem<br />
resorts to using QIcon::fromTheme and we end up with a wrong colored<br />
"network-wireless" icon.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R242 Plasma Framework (Library)</div></div></div><br /><div><strong>BRANCH</strong><div><div>qiconcolor (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27589">https://phabricator.kde.org/D27589</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/declarativeimports/core/CMakeLists.txt<br />
src/declarativeimports/core/iconitem.cpp</div></div></div><br /><div><strong>To: </strong>davidre<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns<br /></div>