> On May 9, 2016, 10:32 p.m., David Edmundson wrote:
> > src/kiconloader.cpp, line 311
> > <https://git.reviewboard.kde.org/r/127875/diff/1/?file=464536#file464536line311>
> >
> >     was createIconImage in the last frameworks?
> >     
> >     if so this is an ABI break.
> >     
> >     instead of using a default argument you'll have to have two methods.
> 
> Kai Uwe Broulik wrote:
>     Are you sure? This is KIconLoaderPrivate

kiconloaderprivate is not exported, so should be fine


> On May 9, 2016, 10:32 p.m., David Edmundson wrote:
> > src/kiconloader.cpp, line 841
> > <https://git.reviewboard.kde.org/r/127875/diff/1/?file=464536#file464536line841>
> >
> >     we're already passing a highlightedText colour for some reason.
> >     
> >     Either:
> >     - Kiconloader is responsible for choosing whether to use the normal 
> > colour or the highlight colour
> >     OR
> >      - The SVG is
> >     
> >     Right now it looks like it's a mixture?

the concept is that the svg has parts that use "textcolor" as their text.
the monochrome icons would be mostly of text color, mostly black (they can use 
the other named colors as well if they want).
what this patch does is replacing the text color with highlighted text, so the 
icon goes from black to white.

the svg can't have this conditional case "if selected" so all we can do is 
replacing colors via c++


- Marco


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127875/#review95297
-----------------------------------------------------------


On May 9, 2016, 3:26 p.m., Marco Martin wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127875/
> -----------------------------------------------------------
> 
> (Updated May 9, 2016, 3:26 p.m.)
> 
> 
> Review request for KDE Frameworks and Plasma.
> 
> 
> Repository: kiconthemes
> 
> 
> Description
> -------
> 
> QIcon has a Selected state that wasn't mapped to KIcon, use it and in case 
> for svg based icons that take colors from the palette take the 
> highlightedText color from the palette to color the icon instead of the text 
> color, making it possible for styles to have white icons and white text in 
> selected menu items (need explicit support from the style, patches in breeze 
> and the like coming)
> 
> 
> Diffs
> -----
> 
>   src/kiconengine.cpp 7c72ade 
>   src/kiconloader.h cf2f58a 
>   src/kiconloader.cpp b3c7166 
> 
> Diff: https://git.reviewboard.kde.org/r/127875/diff/
> 
> 
> Testing
> -------
> 
> 
> File Attachments
> ----------------
> 
> menu.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/05/09/0fb9a44c-8db4-4a10-91e7-1a6a36e41f62__menu.png
> 
> 
> Thanks,
> 
> Marco Martin
> 
>

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to