Re: keyboard shortcut

2010-03-07 Thread Martin Gräßlin
Am Sonntag 07 März 2010 01:55:22 schrieb Roman Shtylman: > Has any thought been given to changing the default shortcut to > alt+space? I think this was the old old katapult? shortcut... iirc Alt+space is used by other environments to open the window menu (alt+f3). So for somebody switching from GN

Re: keyboard shortcut

2010-03-07 Thread Diego Moya
I personally set up Win+Space as the shorcut for the application launcher in all the windowing environments I use. It has nearly the same convenience as Alt+Space, and I've found that the Super-Meta-Win key is less overloaded with key combos than Alt - so I can use it without running into any confl

Re: 4.5 polishment: system tray

2010-03-07 Thread Marco Martin
On Sunday 07 March 2010, Aaron J. Seigo wrote: > On March 6, 2010, nuno pinheiro wrote: > > btw could we try to include this work in a possible (cashew,krruner, > > specific device systemtry integration? ) > > it's possible, yes. i want to first work on the always-visible-krunner > option and then

Re: Review Request: Some system tray fixes

2010-03-07 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3165/#review4399 --- Ship it! yes, that part was obviously not finished. looks almost good

Re: n+1st report about arrow keys in krunner

2010-03-07 Thread Jacopo De Simoi
OK, this morning I tried some quick hacks to see how this looks in practice and I have a few comments already: 1) binding focus of the first item with focus of the Combobox feels really natural so I'd commit to trunk as soon as I clean up the code. 2) using the down arrow to go down the result

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-07 Thread Andrzej JR Hunt
On Saturday 06 March 2010 18:52:52 Aaron J. Seigo wrote: > i don't think this will work very well because we will want the button to > overlap with the View of the containment (for visual reasons). layouts > prevent that kind of overlapping (that's mostly the point of them :) and > the position cal

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-07 Thread Marco Martin
On Sunday 07 March 2010, Andrzej JR Hunt wrote: > On Saturday 06 March 2010 18:52:52 Aaron J. Seigo wrote: > > i don't think this will work very well because we will want the button to > > overlap with the View of the containment (for visual reasons). layouts > > prevent that kind of overlapping (t

Re: 4.5 polishment: system tray

2010-03-07 Thread nuno pinheiro
A Domingo, 7 de Março de 2010 12:35:52 Marco Martin você escreveu: > On Sunday 07 March 2010, Aaron J. Seigo wrote: > > On March 6, 2010, nuno pinheiro wrote: > > > btw could we try to include this work in a possible (cashew,krruner, > > > specific device systemtry integration? ) > > > > it's poss

Re: 4.5 polishment: system tray

2010-03-07 Thread Marco Martin
On Sunday 07 March 2010, nuno pinheiro wrote: > > Now, it would be possible to kinda resolve the krunner issue by creating > > a second top level view on that area that appears on alt+f2 in a > > dashboard fashion, but icons would still have the same problem, would > > require alt+f2 to show. > >

Re: 4.5 polishment: system tray

2010-03-07 Thread nuno pinheiro
A Domingo, 7 de Março de 2010 14:21:21 Marco Martin você escreveu: > On Sunday 07 March 2010, nuno pinheiro wrote: > > > Now, it would be possible to kinda resolve the krunner issue by > > > creating a second top level view on that area that appears on alt+f2 > > > in a dashboard fashion, but icons

Re: 4.5 polishment: system tray

2010-03-07 Thread Marco Martin
On Sunday 07 March 2010, nuno pinheiro wrote: > A Domingo, 7 de Março de 2010 14:21:21 Marco Martin você escreveu: > > On Sunday 07 March 2010, nuno pinheiro wrote: > > > > Now, it would be possible to kinda resolve the krunner issue by > > > > creating a second top level view on that area that app

4.5 polishment: krunner (under_the_hood)

2010-03-07 Thread Jacopo De Simoi
Hi there, this is the first part of my ideas for polishing krunner for 4.5. This thread will focus mostly about under_the_hood (i.e. not UI) changes, sooo here are my ideas: * Better sorting: at the moment krunner remembers which items the user runs frequently and kicks them up in the results l

KCM icons, krunner and consistency

2010-03-07 Thread Jacopo De Simoi
Dear devs, in view of our commitment to polish for 4.5, I'd like to raise a small issue regarding systemsettings and more specifically KCM icons and .desktop files At the moment icons for kcms can be shown in a few different settings, in systemsettings, in the "configure" menu of applets or ap

Re: n+1st report about arrow keys in krunner

2010-03-07 Thread Diego Moya
On 28 February 2010 09:34, Aaron J. Seigo wrote: > On February 27, 2010, Miha Čančula wrote: > > I suggest that the history should be added as just another runner. It > would > > show the last N used things when started, and then display a filtered > list > > when you write something. > > which d

Re: Review Request: Some system tray fixes

2010-03-07 Thread Andreas Hartmetz
> On 2010-03-07 12:49:13, Marco Martin wrote: > > trunk/KDE/kdebase/workspace/plasma/generic/applets/systemtray/ui/taskarea.cpp, > > line 86 > > > > > > you are still not deleting the bgstore anywhere Not explicitly. But

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-07 Thread Lukas Appelhans
Am Sonntag 07 März 2010 15:39:14 schrieb Jacopo De Simoi: > Hi there, this is the first part of my ideas for polishing krunner for 4.5. > This thread will focus mostly about under_the_hood (i.e. not UI) changes, > sooo here are my ideas: > > * Better sorting: at the moment krunner remembers which

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-07 Thread todd rme
On Sun, Mar 7, 2010 at 9:39 AM, Jacopo De Simoi wrote: > My proposal is the following: when obtaining a succesful partial match (e.g. > "kon" for "konsole", "kma" for "kmail" "sys" for "system settings") we store > somewhere (in the querymatch?) not just the exact query (i.e. "kon", "kma", > "s

Re: Review Request: Some system tray fixes

2010-03-07 Thread Marco Martin
> On 2010-03-07 12:49:13, Marco Martin wrote: > > trunk/KDE/kdebase/workspace/plasma/generic/applets/systemtray/ui/taskarea.cpp, > > line 418 > > > > > > are you sure this is not needed anymore? do a separate commit for

Re: Review Request: Some system tray fixes

2010-03-07 Thread Andreas Hartmetz
> On 2010-03-07 12:49:13, Marco Martin wrote: > > trunk/KDE/kdebase/workspace/plasma/generic/applets/systemtray/ui/taskarea.cpp, > > line 418 > > > > > > are you sure this is not needed anymore? do a separate commit for

Del items from QGraphicsGridLayout ?

2010-03-07 Thread Cédric Bellegarde
Hello, i've got a QGraphicsGridLayout with this clear function like this: def __clearLayout (self): """ Clear layout items """ while self.count (): self.removeAt (0) The problem is that it will only works if i delete items too :( I'm filtering

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-07 Thread Andrzej JR Hunt
On Sunday 07 March 2010 14:43:49 you wrote: > On Sunday 07 March 2010, Andrzej JR Hunt wrote: > > On Saturday 06 March 2010 18:52:52 Aaron J. Seigo wrote: > > > i don't think this will work very well because we will want the button > > > to overlap with the View of the containment (for visual reaso

Re: keyboard shortcut

2010-03-07 Thread Roman Shtylman
> I also previously used alt+space but was bitten by the conflicting > bindings in other applications. I then discovered that I could made the > switch to Win+Space easily. That other conflicts did you run across? ~Roman ___ Plasma-devel mailing list

Re: keyboard shortcut

2010-03-07 Thread Asraniel
beeing a former katapult user, i changed the shortcut to alt+space too, as did my gf. just in case you feel alone doing that ;) Am Sonntag 07 März 2010 01.55:22 schrieb Roman Shtylman: > I don't know if this is the best place to bring it up...but I will > since krunner is related to plasma (more

New task / dock management library

2010-03-07 Thread Emdek
Hello As discussed on IRC before, I've prepared document which should make clear how new task / dock management library would work etc. First, current library won't go to trash, instead, most of it's components would be reused in task management engine. So no worry that it will be dumped and all

Re: Del items from QGraphicsGridLayout ?

2010-03-07 Thread Marco Martin
On Sunday 07 March 2010, Cédric Bellegarde wrote: > Hello, > > i've got a QGraphicsGridLayout with this clear function like this: > > def __clearLayout (self): > """ > Clear layout items > """ > while self.count (): > self.removeAt (0) > > The

Re: Review Request: Some system tray fixes

2010-03-07 Thread Marco Martin
> On 2010-03-07 12:49:13, Marco Martin wrote: > > trunk/KDE/kdebase/workspace/plasma/generic/applets/systemtray/ui/taskarea.cpp, > > line 86 > > > > > > you are still not deleting the bgstore anywhere > > Andreas Hartmet

Re: KCM icons, krunner and consistency

2010-03-07 Thread Ben Cooksley
On Mon, Mar 8, 2010 at 3:55 AM, Jacopo De Simoi wrote: > Dear devs, >  in view of our commitment to polish for 4.5, I'd like to raise a small issue > regarding systemsettings and more specifically KCM icons and .desktop files > > At the moment icons for kcms can be shown in a few different settin

Re: Review Request: Don't connect the same signals to the same slots for the same objects several times.

2010-03-07 Thread Espen Hustad
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3142/ --- (Updated 2010-03-07 20:36:50.705571) Review request for Plasma. Changes --

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

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

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

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

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-07 Thread Aaron J. Seigo
On March 7, 2010, todd rme wrote: > A question: In the current implementation, is sorting only done for > the application runner, is done for all entries in all runners? I all matches are treated the same, there is no special casing based on runner. -- Aaron J. Seigo humru othro a kohnu se GPG

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-07 Thread Aaron J. Seigo
On March 7, 2010, Lukas Appelhans wrote: > I can give a patch if needed of course... it's just a matter of porting it > from the app-runner to main KRunner... yes, it makes zero sense to make things specific to a runner. there is no guarantee that other runners won't return applications (and in f

Re: New task / dock management library

2010-03-07 Thread Aaron J. Seigo
On March 7, 2010, Emdek wrote: > And I would like to do it as GSoC project, it could include example > dock implementation (visualization), as I'm working for one year on as i've said on irc previously, while i respect your choice to work on this, i think it's completely unnecessary and a poor di

Re: n+1st report about arrow keys in krunner

2010-03-07 Thread Aaron J. Seigo
On March 7, 2010, Diego Moya wrote: > On 28 February 2010 09:34, Aaron J. Seigo wrote: > > On February 27, 2010, Miha Čančula wrote: > > > I suggest that the history should be added as just another runner. It > > > > would > > > > > show the last N used things when started, and then display a fi

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-07 Thread Aaron J. Seigo
On March 7, 2010, Andrzej JR Hunt wrote: > painting of the panel, places the cashew on it, has the applet placed on > it. The panelView is responsible for hiding/showing this etc: the panel is > inside the view, and until now completely fills it. coorect. > - Up until now I have only really added

4.5 polishing: javascript

2010-03-07 Thread Aaron J. Seigo
hi all ... for 4.5, one of the areas i'll be concentrating on (again :) is the javascript support. this will include: * cleaning up the desktop console UI a bit (already have one bug report about how pressing escape closes the window even if there are unsaved changes in it). suggestions/mocku

4.5 polishing: remote widgets

2010-03-07 Thread Aaron J. Seigo
hi.. another area of focus for me will be remote widgets. in particular: * more announce methods (e.g. upnp, bluetooth support) * ability to simply announce widget availability and send it over the network, not necessarily live but set up to use dataengines on the remote system (so not shared

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-07 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3162/ --- (Updated 2010-03-08 02:24:36.633893) Review request for Plasma. Changes --

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-07 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3162/ --- (Updated 2010-03-08 02:27:47.528025) Review request for Plasma. Changes --

Re: KCM icons, krunner and consistency

2010-03-07 Thread Riccardo Iaconelli
On Sunday 07 March 2010 15:55:05 Jacopo De Simoi wrote: > Browsing .desktop files of KCMs you can notice that there is no common > convention; some of them use "xxx Configuration", some others "Configure > xxx", others "xxx settings", others "xxx". It would be nice to fix a rule > and stick to it,