Re: gui hacking sessions?

2008-10-22 Thread Celeste Lyn Paul
It looks like between 18:00-20:00 CET/ 12:00-14:00 EST is the time when many people are in #plasma and talking about UI stuff. Let's set that on Tuesday, Wednesday, Thursday for now, but I think Aaron's method for scheduling meetings to address particular topics is also a good idea. I'm on

Re: gui hacking sessions?

2008-10-22 Thread Michael Rudolph
On Wed, Oct 22, 2008 at 14:44, Celeste Lyn Paul [EMAIL PROTECTED] wrote: It looks like between 18:00-20:00 CET/ 12:00-14:00 EST is the time when many people are in #plasma and talking about UI stuff. Let's set that on Tuesday, Wednesday, Thursday for now, but I think Aaron's method for

Re: [PROBLEM] New systray notifications and kwin

2008-10-22 Thread Dan Meltzer
2008/10/22 Dmitry Suzdalev [EMAIL PROTECTED]: Hello! I just found a real problem with new notifications system. Let me describe it. New notifications are shown using a PopupApplet which is a full-blown window from the KWin POV. So what happens is the following: dimsuz is touch-typing with

[PROBLEM] New systray notifications and kwin

2008-10-22 Thread Dmitry Suzdalev
Hello! I just found a real problem with new notifications system. Let me describe it. New notifications are shown using a PopupApplet which is a full-blown window from the KWin POV. So what happens is the following: dimsuz is touch-typing with amazing speed in his kmail window. at the same

Re: Plasma::ToolTipManager API review

2008-10-22 Thread Alexis Ménard
I noticed a problem, In the new taskbar QGraphicsWidget are never deleted, so the tooltip is never unregistered Otherwhise in Qt the Tooltip event is generate by the QApplication and each widget react to this event if a tooltip content is set. It's radically different from here. Of course

Re: [PROBLEM] New systray notifications and kwin

2008-10-22 Thread Rob Scheepmaker
On Wednesday 22 October 2008 15:27:18 Dmitry Suzdalev wrote: Hello! I just found a real problem with new notifications system. Let me describe it. New notifications are shown using a PopupApplet which is a full-blown window from the KWin POV. So what happens is the following: dimsuz is

Re: Plasma::ToolTipManager API review

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, Alexis Ménard wrote: QGraphicsWidgets ; Solution : then can overload event() method and catch ... which would need to be done with each and every non-Applet widget. so the end result is this: * Applet derived classes would still need to call setToolTip just as we

Re: [PROBLEM] New systray notifications and kwin

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, Dmitry Suzdalev wrote: So I'm thinking what's the best way to do this? A parameter to popup() function? A new function PopupApplet::setPopupAsTooltip(bool)? something setPopupWindowFlags(Qt::WindowFlags)? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint:

Re: [PROBLEM] New systray notifications and kwin

2008-10-22 Thread Dmitry Suzdalev
On Wednesday 22 October 2008 18:54:28 Rob Scheepmaker wrote: Popup Dialogs used to be Qt::Tooltip, only that doesn't function correctly when you want to be able to drag widgets away from the window, as is possible with extender items. But I agree we should avoid the dialog stealing focus. I

Re: [PROBLEM] New systray notifications and kwin

2008-10-22 Thread Sebastian Kügler
On Wednesday 22 October 2008 16:54:28 Rob Scheepmaker wrote: So I'm thinking what's the best way to do this? A parameter to popup() function? A new function PopupApplet::setPopupAsTooltip(bool)? something else? I think the don't steal focus behavior should be default for all popupapplets.

Re: [PROBLEM] New systray notifications and kwin

2008-10-22 Thread Dmitry Suzdalev
On Wednesday 22 October 2008 19:13:01 Aaron J. Seigo wrote: On Wednesday 22 October 2008, Rob Scheepmaker wrote: So I'm thinking what's the best way to do this? A parameter to popup() function? A new function PopupApplet::setPopupAsTooltip(bool)? something else? I think the don't

Re: Problems with the new tasks applet

2008-10-22 Thread Marco Martin
On Wednesday 22 October 2008, Petri Damstén wrote: Hi, I have two tasks applet running (one at the bottom of each screen). * Maximum rows == 1 and row is half the height of the panel. http://kotisivu.lumonetti.fi/damu0/images/tasks.jpeg * Maximum rows == 1 and sometimes I see one task in

Re: [PROBLEM] New systray notifications and kwin

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, Rob Scheepmaker wrote: Popup Dialogs used to be Qt::Tooltip, only that doesn't function correctly when you want to be able to drag widgets away from the window, as is possible with extender items. what problems does this cause, exactly? -- Aaron J. Seigo humru

Re: Problems with the new tasks applet

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, Petri Damstén wrote: Hi, I have two tasks applet running (one at the bottom of each screen). * Maximum rows == 1 and row is half the height of the panel. http://kotisivu.lumonetti.fi/damu0/images/tasks.jpeg i'm pretty sure everyone running the new taskbar has

Re: [PROBLEM] New systray notifications and kwin

2008-10-22 Thread Rob Scheepmaker
On Wednesday 22 October 2008 18:36:57 Aaron J. Seigo wrote: On Wednesday 22 October 2008, Rob Scheepmaker wrote: Popup Dialogs used to be Qt::Tooltip, only that doesn't function correctly when you want to be able to drag widgets away from the window, as is possible with extender items.

Re: Problems with the new tasks applet

2008-10-22 Thread Petri Damstén
On Wednesday 22 October 2008 19:38:38 Aaron J. Seigo wrote: Just let me know if you need me to do more testing/debugging. your other settings, e.g. show only current desktop or whatever would be a good start. [ ] Show tooltips (One more thing. Tooltips popup even if this is unchecked) [ ]

Re: Problems with the new tasks applet

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, Petri Damstén wrote: back. Hopefully this helps. exactly the info needed. thanks.. i just made a commit to svn; it's similar to a fix i made the other day for desktop switching too. can you svn up and tell me if it is fixed? if not, can you put some debug output

Re: Problems with the new tasks applet

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, Christian Mollekopf wrote: Is the first screen screen 0? yes, we count from zero. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Software signature.asc

RE: Problems with the new tasks applet

2008-10-22 Thread Christian Mollekopf
Date: Wed, 22 Oct 2008 20:23:37 +0200 From: [EMAIL PROTECTED] Subject: RE: Problems with the new tasks applet To: plasma-devel@kde.org From: [EMAIL PROTECTED] To: plasma-devel@kde.org Subject: Re: Problems with the new tasks applet Date: Wed, 22 Oct 2008 20:42:25 +0300 On

Re: Problems with the new tasks applet

2008-10-22 Thread Petri Damstén
On Wednesday 22 October 2008 21:26:25 Aaron J. Seigo wrote: On Wednesday 22 October 2008, Petri Damstén wrote: back. Hopefully this helps. exactly the info needed. thanks.. i just made a commit to svn; it's similar to a fix i made the other day for desktop switching too. can you svn up and

Review Request: Drag from panel and drop to desktop PATCH

2008-10-22 Thread Alessandro Diaferia
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/237/ --- Review request for Plasma and Aaron Seigo. Summary --- This patch

bad panel rendering on NetBSD

2008-10-22 Thread Mark Kirby
Hi, I have a MSI Wind running NetbSD 4.99.72 and KDE trunk as of about an hour ago. I have a problem with the panel, see the image at http://www.coris.org.uk/mrk/plasma_bad.png basically the clipboard icon and the little monitor icon are not drawn (this used to work on tuesday) and the

Re: Problems with the new tasks applet

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, Petri Damstén wrote: On Wednesday 22 October 2008 20:42:25 Petri Damstén wrote: [ ] Show tooltips (One more thing. Tooltips popup even if this is unchecked) And for that: Index: abstracttaskitem.cpp

Re: Problems with the new tasks applet

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, Christian Mollekopf wrote: Date: Wed, 22 Oct 2008 20:23:37 +0200 From: [EMAIL PROTECTED] Subject: RE: Problems with the new tasks applet To: plasma-devel@kde.org From: [EMAIL PROTECTED] To: plasma-devel@kde.org Subject: Re: Problems with the new

Re: Review Request: Drag from panel and drop to desktop PATCH

2008-10-22 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/237/#review231 --- this is a must have feature; you're most of the way there it

Re: bad panel rendering on NetBSD

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, Mark Kirby wrote: http://www.coris.org.uk/mrk/plasma_bad.png thanks for the report + screenshot. basically the clipboard icon and the little monitor icon are not drawn (this used to work on tuesday) tuesday was probably a different systray container =) the new

Re: Problems with the new tasks applet

2008-10-22 Thread Riccardo Iaconelli
On Wednesday 22 October 2008 19:44:40 Aaron J. Seigo wrote: ugh. this is really bad. and probably means that whenever we change row #, we'll have to delete and recreate the layout. the baby jesus weeps. the baby ruphy weeps too. :'( -- GPG key: 3D0F6376 When encrypting, please encrypt also

Re: Problems with the new tasks applet

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, christian mollekopf wrote: because i used plasmoidviewer =) ah! looks like something we should fix in plasmoidviewer then, by setting the screen of the containment to the screen that the window is on. shouldn't be hard =) -- Aaron J. Seigo humru othro a kohnu se

Re: bad panel rendering on NetBSD

2008-10-22 Thread Jason Stubbs
2008/10/23 Aaron J. Seigo [EMAIL PROTECTED]: On Wednesday 22 October 2008, Mark Kirby wrote: http://www.coris.org.uk/mrk/plasma_bad.png thanks for the report + screenshot. basically the clipboard icon and the little monitor icon are not drawn (this used to work on tuesday) tuesday was

Re: plasma apps and screen information

2008-10-22 Thread Guillaume Pothier
2008/10/19 Aaron J. Seigo [EMAIL PROTECTED]: to get access to viewport information (size, etc) a method could be added to Corona that applications could subclass to return actual and available size information for a given viewport. Aaron if you want I can start hacking on that. I would add two

Re: plasma apps and screen information

2008-10-22 Thread Aaron J. Seigo
On Wednesday 22 October 2008, Guillaume Pothier wrote: Just tell me if you want me to go ahead. please do =) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Software signature.asc Description: