Re: GHNS & plasmapkg

2008-10-29 Thread Petri Damstén
On Wednesday 29 October 2008 21:57:44 Aaron J. Seigo wrote: > > Does not work for me like this or from qdbusviewer. I think it's because > > I have plasma svn running on top of the kubuntu 4.1.2 and dbus calls the > > 4.1.2 kbuildsycoca, so I can't test this. (I think KProcess works since > > then

Re: QuickAccess Plasmoid

2008-10-29 Thread Fredrik Höglund
On Wednesday 29 October 2008 15:07, Sebastian Kügler wrote: > On Wednesday 29 October 2008 08:11:00 Loïc Marteau wrote: > > What do you suggest ? > > Making folderview a popupapplet as first step and solving interaction > problems > from there. You can't turn a Containment into a PopupApplet, b

inclusion of kbstate in plasma-addons

2008-10-29 Thread Sebastian Sauer
Hi * the kbstate-applet, which was before part of kdeaccessibility, was ported to a plasma-applet and added to playground/base/plasma/applet/kbstatetapplet. Those applet is essential for showing the state of modifier keys like ALT or cupslock and allow to set them using the mouse. Atm we have a

Re: QuickAccess Plasmoid

2008-10-29 Thread Fredrik Höglund
On Wednesday 29 October 2008 03:50, Aaron J. Seigo wrote: > On Tuesday 28 October 2008, Loïc Marteau wrote: > > http://www.kde-look.org/content/show.php?content=84128 > > > > I think than this one is really a killer one and should me moved > > ignoring the various ways it ignores plasma convention

Review Request: removal of windowChangedGeomtetry signal

2008-10-29 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/246/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- R

Re: crash in tasks applet

2008-10-29 Thread Alex Merry
On Wednesday 29 October 2008 09:51:49 Marco Martin wrote: > ouch looks like a slot called on a deleted object by the tooltip manager. > that's really weird, because the widget is unregistered upon > abstracttaskitem deletion... Not only that, but when a QObject is deleted, all it's signal/slot con

Re: QuickAccess Plasmoid

2008-10-29 Thread Aaron J. Seigo
On Wednesday 29 October 2008, Loïc Marteau wrote: > On 10/29/08, Sebastian Kügler <[EMAIL PROTECTED]> wrote: > > On Wednesday 29 October 2008 08:11:00 Loïc Marteau wrote: > > > You're right, what could we do ? > > > > > > - ask the author to merge the code with the folderview one in > > > horiz

Re: GHNS & plasmapkg

2008-10-29 Thread Aaron J. Seigo
On Wednesday 29 October 2008, Petri Damstén wrote: > On Wednesday 29 October 2008 05:08:32 Aaron J. Seigo wrote: > > On Tuesday 28 October 2008, Petri Damstén wrote: > > > Run kbuildsyscoca4 from plasmapkg patch attached. > > > > this could probably be done via dbus and kded (faster, more reliable?

Re: API Review: Tracking down the last beasties

2008-10-29 Thread Kevin Ottens
Le Monday 27 October 2008, Kevin Ottens a écrit : > So, without more babbling on my side, here is the list of changes I'm > proposing: > > - ConfigXml will become ConfigLoader > - Containment::(add|remove)ToolBoxTool(QAction *action) will become > - Flash will become FlashingLabel > - Icon will bec

Re: QuickAccess Plasmoid

2008-10-29 Thread Sebastian Kügler
On Wednesday 29 October 2008 17:00:28 Loïc Marteau wrote: > So : > > 1) Is it ok to contact the author in the name of the "plasma team" to > work on folderview plasmoid in horz/vert formfactor and ask him to > request for a kde svn account if necessary ? You mean Fredrik Höglund. He probably reads

Re: QuickAccess Plasmoid

2008-10-29 Thread Loïc Marteau
On 10/29/08, Sebastian Kügler <[EMAIL PROTECTED]> wrote: > On Wednesday 29 October 2008 08:11:00 Loïc Marteau wrote: > > You're right, what could we do ? > > > > - ask the author to merge the code with the folderview one in horiz/vert > > form factor (and make it a popupapplet) ? > > > That's t

Re: plasma apps and screen information

2008-10-29 Thread Guillaume Pothier
2008/10/29 Aaron J. Seigo <[EMAIL PROTECTED]>: > so, some small implementation fixes, but i like how simple this makes things > while removing QDesktopWidget use from libplasma. after the above changes are > made, pls commit. Ok, committed. I used asserts instead of null checks, so finally I do no

Re: QuickAccess Plasmoid

2008-10-29 Thread Sebastian Kügler
On Wednesday 29 October 2008 08:11:00 Loïc Marteau wrote: > You're right, what could we do ? > > - ask the author to merge the code with the folderview one in horiz/vert > form factor (and make it a popupapplet) ? That's the way to go. > - If he doesn't agree, ... find out why and fix these iss

Re: crash in tasks applet

2008-10-29 Thread Marco Martin
On Wednesday 29 October 2008, Bart Cerneels wrote: > Hi all, > > I've been getting consistent crashes for the past week. Still > happends with revision 877334. So I hope this helps you to fix it. > > Tips to reproduce: > * enable only show minimized windows. > * unminimized a window by clicking on

crash in tasks applet

2008-10-29 Thread Bart Cerneels
Hi all, I've been getting consistent crashes for the past week. Still happends with revision 877334. So I hope this helps you to fix it. Tips to reproduce: * enable only show minimized windows. * unminimized a window by clicking on it in the task panel. I'm also using a vertically oriented panel,

Re: GHNS & plasmapkg

2008-10-29 Thread Petri Damstén
On Wednesday 29 October 2008 05:08:32 Aaron J. Seigo wrote: > On Tuesday 28 October 2008, Petri Damstén wrote: > > Run kbuildsyscoca4 from plasmapkg patch attached. > > this could probably be done via dbus and kded (faster, more reliable?) > > qdbus org.kde.kded /kbuildsycoca recreate > > so

Re: QuickAccess Plasmoid

2008-10-29 Thread Loïc Marteau
Aaron J. Seigo wrote: > On Tuesday 28 October 2008, Loïc Marteau wrote: > >> http://www.kde-look.org/content/show.php?content=84128 >> >> I think than this one is really a killer one and should me moved >> > > ignoring the various ways it ignores plasma conventions in the code, isn't > thi