Re: Notifications not automatically hidden anymore

2009-12-02 Thread Andras Mantia
Hi, I've been testing and evaluating the current behavior of the systray notifications, and I have to admit, that I still don't like it. Now that the notifications are cleared after 5 minutes when using the computer is better, but not enough, and I agree with this statement: Aleix Pol wrote: >

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Tony Murray
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2311/#review3374 --- Ship it! r4 looks good! - Tony On 2009-12-03 04:51:21, Bruno Bigra

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Tony Murray
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2311/#review3373 --- As we discussed, fix _k_rotatePoint(point, angle) so it returns 0,0 wh

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Bruno Bigras
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2311/ --- (Updated 2009-12-03 04:51:21.705504) Review request for Plasma. Changes --

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Bruno Bigras
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2311/ --- (Updated 2009-12-03 03:43:24.908383) Review request for Plasma. Changes --

Re: Notifications not automatically hidden anymore

2009-12-02 Thread Alex Fiestas
On Wednesday 02 December 2009 21:55:25 Marco Martin wrote: > On Wednesday 02 December 2009, Andreas Pakulat wrote: > > Hi, > > > > I figured this might be faster than reporting on bko (unless I don't get > > any answers). Here on my machine (trunk from last friday) the > > notifications in the syst

Re: Notifications not automatically hidden anymore

2009-12-02 Thread Aleix Pol
But this carries some problems: - now the number under the actions (i don't know the name) becomes useless. - if you click the wrong button you start getting notifications for quite a long time - This "recent notifications" item is always shown but not providing any input (just interaction). What w

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Bruno Bigras
> On 2009-12-02 22:03:34, Tony Murray wrote: > > Looks good, it still flashes in the left corner of the screen at the same > > point this bug was triggered, but it doesn't stay there and totally bork > > plasma ;) I'm guessing there is some issue further up in the code. Great > > work. I ju

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Tony Murray
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2311/#review3370 --- Looks good, it still flashes in the left corner of the screen at the s

Re: Notifications not automatically hidden anymore

2009-12-02 Thread Marco Martin
On Wednesday 02 December 2009, Andreas Pakulat wrote: > Hi, > > I figured this might be faster than reporting on bko (unless I don't get > any answers). Here on my machine (trunk from last friday) the > notifications in the systray don't get automatically hidden even though > the proper checkboxes

Notifications not automatically hidden anymore

2009-12-02 Thread Andreas Pakulat
Hi, I figured this might be faster than reporting on bko (unless I don't get any answers). Here on my machine (trunk from last friday) the notifications in the systray don't get automatically hidden even though the proper checkboxes are set apropriately. I didn't update kde for quite some time bef

Re: Warning : qreal in Plasma...

2009-12-02 Thread Aaron J. Seigo
On December 2, 2009, Marco Martin wrote: > On Wednesday 02 December 2009, Alexis Ménard wrote: > > Hello dudes, > > > > When recompiling Plasma for the N900 i found some compilations issues, > > don't worry no big deal. > > > > Just so you know on ARM qreal is not a double but a float... > > > > s

Re: Update The Feature Plan! NOW!

2009-12-02 Thread Aaron J. Seigo
On December 1, 2009, Sebastian Kügler wrote: > For bugfix releases, some CHANGELOG keyword would be useful, the XML i've discussed this with the people working on the git transition; i'll propose something to the release team soon and perhaps we'll have something when we move to git. -- Aaron

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2311/#review3369 --- Ship it! perfect :) - Marco On 2009-12-02 18:12:37, Bruno Bigras w

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Bruno Bigras
2009/12/2 Sebastian Kügler : > I'm seeing this behaviour as well, just hit me yesterday. thanks Bruno ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Bruno Bigras
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2311/ --- (Updated 2009-12-02 18:12:37.468939) Review request for Plasma. Changes --

Re: Update The Feature Plan! NOW!

2009-12-02 Thread Diego Iastrubni
I might be reading Aaron's respond wrongly, but I think he tried and failed because of several technical reasons. I would like help plasma developers work on plasma - not on documenting it's state. Let the developers write something trivial in a small text file on the SVN, and I want you to han

Re: Warning : qreal in Plasma...

2009-12-02 Thread Marco Martin
On Wednesday 02 December 2009, Alexis Ménard wrote: > Hello dudes, > > When recompiling Plasma for the N900 i found some compilations issues, > don't worry no big deal. > > Just so you know on ARM qreal is not a double but a float... > > so qMax(0.0, whatEverQReal) doesn't compile...You should

Warning : qreal in Plasma...

2009-12-02 Thread Alexis Ménard
Hello dudes, When recompiling Plasma for the N900 i found some compilations issues, don't worry no big deal. Just so you know on ARM qreal is not a double but a float... so qMax(0.0, whatEverQReal) doesn't compile...You should use qMax(qreal(0.0), whatEverQReal)... :D. Thanks. Cheers!

Re: Review Request: Folderview popups should inherit file preview settings

2009-12-02 Thread Yuen Hoe Lim
> On 2009-12-01 23:30:12, Fredrik Höglund wrote: > > /trunk/KDE/kdebase/apps/plasma/applets/folderview/folderview.cpp, line 901 > > > > > > If you move this call into updateIconViewState(), you only need to do > > it in

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2311/#review3361 --- good catch, i think should be done in a slightly different way tough

Re: Review Request: BUG - Prevent a plasmoid from being resized to a smaller value than it's minimumSize

2009-12-02 Thread Sebastian Kügler
On Wednesday 02 December 2009 02:17:50 Bruno Bigras wrote: > --- > This is an automatically generated e-mail. To reply, visit: > http://reviewboard.kde.org/r/2311/ > --- > > Review reque