Re: Q: Installing python DataEngine?

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, D. R. Evans wrote: > I have a .desktop file and main.py file for a simple DataEngine. How do I > go about actually installing the DataEngine into the system? (So I can then if it's a properly formed package directory: plasmapkg -i -type dataengine otherwise, copy

Q: Installing python DataEngine?

2008-12-17 Thread D. R. Evans
I have a .desktop file and main.py file for a simple DataEngine. How do I go about actually installing the DataEngine into the system? (So I can then use plasmaengineexplorer to see if the DataEngine is doing what I expect.) I tried Install New Widget | Install from File | Python Widget and pointe

Re: getting started with plasmoid development

2008-12-17 Thread D. R. Evans
Aaron J. Seigo said the following at 12/17/2008 05:57 PM : > >> find an example of a python plasmoid that uses a SignalPlotter the way that >> I could for the DataEngine, though, so I have nothing to steal and no >> documentation to get an understanding of what SignalPlotter does and how to > >

Re: getting started with plasmoid development

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, D. R. Evans wrote: > Aaron J. Seigo said the following at 12/15/2008 03:42 PM : > > so, the "Plasma Way" to do this would be to create a DataEngine that > > handles the NOAA part. it would download and parse the data for the > > Applet. the Applet would connect to it

Re: getting started with plasmoid development

2008-12-17 Thread D. R. Evans
Aaron J. Seigo said the following at 12/15/2008 03:42 PM : > > so, the "Plasma Way" to do this would be to create a DataEngine that handles > the NOAA part. it would download and parse the data for the Applet. the > Applet > would connect to it by doing something like (assuming you called your

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, Alain Boyer wrote: > Christian Mollekopf wrote: > > You can either do it with the Taskmanager::desktopChanged() or the > > Task::changed() signal. > > > > Regards > > I agree. However, the problem is that Task::changed() does not get > emitted when onCurrentDesktop ch

Re: Starting plasma from clean configuration - Issues

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, Hans Chen wrote: > Issue #2 (panel): can still reproduce. Once it actually resized > correctly, but then the pager was borked (only showed one desktop). it's the digital clock here. need to see what's up with that. -- Aaron J. Seigo humru othro a kohnu se GPG Finge

Re: multi-screen fixathon

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, Hans Chen wrote: > 2008/12/17 Aaron J. Seigo > > > can you comment out the line > > c->d->toolBox->setViewTransform(v->transform()); > > in kdelibs/plasma/applet.cpp, rebuild in kdelibs/plasma and try again? > > > > (i'm trying to narrow it down to see if it's the sw

Re: Starting plasma from clean configuration - Issues

2008-12-17 Thread Hans Chen
2008/12/17 Aaron J. Seigo > On Wednesday 17 December 2008, Hans Chen wrote: > > Issue #1 (spinner): can still reproduce. > > should be fixed with r898248 > Confirmed! =) ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/li

Re: multi-screen fixathon

2008-12-17 Thread Hans Chen
2008/12/17 Aaron J. Seigo > > can you comment out the line > c->d->toolBox->setViewTransform(v->transform()); > in kdelibs/plasma/applet.cpp, rebuild in kdelibs/plasma and try again? > > (i'm trying to narrow it down to see if it's the switching between toolbar > and > cashew that's doing it, or

Re: shutdown dialog patch

2008-12-17 Thread Marco Martin
On Wednesday 17 December 2008, Aaron J. Seigo wrote: > hi all.. > > after some more bug reports about the shutdown dialog, i decided to take a > swing at it. > > the attached patch makes the dialog only as big as it needs to be and > scales the image down nicely the fit. > > i'd like people to appl

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Alain Boyer
Christian Mollekopf wrote: > You can either do it with the Taskmanager::desktopChanged() or the > Task::changed() signal. > > Regards I agree. However, the problem is that Task::changed() does not get emitted when onCurrentDesktop changes. My patch was an attempt to fix that. Alain.

Re: multi-screen fixathon

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, Hans Chen wrote: > 2008/12/17 Aaron J. Seigo : > > when this happens and you zoom out again, do all the containments have > > the toolbar strip at the bottom? or does the one that lost its cashew not > > have > > a > > > toolbar strip at all? > > It isn't as if a spec

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Christian Mollekopf
Am 17.12.2008, 21:55 Uhr, schrieb Alain Boyer : > Aaron J. Seigo wrote: >> On Wednesday 17 December 2008, Alain Boyer wrote: >>> I'm not sure that this is the best way to go about fixing the >>> onCurrentDesktop update. >> >> unfortunately the patch is incorrrect. it makes every task emit "my >>

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Alain Boyer
Aaron J. Seigo wrote: > On Wednesday 17 December 2008, Alain Boyer wrote: >> I'm not sure that this is the best way to go about fixing the >> onCurrentDesktop update. > > unfortunately the patch is incorrrect. it makes every task emit "my desktop > has changed!" when that's not true at all. the t

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Christian Mollekopf
Am 17.12.2008, 21:42 Uhr, schrieb Christian Mollekopf : > Am 17.12.2008, 18:58 Uhr, schrieb Alain Boyer : > >> Hello, >> >> I'm not sure that this is the best way to go about fixing the >> onCurrentDesktop update. This fixes the tasks data engine but >> libtaskmanager is still broken... >> >> I

Re: Starting plasma from clean configuration - Issues

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, Hans Chen wrote: > Issue #1 (spinner): can still reproduce. should be fixed with r898248 -- 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 Descr

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Christian Mollekopf
Am 17.12.2008, 18:58 Uhr, schrieb Alain Boyer : > Hello, > > I'm not sure that this is the best way to go about fixing the > onCurrentDesktop update. This fixes the tasks data engine but > libtaskmanager is still broken... > > I have attached a patch that fixes the problem in libtaskmanager and >

Re: multi-screen fixathon

2008-12-17 Thread Hans Chen
2008/12/17 Aaron J. Seigo : > when this happens and you zoom out again, do all the containments have the > toolbar strip at the bottom? or does the one that lost its cashew not have a > toolbar strip at all? It isn't as if a specific containment has lost the cashew. All containments have the toolb

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, Alain Boyer wrote: > I'm not sure that this is the best way to go about fixing the > onCurrentDesktop update. unfortunately the patch is incorrrect. it makes every task emit "my desktop has changed!" when that's not true at all. the task's desktop hasn't changed, t

Re: Review Request: Drag taskbar entries into the pager

2008-12-17 Thread Albert Astals Cid
> On 2008-12-16 16:18:20, Aaron Seigo wrote: > > ok, there is now: > > > > static QString Task::mimetype() > > static WId Task::idFromMimeData(QMimeData *mimeData, bool *ok = 0) > > void Task::addMimedData(QMimeData *mimeData) > > > > note that the last one is not static =) > > > > this should

Re: Review Request: Drag taskbar entries into the pager

2008-12-17 Thread Albert Astals Cid
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/312/ --- (Updated 2008-12-17 12:14:00.641436) Review request for Plasma. Summary -

Re: multi-screen fixathon

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, Hans Chen wrote: > For example, let's say the cashew is on the left screen. If I zoom out > and then zoom in on the right screen, the containment on the right > screen gets a cashew (but not the left one). when this happens and you zoom out again, do all the containm

Re: Starting plasma from clean configuration - Issues

2008-12-17 Thread Hans Chen
Issue #1 (spinner): can still reproduce. Issue #2 (panel): can still reproduce. Once it actually resized correctly, but then the pager was borked (only showed one desktop). > i bet if you remove one of them, they'll magically size properly. Correct. Issue #3 (popup on wrong screen) seems to be

shutdown dialog patch

2008-12-17 Thread Aaron J. Seigo
hi all.. after some more bug reports about the shutdown dialog, i decided to take a swing at it. the attached patch makes the dialog only as big as it needs to be and scales the image down nicely the fit. i'd like people to apply and test the patch and let me know what you think. you can test

Re: multi-screen fixathon

2008-12-17 Thread Hans Chen
On Wed, Dec 17, 2008 at 7:26 PM, Marco Martin wrote: > > should be fixed also the last one The zoom in issue seems to be fixed. I thought the cashew was OK too, but then it suddenly disappeared again. I still haven't found a general way to reproduce this, but I noted the following thing: when th

Re: Starting plasma from clean configuration - Issues

2008-12-17 Thread Marco Martin
On Wednesday 17 December 2008, Hans Chen wrote: >1. The spinner in Folderview won't stop >2. Items in the panel aren't resized correctly >3. The "Devices recently plugged in" popup appears on the right screen >(not shown in the screenshot) should be fixed now. can you test it? Che

Re: multi-screen fixathon

2008-12-17 Thread Marco Martin
On Wednesday 17 December 2008, Hans Chen wrote: > Hey Marco, > > Seems to work fine now. Let's say I have > [A][B] > ([ ] screen, A/B containments) > After zooming out on the left screen and choosing B, I get > [B][A] > > There are still some issues (cashew randomly disappears, zoom in button is >

Re: KDE/kdebase/workspace/plasma/dataengines/tasks

2008-12-17 Thread Alain Boyer
Hello, I'm not sure that this is the best way to go about fixing the onCurrentDesktop update. This fixes the tasks data engine but libtaskmanager is still broken... I have attached a patch that fixes the problem in libtaskmanager and makes this commit (897412) no longer necessary. I'd like t

Re: Starting plasma from clean configuration - Issues

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, Hans Chen wrote: >1. The spinner in Folderview won't stop several have seen this in the last 24 hours. >2. Items in the panel aren't resized correctly try removing applets one by one to see which one is misbehaving. i bet if you remove one of them, they'll

KRunner interaction and feedback

2008-12-17 Thread Casper Clemence
I was considering how KRunner feedback and interaction could be enriched and have blogged some schematic mock-ups. If you have the time/are interested the link is below http://maninalift.blogspot.com/2008/12/krunner-and-new-command- interface.html many thanks. Casper _

Re: Mouse focus on panel and exceeded clicks

2008-12-17 Thread Aaron J. Seigo
On Tuesday 16 December 2008, z wrote: > The panel stops to highlight elements on mouse focus (and show > tooltips) until you perform mouse click. this is only true for "real" menus, not the popups we use with applets in plasma. so right now the only way i can currently trigger this behaviour is b

Re: multi-screen fixathon

2008-12-17 Thread Marco Martin
On Wednesday 17 December 2008, Hans Chen wrote: > Hey Marco, > > Seems to work fine now. Let's say I have > [A][B] > ([ ] screen, A/B containments) > After zooming out on the left screen and choosing B, I get > [B][A] > > There are still some issues (cashew randomly disappears, zoom in button is ee

Re: multi-screen fixathon

2008-12-17 Thread Hans Chen
Hey Marco, Seems to work fine now. Let's say I have [A][B] ([ ] screen, A/B containments) After zooming out on the left screen and choosing B, I get [B][A] There are still some issues (cashew randomly disappears, zoom in button is still visible after zooming in), but the "same containment on both

Re: Mouse focus on panel and exceeded clicks

2008-12-17 Thread z
2008/12/16 z : > Hi all. > I was using win-xp in the past (and hope i'll never have to move back). > I just want to ask about one feature, wich windows-panel has. > > Plasma-panel can become "mouse-unfocusable". i.e. you can point mouse > on the panel elements, but they don't respond to this (i.e.

Re: multi-screen fixathon

2008-12-17 Thread Marco Martin
On Wednesday 17 December 2008, Hans Chen wrote: > 2008/12/17 Aaron J. Seigo > > > awesome. i think i found the problem. update kdelibs/plasma/ and let me > > know =) > > Nope, I can still reproduce it. However, the X errors are gone now. :) ok, try to svn up another time (both plasma and libplasma

Re: Starting plasma from clean configuration - Issues

2008-12-17 Thread Peter Penz
On Wednesday, 17. December 2008 13:28:42 Hans Chen wrote: > Hi, > > Starting Plasma from a clean configuration (empty .kde and .kde4) gives me > some weird issues. You can find a screenshot here: > http://pici.se/pictures/kHDVTZHjO.png > Note that I have two screens (Twinview); the picture only sho

Starting plasma from clean configuration - Issues

2008-12-17 Thread Hans Chen
Hi, Starting Plasma from a clean configuration (empty .kde and .kde4) gives me some weird issues. You can find a screenshot here: http://pici.se/pictures/kHDVTZHjO.png Note that I have two screens (Twinview); the picture only shows the left screen, since the right (main) screen isn't very interest

Re: [PATCH] Review request for plasma marble wallpaper (playground)

2008-12-17 Thread Frederik Gladhorn
Hi Sascha, thanks for looking at the marble wallpaper - that's much appreciated from my side :) I have had no time to look at the patch at all yet, will do so on the weekend. On Monday 15 December 2008 21:41:16 Sascha Peilicke wrote: > For Frederic Gladhorn and FYI. > > > This patch adds/changes

Re: multi-screen fixathon

2008-12-17 Thread Hans Chen
2008/12/17 Aaron J. Seigo > > awesome. i think i found the problem. update kdelibs/plasma/ and let me know > =) Nope, I can still reproduce it. However, the X errors are gone now. :) plasma3.log Description: Binary data ___ Plasma-devel mailing list P