Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-06 Thread Will Stephenson
On Friday 05 March 2010 21:09:17 Emdek wrote: > But having DBus call for that purpose isn't something wrong, I think. > And how it can be used is different story. If you do this, it should be in a structured way, so that we get a proper tree of Plasma objects with access to their properties eg $

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-06 Thread Emdek
2010/3/6 Will Stephenson : > On Friday 05 March 2010 21:09:17 Emdek wrote: >> But having DBus call for that purpose isn't something wrong, I think. >> And how it can be used is different story. > > If you do this, it should be in a structured way, so that we get a proper tree > of Plasma objects wi

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-06 Thread Andrzej JR Hunt
> apart that ToolButton should be used instead, don't really like a > fuction that does enabling -and- repositioning in one. positioning should > be done by a layout, really > I now have a layout, however I'm having to call update() on it everytime I change the button's size since it doesn't

Re: On Plasmate's previewer

2010-03-06 Thread Chani
On Fri, Mar 5, 2010 at 8:32 PM, Yuen Hoe Lim wrote: > >> still, it can happen. what i'd suggest for now is not showing the preview >> by >> default and leaving that up to the developer to start by pressing the >> preview >> button. > > That'll be kinda bleahh though. I think a user would always al

Layout and spacing

2010-03-06 Thread Cédric Bellegarde
Hello, on the attached screenshot, you will see an horizontal layout with buttons and a LineEdit. What i want is buttons on the left and LineEdit on the right. The only solution i see is calculate layout size, and items size and do: layout.setItemSpacing (LastButtonIndex, (layoutWidth - ItemsWi

Re: Layout and spacing

2010-03-06 Thread Andrzej JR Hunt
Yes, there is a simpler solution: assuming you are using a layout supporting insertion of stretches you can use: layout.addStretch(1); after adding the buttons and before adding the LineEdit onto the layout, which pushes the linedit to the other side of the layout, by inserting a spacer that res

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-06 Thread Aaron J. Seigo
On March 6, 2010, Andrzej JR Hunt wrote: > > apart that ToolButton should be used instead, don't really like a > > > > fuction that does enabling -and- repositioning in one. positioning should > > be done by a layout, really > > I now have a layout, however I'm having to call update() on it e

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

2010-03-06 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3162/ --- Review request for Plasma. Summary --- First of all: **This is a preview of

Re: On Plasmate's previewer

2010-03-06 Thread Aaron J. Seigo
On March 6, 2010, Yuen Hoe Lim wrote: > > meh, that sounds ugly. > > maybe you can use crash detection to not autoload the preview if > > plasmate crashed last time. :) ..but since plasmate doesn't > > auto-restart on crash like plasma does I'm not sure how much effort > > that'd take. > > A poss

4.5 polishment: system tray

2010-03-06 Thread Marco Martin
Hi all, let's start the "i'll do this part" for the 4.5 polishment in the mailing list :) as i said i plan to continue licking the systemtray and notifications, this includes: systemtray: - fnish the new unhide functionality, it should work as good as possible as pretty and as pixel perfect as

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

2010-03-06 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3162/#review4398 --- +1 on removing "smooth scaling" from the options. - Aaron On 2010-0

Re: 4.5 polishment: system tray

2010-03-06 Thread Aaron J. Seigo
On March 6, 2010, Marco Martin wrote: > Hi all, > let's start the "i'll do this part" for the 4.5 polishment in the mailing > list > > :) > > as i said i plan to continue licking the systemtray and notifications, this > includes: > systemtray: > - fnish the new unhide functionality, it should wor

Re: 4.5 polishment: system tray

2010-03-06 Thread Marco Martin
On Saturday 06 March 2010, Aaron J. Seigo wrote: > On March 6, 2010, Marco Martin wrote: > > Hi all, > > let's start the "i'll do this part" for the 4.5 polishment in the mailing > > list > > > > :) > > > > as i said i plan to continue licking the systemtray and notifications, > > this includes:

Re: KDE/kdebase/workspace/plasma/desktop/applets/tasks

2010-03-06 Thread Aaron J. Seigo
On March 6, 2010, Markus Meik Slopianka wrote: > SVN commit 1100097 by markuss: > > FEATURE: 198661 > GUI: Add "Disable scrollwheel" on taskbar please revert this commit as it is not an acceptable solution to the problem. it's been stated repeatedly: this needs to be a plasma global option other

Re: Layout and spacing

2010-03-06 Thread Cédric Bellegarde
Le Samedi 06 Mars 2010 18:42:09, Andrzej JR Hunt a écrit : > Yes, there is a simpler solution: assuming you are using a layout > supporting insertion of stretches you can use: > layout.addStretch(1); > after adding the buttons and before adding the LineEdit onto the layout, > which pushes the lined

keyboard shortcut

2010-03-06 Thread 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 or less). Has any thought been given to changing the default shortcut to alt+space? I think this was the old old katapult? shortcut... iirc Anyhow, I find it very convenient to use cause my

Re: 4.5 polishment: system tray

2010-03-06 Thread nuno pinheiro
A Sábado, 6 de Março de 2010 18:18:33 Marco Martin você escreveu: > Hi all, > let's start the "i'll do this part" for the 4.5 polishment in the mailing > list > > :) > > as i said i plan to continue licking the systemtray and notifications, this > includes: > systemtray: > - fnish the new unhide

Re: Layout and spacing

2010-03-06 Thread Aaron J. Seigo
On March 6, 2010, Cédric Bellegarde wrote: > self.__layout.addItem (self.__prevButton) > self.__layout.addItem (self.__playButton) > self.__layout.addItem (self.__pauseButton) > self.__layout.addItem (self.__stopButton) > self.__layout.addItem (self.__nextBut

Review Request: Some system tray fixes

2010-03-06 Thread Andreas Hartmetz
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3165/ --- Review request for Plasma. Summary --- The system tray behaves very erratic

Re: Review Request: Some system tray fixes

2010-03-06 Thread Andreas Hartmetz
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3165/ --- (Updated 2010-03-07 01:16:48.875540) Review request for Plasma. Changes --

Re: Review Request: Some system tray fixes

2010-03-06 Thread Andreas Hartmetz
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3165/ --- (Updated 2010-03-07 00:01:49.016030) Review request for Plasma. Changes --

Re: 4.5 polishment: system tray

2010-03-06 Thread Aaron J. Seigo
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 we can take this as the next step. there's a bunch of mil

Re: keyboard shortcut

2010-03-06 Thread Aaron J. Seigo
On March 6, 2010, Roman Shtylman wrote: > I don't know if this is the best place to bring it up...but I will > since krunner is related to plasma (more or less). this is the correct list for krunner discussion :) > Has any thought been given to changing the default shortcut to > alt+space? I thi

Re: keyboard shortcut

2010-03-06 Thread Roman Shtylman
So after some quick searching I have turned up a few things: 1. A really cool page on wikipedia http://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts This shows the difference in run command bindings and generally everything else between the major environments. 2. This bug (https://bugs.laun