dbus notification area protocol implement issues

2009-04-13 Thread Aaron J. Seigo
hi all ... some things i've noticed in the DBusSystemTrayTask class(es): * no wheel events getting passed around (i'm fixing that right now though :) * all the dbus calls are synchronous; i think those will need to get changed to be async otherwise we're going to get some horrific situations wh

KNotificationAreaItem

2009-04-13 Thread Aaron J. Seigo
hi.. this evening i ported KMix to use KNotificationAreaItem. it was very easy and it still works ;) there are a few caveats: * Activate has not positioning information kmix tries to position the parentWindow (that borderless window with a slider and the Mixer button) to match up with the ico

KDEReview for Mandelbrot Wallpaper Plugin

2009-04-13 Thread Benoit Jacob
Hi, The Mandelbrot wallpaper plugin is now in KDEReview, at this address: /trunk/kdereview/plasma/wallpapers/mandelbrot/ * Basic facts: * 844 lines of code (according to sloccount) Stripped executable size: 68 kB. Nontrivial dependencies: Eigen >= 2.0 (in kdesupport). Should be comple

Re: systemtray

2009-04-13 Thread Aaron J. Seigo
On Monday 13 April 2009, Marco Martin wrote: > > > finding a volunteering app to immolate its systray icon for the cause? > > > > yes, i think so. we should pick an easy one and a hard one imho: kmix and > > kopete perhaps? > > eh, i suppose too late for 4.3... 4.4? soft freeze isn't until thursda

Re: Keyboard shortcuts and applets

2009-04-13 Thread Aaron J. Seigo
On Monday 13 April 2009, Emdek wrote: > On Monday 13-04-2009 19:39:00 Aaron J. Seigo wrote: > > On Sunday 12 April 2009, Emdek wrote: > >> On Sunday 12-04-2009 18:23:00 Aaron J. Seigo wrote: > >> > On Sunday 12 April 2009, Emdek wrote: > > yes, i don't think it's worth it for the benefit. > > Ok,

Re: Tool tips - again

2009-04-13 Thread Aaron J. Seigo
On Monday 13 April 2009, Emdek wrote: > On Monday 13-04-2009 19:26:52 Aaron J. Seigo wrote: > > On Sunday 12 April 2009, Emdek wrote: > >> On Sunday 12-04-2009 18:18:01 Aaron J. Seigo wrote: > >> >> - show titles of windows when showing multiple previews; > >> > > >> > will this fit nicely? look ni

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-13 Thread Aaron J. Seigo
On Monday 13 April 2009, Benoit Jacob wrote: > Btw, plasmawallpaperviewer has been very useful for valgrinding my > wallpaper. I could never valgrind plasma-desktop as it's far too > heavy. shortening the round trips between development and testing (and then developer some more ;), isolation by r

Review Request: Cut and copy action for FolderView

2009-04-13 Thread Alessandro Diaferia
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/583/ --- Review request for Plasma. Summary --- It's just i missed these features =)

Re: Review Request: attempt at panel spacers

2009-04-13 Thread Alessandro Diaferia
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/581/#review913 --- How to resize the spacer? :) - Alessandro On 2009-04-13 12:22:46, Mar

Re: "Show Only Icons" tasks in Panel Task Manager

2009-04-13 Thread Mario Palomo
> On Monday 13-04-2009 21:26:51 Aaron J. Seigo wrote: >> On Monday 13 April 2009, Emdek wrote: >>> But I thinks that this option could be also useful in default task >>> manager. >> >> i count 9 options, 2 of which have multiple choices as well, in the task >> manager dialog. >> >> how many before

Re: Keyboard shortcuts and applets

2009-04-13 Thread Emdek
On Monday 13-04-2009 19:39:00 Aaron J. Seigo wrote: > On Sunday 12 April 2009, Emdek wrote: >> On Sunday 12-04-2009 18:23:00 Aaron J. Seigo wrote: >> > On Sunday 12 April 2009, Emdek wrote: >> >> If yes, I think that that there should be added information in >> >> configuration, for what is that s

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-13 Thread Benoit Jacob
2009/4/13 Aaron J. Seigo : > On Monday 13 April 2009, Benoit Jacob wrote: >> // remove old image from cache >> kDebug() << "remove " << m_cacheKey; >> insertIntoCache(m_cacheKey, QImage()); > > fixed in svn; what was happening was that a kio job was being created while > the app was being destroyed

Re: Tool tips - again

2009-04-13 Thread Emdek
On Monday 13-04-2009 19:26:52 Aaron J. Seigo wrote: > On Sunday 12 April 2009, Emdek wrote: >> On Sunday 12-04-2009 18:18:01 Aaron J. Seigo wrote: >> >> - show titles of windows when showing multiple previews; >> > >> > will this fit nicely? look nice? could we do it with QToolTips on the >> > prev

Re: Tool tips - again

2009-04-13 Thread Emdek
On Monday 13-04-2009 05:59:22 Lucas Murray wrote: > On Sun, Apr 12, 2009 at 11:56 PM, Emdek wrote: >> - show window when hovering over preview (I'm not sure, but there is >> KWin highlight window effect, maybe could be used for this, but I don't >> know how it works); > > http://mail.kde.org/

Re: "Show Only Icons" tasks in Panel Task Manager

2009-04-13 Thread Aaron J. Seigo
On Sunday 12 April 2009, Mario Palomo wrote: > I use a narrow vertical Panel and the text of the items in the Task > Manager are not very useful to me (only 2 or 3 characters), but I see > a *small* icon and the 2 or 3 characters I don't need. I think is instead of a config option, the buttons cou

Re: "Show Only Icons" tasks in Panel Task Manager

2009-04-13 Thread Emdek
On Monday 13-04-2009 21:26:51 Aaron J. Seigo wrote: > On Monday 13 April 2009, Emdek wrote: >> But I thinks that this option could be also useful in default task >> manager. > > i count 9 options, 2 of which have multiple choices as well, in the task > manager dialog. > > how many before we hit t

Re: systemtray

2009-04-13 Thread Marco Martin
On Monday 13 April 2009, Aaron J. Seigo wrote: > On Sunday 12 April 2009, Marco Martin wrote: > > i've founda really nasty ugly hack that makes the popup menus of the > > systray spec mostly working.. > > making them windows, and disappear with an event filter.. > > sounds evil? yeah, it is :/ > >

Re: systemtray

2009-04-13 Thread Aaron J. Seigo
On Sunday 12 April 2009, Marco Martin wrote: > i've founda really nasty ugly hack that makes the popup menus of the > systray spec mostly working.. > making them windows, and disappear with an event filter.. > sounds evil? yeah, it is :/ ew, yes, it does sound evil :) maybe we can find a better wa

Re: java plasmoid and API

2009-04-13 Thread Aaron J. Seigo
On Monday 13 April 2009, Raffaele Sgarro wrote: > I'm new to Plasma. Is it possible to write Plasmoids using Java? is there a not in Java, but in JavaScript, HTML, Ruby or Python. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE co

Re: "Show Only Icons" tasks in Panel Task Manager

2009-04-13 Thread Aaron J. Seigo
On Monday 13 April 2009, Emdek wrote: > But I thinks that this option could be also useful in default task manager. i count 9 options, 2 of which have multiple choices as well, in the task manager dialog. how many before we hit the Officially Insane Number of Checkboxes Value? i've said it befo

Review Request: attempt at panel spacers

2009-04-13 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/581/ --- Review request for Plasma. Summary --- a thing requested several times and t

Re: "Show Only Icons" tasks in Panel Task Manager

2009-04-13 Thread Emdek
On Monday 13-04-2009 02:53:54 Mario Palomo wrote: > I use a narrow vertical Panel and the text of the items in the Task > Manager are not very useful to me (only 2 or 3 characters), but I see > a *small* icon and the 2 or 3 characters I don't need. I think is > better to see only a *big* icon for

Re: Keyboard shortcuts and applets

2009-04-13 Thread Aaron J. Seigo
On Sunday 12 April 2009, Emdek wrote: > On Sunday 12-04-2009 18:23:00 Aaron J. Seigo wrote: > > On Sunday 12 April 2009, Emdek wrote: > >> If yes, I think that that there should be added information in > >> configuration, for what is that shortcut intended. Or maybe separate it > >> from rest of a

Re: Tool tips - again

2009-04-13 Thread Aaron J. Seigo
On Sunday 12 April 2009, Emdek wrote: > On Sunday 12-04-2009 18:18:01 Aaron J. Seigo wrote: > >> - show titles of windows when showing multiple previews; > > > > will this fit nicely? look nice? could we do it with QToolTips on the > > previews? > > I'm using it already in my applet and it looks go

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-13 Thread Aaron J. Seigo
On Monday 13 April 2009, Benoit Jacob wrote: > // remove old image from cache > kDebug() << "remove " << m_cacheKey; > insertIntoCache(m_cacheKey, QImage()); fixed in svn; what was happening was that a kio job was being created while the app was being destroyed ... so it would never hit the event

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-13 Thread Benoit Jacob
oops, sent too fast. sorry for the spam. It remains that my way of triggering save() was "kquitapp plasma". So in every case, my problem arises when Mandelbrot is about to be destroyed. 2009/4/13 Benoit Jacob : > By the way the committed code does this from save(), not from the > destructor, so t

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-13 Thread Benoit Jacob
By the way the committed code does this from save(), not from the destructor, so this wasn't where to look for an explanation. Cheers, Benoit 2009/4/13 Benoit Jacob : > this is now committed, as a testcase... > > Example of console output: > > plasma-desktop(7077) Mandelbrot::updateCache: remove

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-13 Thread Benoit Jacob
this is now committed, as a testcase... Example of console output: plasma-desktop(7077) Mandelbrot::updateCache: remove "mandelbrot-157422800" Corresponding to this code: // remove old image from cache kDebug() << "remove " << m_cacheKey; insertIntoCache(m_cacheKey, QImage()); Yet the file st

Re: Review Request: Much less flickering when there is no backing store

2009-04-13 Thread David Nolden
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/488/ --- (Updated 2009-04-13 04:48:24.908532) Review request for Plasma. Changes ---

java plasmoid and API

2009-04-13 Thread Raffaele Sgarro
Hello everyone I'm new to Plasma. Is it possible to write Plasmoids using Java? is there a public API other than thisfor C++? Thanks Raffaele ___ Plasma-devel mailing list Plasma-deve