Re: QML plasmoid and compact representation

2013-02-26 Thread Michail Vourlakos
Hello, I would like a confirmation for a compactRepresentation behavior, I have opened a kde bug: https://bugs.kde.org/show_bug.cgi?id=315825 compactRepresentation does not take into account the panel size and uses only the panel icon size which has been set in system-settings, Problem is that

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-05 Thread Michail Vourlakos
Στις 04/02/2013 09:36 μμ, ο/η 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

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

Re: QML plasmoid and compact representation

2013-02-04 Thread Michail Vourlakos
Στις 04/02/2013 11:47 πμ, ο/η Marco Martin έγραψε: On Sunday 03 February 2013, Lionel Chauvin wrote: Hi all, Some C++ plasmoids, as for example the 'weather' plasmoid, are changed into a compact representation when they become too small. When the user clicks on a compact representation, the fu

Re: QML plasmoid and compact representation

2013-02-04 Thread Marco Martin
On Sunday 03 February 2013, Lionel Chauvin wrote: > Hi all, > > > Some C++ plasmoids, as for example the 'weather' plasmoid, are changed into > a compact representation when they become too small. When the user clicks > on a compact representation, the full plasmoid is displayed in a popup. > >

QML plasmoid and compact representation

2013-02-03 Thread Lionel Chauvin
Hi all, Some C++ plasmoids, as for example the 'weather' plasmoid, are changed into a compact representation when they become too small. When the user clicks on a compact representation, the full plasmoid is displayed in a popup. I would like obtain the same behavior with a declarative plasmoi