D27380: [GTK Config] Construct font style by hand instead of relying on Qt function

2020-02-25 Thread Lionel Chauvin
chauvin added a comment. In D27380#617927 , @ngraham wrote: > All fonts tested. :( Thunderbird is a gtk3 application ? If I manually change .gtkrc-2.0 with this line: gtk-font-name="Ubuntu, Italic 9" Gimp and Inskape displ

D27380: [GTK Config] Construct font style by hand instead of relying on Qt function

2020-02-20 Thread Lionel Chauvin
chauvin added inline comments. INLINE COMMENTS > chauvin wrote in configvalueprovider.cpp:50 > I observed a different behavior with ~/.gtkrc-2.0 (libgtk version 2.62.1) > There is perhaps a difference betwen gtk2 and gtk3 Sorry I missread the version of libgtk2.0 it is 2.24.32 (not 2.62.1) It

D27380: [GTK Config] Construct font style by hand instead of relying on Qt function

2020-02-20 Thread Lionel Chauvin
chauvin added inline comments. INLINE COMMENTS > gikari wrote in configvalueprovider.cpp:50 > Comma is important, if not the comma, the GTK would not be able to parse font > with spaces in name. Comma fixed that bug: > https://bugs.kde.org/show_bug.cgi?id=380980 I observed a different behavior

D27380: [GTK Config] Construct font style by hand instead of relying on Qt function

2020-02-20 Thread Lionel Chauvin
chauvin added inline comments. INLINE COMMENTS > configvalueprovider.cpp:50 > +const QString fontStyle = fontStyleHelper(font); > +return font.family() + QStringLiteral(", ") + fontStyle + ' ' + > QString::number(font.pointSize()); > } I think QStringLiteral(", ") should be replace

Re: QML plasmoid and compact representation

2013-02-05 Thread Lionel Chauvin
Thank you. It's interesting but I don't think I will use such an hack. Instead of display the number of unread entries on an icon, I will use 2 icons, the classic "application rss+xml" icon and modified version with an emblem in order to notify "new entries". The user will be less tempted to proc

Re: QML plasmoid and compact representation

2013-02-04 Thread Lionel Chauvin
>I want to change it in the future, but for now there isn't much way around. >note that is also the behavior for c++ plasmoids. the ones that collapse and >expand depending to the size are the ones that have just an icon. The calendar plasmoid shows an icon with the current day number when it i

QML plasmoid and compact representation

2013-02-03 Thread Lionel Chauvin
displayed when it is in a panel and the full plasmoid when it is on the desktop. Cheers Lionel Chauvin ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: RSS Launcher plasmoid

2012-12-19 Thread Lionel Chauvin
> You can add config. You need to add a config.ui file, which is made in > QtDesigner with all your elements named correctly. See the battery > applet for a good example and > http://techbase.kde.org/Development/Tutorials/Using_KConfig_XT Thank you Do you know if panel's widgets can be modified vi

RSS Launcher plasmoid

2012-12-18 Thread Lionel Chauvin
ently only the first entry of main.xml can be configured. Is it planned to support config panel for qml plasmoid ? Do you think I can publish this plasmoid on kde look ? Cheers, Lionel Chauvin ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel