feature plan

2010-03-03 Thread Chani
after all that fun planning at tokamak, it's time we updated the feature plan for 4.5 :) I expect it'll be small, since we're focused on polish, but some of that polish might count as features... so, head over to http://techbase.kde.org/Schedules/KDE4/4.5_Feature_Plan and add whatever you expec

Re: Review Request: The WebshortcutRunner did not check whether the search engines it provided were even enabled.

2010-03-03 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3097/#review4364 --- Ship it! some very minor issues, nothing majorly important though. th

Re: Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3092/#review4363 --- Ship it! :) - Aaron On 2010-03-04 00:56:26, Davide Bettio wrote: >

Re: Creating a rectangular icon

2010-03-03 Thread Aaron J. Seigo
On March 3, 2010, Antony Loebs wrote: > On Wed, Mar 3, 2010 at 5:58 PM, Aaron J. Seigo wrote: > > On March 3, 2010, Antony Loebs wrote: > > > Hmm...I added the following > > > > > > def paintEvent(self, event): > > > size = self.geometry() > > > height = size.height() > > > self.resiz

Re: Review Request: The WebshortcutRunner did not check whether the search engines it provided were even enabled.

2010-03-03 Thread Nikolaus Waxweiler
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3097/ --- (Updated 2010-03-04 01:20:41.786190) Review request for Plasma. Changes --

Re: Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3092/ --- (Updated 2010-03-04 00:56:26.290142) Review request for Plasma. Changes --

Re: Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3092/ --- (Updated 2010-03-04 00:54:48.317782) Review request for Plasma. Changes --

Re: Creating a rectangular icon

2010-03-03 Thread Antony Loebs
On Wed, Mar 3, 2010 at 5:58 PM, Aaron J. Seigo wrote: > On March 3, 2010, Antony Loebs wrote: > > Hmm...I added the following > > def paintEvent(self, event): > > size = self.geometry() > > height = size.height() > > self.resize(height * 4, height) > > > > But that doesn't work. Do I

Re: Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3092/#review4361 --- two small issues, and then it looks good to go! :) /trunk/KDE/kdelib

Re: Creating a rectangular icon

2010-03-03 Thread Antony Loebs
On Wed, Mar 3, 2010 at 5:58 PM, Aaron J. Seigo wrote: > On March 3, 2010, Antony Loebs wrote: > > Hmm...I added the following > > def paintEvent(self, event): > > size = self.geometry() > > height = size.height() > > self.resize(height * 4, height) > > > > But that doesn't work. Do I

Re: Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3092/ --- (Updated 2010-03-03 23:55:34.353109) Review request for Plasma. Changes --

Re: Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3092/ --- (Updated 2010-03-03 23:51:38.984773) Review request for Plasma. Changes --

Re: Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Davide Bettio
> On 2010-03-03 17:05:34, Aaron Seigo wrote: > > "This patch adds support to multiple render threads in Plasma::Wallpaper" > > > > sounds like it could be useful; is there a use case in particular that you > > were working on that this improves? > > > > "and fixes a small bug that has been hap

Re: Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Beat Wolf
> On 2010-03-03 17:05:34, Aaron Seigo wrote: > > "This patch adds support to multiple render threads in Plasma::Wallpaper" > > > > sounds like it could be useful; is there a use case in particular that you > > were working on that this improves? > > > > "and fixes a small bug that has been hap

Re: Creating a rectangular icon

2010-03-03 Thread Aaron J. Seigo
On March 3, 2010, Antony Loebs wrote: > On Tue, Mar 2, 2010 at 9:09 PM, Aaron J. Seigo wrote: > > On March 2, 2010, Antony Loebs wrote: > > > Ok, when I added > > > self.layout.setPreferredWidth(120) > > > that displays it correctly, but now it doesn't expand or contract at > > > all horizontally.

Review Request: The WebshortcutRunner did not check whether the search engines it provided were even enabled.

2010-03-03 Thread Nikolaus Waxweiler
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3097/ --- Review request for Plasma. Summary --- Solution: find out which ones are en

Re: Review Request: The WebshortcutRunner did not check whether the search engines it provided were even enabled.

2010-03-03 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3097/#review4356 --- looks pretty good ... i can think of a few more possible reasonable i

Re: Creating a rectangular icon

2010-03-03 Thread Antony Loebs
On Tue, Mar 2, 2010 at 9:09 PM, Aaron J. Seigo wrote: > On March 2, 2010, Antony Loebs wrote: > > Ok, when I added > > self.layout.setPreferredWidth(120) > > that displays it correctly, but now it doesn't expand or contract at all > > horizontally. It does expand and contract vertically, however.

Re: Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Davide Bettio
> On 2010-03-03 17:05:34, Aaron Seigo wrote: > > "This patch adds support to multiple render threads in Plasma::Wallpaper" > > > > sounds like it could be useful; is there a use case in particular that you > > were working on that this improves? > > > > "and fixes a small bug that has been hap

Re: "main.py" problem in Runners and Dataengines?

2010-03-03 Thread Luca Beltrame
In data mercoledì 03 marzo 2010 22:17:12, Luca Beltrame ha scritto: > I'll have a look. Should be fixed in r1098535 (trunk) and r1098536 (4.4 branch). Please let me know if you experience further issues. signature.asc Description: This is a digitally signed message part. __

Re: "main.py" problem in Runners and Dataengines?

2010-03-03 Thread Luca Beltrame
In data mercoledì 03 marzo 2010 17:29:44, Yuen Hoe Lim ha scritto: > this problem for python plasmoids). A further patch might be needed to do > a similar fix for runners and dataengines? I'll have a look. signature.asc Description: This is a digitally signed message part. _

Re: Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3092/#review4348 --- "This patch adds support to multiple render threads in Plasma::Wallpap

Review Request: Added support to multiple render threads to Plasma::Wallpaper.

2010-03-03 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3092/ --- Review request for Plasma. Summary --- This patch adds support to multiple

Re: Fixing krunner's threading

2010-03-03 Thread Thiago Macieira
Em Terça-feira 02 Março 2010, às 15:49:18, Thiago Macieira escreveu: > I'm actually raising the bar here. > > I'm turning on QT_FATAL_WARNINGS by default in Qt debug builds (starting > with Qt 4.7). After suggesting this to Qt developers, the overwhelming reaction was against it. So there will

Re: Strange ampersand in Plasma tooltips

2010-03-03 Thread Mark Kretschmann
On Tue, Mar 2, 2010 at 6:31 PM, Marco Martin wrote: > On Tuesday 02 March 2010, Michael Jansen wrote: >> On Tuesday 02 March 2010 14:40:25 Marco Martin wrote: >> > On Tuesday 02 March 2010, Artur Souza (MoRpHeUz) wrote: >> > > On Tuesday 02 March 2010, 10:07 Marco Martin wrote: >> > > > they shoul