Re: Review Request: Moonrise/set for time dataengine

2009-08-24 Thread Petri Damstén
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/680/ --- (Updated 2009-08-24 07:56:57.427556) Review request for Plasma. Changes

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Aaron J. Seigo
On Saturday 22 August 2009, Emdek wrote: And KWin method will work on other platforms? yes, other window managers allow dock windows to get focus. By the way, in fact we use KWin in this method, but not directly. ;-) what would be good is to have both a keyboard shortcut for the user to

Re: [BUG] Roles of Plasma::Delegate always have to be set explicitly

2009-08-24 Thread Aaron J. Seigo
On Saturday 22 August 2009, p.schm...@uni-kassel.de wrote: If yes, I attached a trivial patch to just set the three roles in the constructor. looks good; please commit. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core

Re: Review Request: reimplement adding application launcher submenus to panels and desktops

2009-08-24 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1389/#review2130 --- Ship it! rocking; this will make a few more people happy :) - Aaron

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Emdek
On 24-08-2009 at 11:06:06 Aaron J. Seigo ase...@kde.org wrote: By the way, in fact we use KWin in this method, but not directly. ;-) what would be good is to have both a keyboard shortcut for the user to access (which would go into kwin) and a way for widgets to request this same focus

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Marco Martin
On Monday 24 August 2009, Aaron J. Seigo wrote: On Saturday 22 August 2009, Emdek wrote: And KWin method will work on other platforms? yes, other window managers allow dock windows to get focus. By the way, in fact we use KWin in this method, but not directly. ;-) what would be good is

Re: Review Request: Allow user to select Calendar System to display in Calendar and Clock Applets

2009-08-24 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1378/#review2131 --- generally i like both the concept and the implementation. there are a

Re: Review Request: Moonrise/set for time dataengine

2009-08-24 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/680/#review2132 --- Ship it! - Aaron On 2009-08-24 07:56:57, Petri Damstén wrote:

Re: Review Request: big revamp of Device Notifier

2009-08-24 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1370/#review2133 --- i'm not going to look at the code just yet. instead i'd like to focus

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Aaron J. Seigo
On Monday 24 August 2009, Marco Martin wrote: On Monday 24 August 2009, Aaron J. Seigo wrote: On Saturday 22 August 2009, Emdek wrote: And KWin method will work on other platforms? yes, other window managers allow dock windows to get focus. By the way, in fact we use KWin in this

Re: Review Request: big revamp of Device Notifier

2009-08-24 Thread David Baron
Is this the one that has been on kde-look for a while? Sounds like it. This is a worthy revamp of the original device-notifier plasmoid and in 4.3 it is actually readable. The last mounted tooltip is of questionable usefulness. This baby, at least the last kde-look.org version of it, is

Plasmate previewer, again =P

2009-08-24 Thread Yuen Hoe Lim
Haven't had anything Plasmate here for awhile :) Anyway, I just settled in after moving and starting an internship and when I turn back to the plasmate previewer I realized I don't know what I should be doing with it next :O I see a lot of check-ins going on on the timeline end but as far as the

Re: Plasmate previewer, again =P

2009-08-24 Thread Aaron J. Seigo
On Monday 24 August 2009, Yuen Hoe Lim wrote: So I was wondering if I should be attempting to chip in on all the work Diego is doing now giving Diego a hand would probably be good... -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43

Re: Plasmate previewer, again =P

2009-08-24 Thread Shantanu Tushar Jha
On Mon, Aug 24, 2009 at 8:45 PM, Aaron J. Seigo ase...@kde.org wrote: On Monday 24 August 2009, Yuen Hoe Lim wrote: So I was wondering if I should be attempting to chip in on all the work Diego is doing now giving Diego a hand would probably be good... I hope even I can give a helping

Re: Review Request: Moonrise/set for time dataengine

2009-08-24 Thread John Layt
On Monday 24 August 2009 08:56:57 Petri Damstén wrote: Moonrise/set patch using new TimeSource in time dataengine. This also changes all sun and moon phase calculation code so same code can be used for all the calculations. This is too late for 4.3, but I'll post it here so it won't get

Re: Review Request: Moonrise/set for time dataengine

2009-08-24 Thread Shawn Starr
On Monday 24 August 2009 13:12:58 John Layt wrote: On Monday 24 August 2009 08:56:57 Petri Damstén wrote: Moonrise/set patch using new TimeSource in time dataengine. This also changes all sun and moon phase calculation code so same code can be used for all the calculations. This is too

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Chani
* way for a widget to advertise that it should receive keyboard focus when clicked and have PanelView grab focus in that case neglecting for a while how actually give focus to the panel, api-wise on plasma side could work as this: Applet::addFocusWidget(QGraphicsWidget *) it's

Re: Review Request: Moonrise/set for time dataengine

2009-08-24 Thread Chani
On August 24, 2009 10:12:58 John Layt wrote: On Monday 24 August 2009 08:56:57 Petri Damstén wrote: Moonrise/set patch using new TimeSource in time dataengine. This also changes all sun and moon phase calculation code so same code can be used for all the calculations. This is too late for

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Marco Martin
On Monday 24 August 2009, Chani wrote: * way for a widget to advertise that it should receive keyboard focus when clicked and have PanelView grab focus in that case neglecting for a while how actually give focus to the panel, api-wise on plasma side could work as this:

Re: Re: Plasmate previewer, again =P

2009-08-24 Thread Diego Casella ([Po]lentino)
-- Messaggio inoltrato -- From: Shantanu Tushar Jha jhahon...@gmail.com To: plasma-devel@kde.org Date: Mon, 24 Aug 2009 21:01:19 +0530 Subject: Re: Plasmate previewer, again =P On Mon, Aug 24, 2009 at 8:45 PM, Aaron J. Seigo ase...@kde.org wrote: On Monday 24 August

Review Request: Patch to fix drawing problem for horizontal scrollbar's slider

2009-08-24 Thread Reza Fatahilah Shah
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1395/ --- Review request for Plasma. Summary --- This fixed drawing problem for

Re: Some dates on Tokamak3

2009-08-24 Thread Martin Gräßlin
Am Mittwoch 12 August 2009 17:04:00 schrieb Mario Fux: Good morning Here some dates or proposals to Tokamak3. So i have to ask for something unimportant for all those people arriving by plane ;-) What's actually a good time to arrive on Friday? As I come by train I'm quite flexible.

Re: Some dates on Tokamak3

2009-08-24 Thread Artur Souza (MoRpHeUz)
On Monday 24 August 2009, 18:43 Martin Gräßlin wrote: So i have to ask for something unimportant for all those people arriving by plane ;-) What's actually a good time to arrive on Friday? As I come by train I'm quite flexible. Nevertheless I could spend the night from Thursday to Friday in

can't get qgraphicsgridlayout to resize properly

2009-08-24 Thread Amritpal Bath
I've got a Plasma::Applet containing a QGraphicsGridLayout, which has a couple of QGraphicsWidgets (QLabels via QGraphicsProxyWidget). The text in my layout gets updated periodically after running an external process, but I can't quite get the resizing to work properly. I've attached a

Re: Re: Plasmate previewer, again =P

2009-08-24 Thread Yuen Hoe Lim
My times have not changed :P Quoting: I'm interning now so I'm only available at about 1230 - 1530 UTC on weekdays. On friday and saturday I can go later to 1700 or so :) Jason moofang Lim Yuen Hoe http://yuenhoe.co.cc/ On Tue, Aug 25, 2009 at 11:05 AM, Shantanu Tushar Jha

Re: Some dates on Tokamak3

2009-08-24 Thread Chani
Btw, when we arrive at Randa, how should we proceed ??? Ask someone for Mario's house ? ;) a very good question. I'll be getting on an airplane in a couple of days, my phone will not work when I'm in europe, and I'd really like to know this stuff before I go. :) also, I can buy the train