Re: Context menu partly hidden

2009-05-25 Thread Aaron J. Seigo
On Sunday 24 May 2009, Marco Martin wrote: but the prolem is that with standard qwidgets you would have to dig in their structure, i.e accessing somehow the popup menu of a combobox or a text area and set the flag on that, you can iterate trough children of a qobject qut well, not sooo pretty

Re: popupApplet and window focus

2009-05-25 Thread Aaron J. Seigo
On Saturday 23 May 2009, Björn Ruberg wrote: Dear devs, I developed the virtual keyboard for plasma, called plasmaboard. You find it here: http://www.kde-look.org/content/show.php/Plasmaboard?content=101822 I have two issues with window focus. Plasmaboard needs the last active window to

Re: Code snippet review for plasmate

2009-05-25 Thread Shantanu Tushar Jha
On Sun, May 10, 2009 at 6:29 AM, Aaron J. Seigo ase...@kde.org wrote: On Saturday 09 May 2009, Shantanu Tushar Jha wrote: I looked at the techbase about kparts and studied kwrite code a bit, and finally started to try with embedding a text editing kpart in Plasmate. I know there's a lot to

Re: Code snippet review for plasmate

2009-05-25 Thread Aaron J. Seigo
On Monday 25 May 2009, Shantanu Tushar Jha wrote: (line number 36) KParts::Part *newPart = KService::createInstance(offers.at (0)); offers.at(0).createInstance(parentWidget); -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core

Fwd: expert on Activities

2009-05-25 Thread Wade Olson
All, Please read the message below. Short notice (a couple of hours left), but if anyone knowledgeable about Activities has the time, please contact Bruce directly at the email listed. Thanks, Wade -- Forwarded message -- From: Bruce Byfield bbyfi...@axion.net Date: Sun, May

Re: Plamsa::PopupApplet and modal dialogs

2009-05-25 Thread Amos Kariuki
On Sun, May 24, 2009 at 1:21 AM, Aaron J. Seigo ase...@kde.org wrote: On Friday 22 May 2009, Chani wrote: On May 20, 2009 16:48:01 Amos Kariuki wrote: Have a question regarding the Plasma::PopupApplet behavior after it displays a modal dialog.  In the current implementation, when a modal

Re: Fwd: expert on Activities

2009-05-25 Thread Marco Martin
On Monday 25 May 2009, Wade Olson wrote: All, Please read the message below. Short notice (a couple of hours left), but if anyone knowledgeable about Activities has the time, please contact Bruce directly at the email listed. reading now and maybe is a bit late already, but best thing would

Re: questions about the NowListening applet and MPD support

2009-05-25 Thread Aaron J. Seigo
On Wednesday 20 May 2009, Eric Deshayes wrote: 1. about the functionality - shouldn't the nowplaying only monitor one music source at a time? probably. - should the applet display the music played by all the running music sources? perhaps allow the user to select if there is more than one?

Re: Fwd: expert on Activities

2009-05-25 Thread Aaron J. Seigo
On Monday 25 May 2009, Wade Olson wrote: All, Please read the message below. Short notice (a couple of hours left), but if anyone knowledgeable about Activities has the time, please contact Bruce directly at the email listed. i already talked to him by phone. -- Aaron J. Seigo humru othro

Re: Plamsa::PopupApplet and modal dialogs

2009-05-25 Thread Aaron J. Seigo
On Monday 25 May 2009, Amos Kariuki wrote: Also realized that minimizing the displayed modal dialog makes it impossible to restore (with the mouse) and subsequently causes the entire plasma workspace to become unnavigable with the mouse, since the task-bar becomes disabled; I however later

Re: Fwd: expert on Activities

2009-05-25 Thread Wade Olson
On Mon, May 25, 2009 at 12:52 PM, Aaron J. Seigo ase...@kde.org wrote: On Monday 25 May 2009, Wade Olson wrote: All, Please read the message below. Short notice (a couple of hours left), but if anyone knowledgeable about Activities has the time, please contact Bruce directly at the

Re: popupApplet and window focus

2009-05-25 Thread Björn Ruberg
First issue: Plasmaboard uses the class PopupApplet. When clicking on the icon, the keyboard appears. This keyboard must stay unfocused! So I used the method setPassivePopup(true). That worked great. But when I upgraded my working machine from Fedora 10 to Fedora 11 Preview it stopped

Re: popupApplet and window focus

2009-05-25 Thread Aaron J. Seigo
On Monday 25 May 2009, Björn Ruberg wrote: First issue: Plasmaboard uses the class PopupApplet. When clicking on the icon, the keyboard appears. This keyboard must stay unfocused! So I used the method setPassivePopup(true). That worked great. But when I upgraded my working machine from

Re: popupApplet and window focus

2009-05-25 Thread Björn Ruberg
On Montag 25 Mai 2009, you wrote: On Monday 25 May 2009, Björn Ruberg wrote: First issue: Plasmaboard uses the class PopupApplet. When clicking on the icon, the keyboard appears. This keyboard must stay unfocused! So I used the method setPassivePopup(true). That worked great. But when