Re: systemtray and dbus protocol

2010-03-08 Thread Marco Martin
On 3/9/10, Matthieu Gallien wrote: > Hello Plasma dev, > I took the liberty to make a dataengine/service from the code written by > Marco > Martin in the applet. I plan also to test a port of the trunk applet to using > the dataengine. > > What do you think about this work ? Should I continue

Re: JS API questions

2010-03-08 Thread Aaron J. Seigo
On March 8, 2010, Aaron J. Seigo wrote: > On March 8, 2010, Nikita Melnichenko wrote: > > 1. Issue with plasmoid.file. > > plasmoid.file("", "path/to/file") doesn't work > > I've found a workaround plasmoid.file("ui", "../path/to/file") but I > > don't like it. What's the proper way? > > this is a

Re: JS API questions

2010-03-08 Thread Aaron J. Seigo
On March 8, 2010, Nikita Melnichenko wrote: > 1. Issue with plasmoid.file. > plasmoid.file("", "path/to/file") doesn't work > I've found a workaround plasmoid.file("ui", "../path/to/file") but I don't > like it. What's the proper way? this is a small bug in libplasma; i'm fixing it now and will ba

Re: Review Request: Don't connect the same signals to the same slots for the same objects several times.

2010-03-08 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3142/#review4434 --- thanks Espen; i've committed both patches. - Aaron On 2010-03-07 20

Re: Tokamak 4 photos

2010-03-08 Thread Artur Souza (MoRpHeUz)
On Monday 08 March 2010, 15:57 Riccardo Iaconelli wrote: > I will also make them available on flickr later on... > > Anyone else is interested? I'm interested in the high resolution ones! I can't miss any single detail about you guys, you know ;) Cheers! ---

Re: systemtray and dbus protocol

2010-03-08 Thread Aaron J. Seigo
On March 8, 2010, Matthieu Gallien wrote: > What do you think about this work ? Should I continue on this way ? it would certainly make it easier to re-use this same data by other applets (including scripted ones). so i'd be very interested in seeing this and what the results look like in the cu

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-08 Thread Aaron J. Seigo
On March 8, 2010, Lukas Appelhans wrote: > > > At the moment, we just compute a score out of the > > > click-count/click-time/last- score... not for each keystroke, but for > > > each program... > > > > Yes, but new programs may come up with each keystroke, and this would > > lead to a computation

Re: KCM icons, krunner and consistency

2010-03-08 Thread Jacopo De Simoi
> On Sunday 07 March 2010 15:55:05 Jacopo De Simoi wrote: > > Browsing .desktop files of KCMs you can notice that there is no common > > convention; some of them use "xxx Configuration", some others "Configure > > xxx", others "xxx settings", others "xxx". It would be nice to fix a rule > > and sti

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-08 Thread Lukas Appelhans
Am Montag 08 März 2010 23:27:19 schrieb Jacopo De Simoi: > > Am Montag 08 März 2010 22:43:33 schrieb Jacopo De Simoi: > > > > Am Montag 08 März 2010 01:28:23 schrieb Aaron J. Seigo: > > > > > On March 7, 2010, Lukas Appelhans wrote: > > > > > > I can give a patch if needed of course... it's just a

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Aaron J. Seigo
On March 8, 2010, Sebastian Kügler wrote: > Scaling on the GPU is a video card feature. Using a QImage (and thus having uploading that much data to the video card and then using the hardware scaling may be slower than keeping the image in RAM, scaling on the CPU and then doing the data transfer

systemtray and dbus protocol

2010-03-08 Thread Matthieu Gallien
Hello Plasma dev, I took the liberty to make a dataengine/service from the code written by Marco Martin in the applet. I plan also to test a port of the trunk applet to using the dataengine. What do you think about this work ? Should I continue on this way ? If you want to see what I did, I can

Re: n+1st report about arrow keys in krunner

2010-03-08 Thread Jacopo De Simoi
> On 8 March 2010 01:42, Aaron J. Seigo wrote: > > > this reminds me about jokes about the difference between theory and > > practice. > > > > if we remove the history then we'll get to deal with tons of bug reports > > about > > how you can't do "alt+f2, up arrow, enter" which is a very, very co

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-08 Thread Jacopo De Simoi
> Am Montag 08 März 2010 22:43:33 schrieb Jacopo De Simoi: > > > Am Montag 08 März 2010 01:28:23 schrieb Aaron J. Seigo: > > > > On March 7, 2010, Lukas Appelhans wrote: > > > > > I can give a patch if needed of course... it's just a matter of > > > > > porting it from the app-runner to main KRunne

Re: Review Request: Quicklaunch applet: Partial fix for drag&drop to main layout.

2010-03-08 Thread Lukas Appelhans
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3214/#review4427 --- Please take care of the coding style at some parts... for example row+

Re: Review Request: Quicklaunch applet: Partial fix for drag&drop to main layout.

2010-03-08 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3214/#review4429 --- Ship it! looks good; have tested it here as well and it's a nice impr

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Aaron J. Seigo
On March 8, 2010, Sebastian Kügler wrote: > On Monday 08 March 2010 19:50:42 Aaron Seigo wrote: > > as far as i can see, the loader is never deleted. it emits its > > signal, > > > > pictureLoaded is called, and then the object is dropped and just sits > > there in memory. > > As far as I

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-08 Thread Lukas Appelhans
Am Montag 08 März 2010 22:43:33 schrieb Jacopo De Simoi: > > Am Montag 08 März 2010 01:28:23 schrieb Aaron J. Seigo: > > > On March 7, 2010, Lukas Appelhans wrote: > > > > I can give a patch if needed of course... it's just a matter of > > > > porting it from the app-runner to main KRunner... > >

Re: Quicklaunch: Getting started with contributing...

2010-03-08 Thread Ingomar Wesp
Marco Martin wrote: > > Hello, there. >> >> I'd like to get involved with plasma development, but I'm still a bit > > welcome aboard :) Thanks :) > depends from the sze of the patches and how much they're interconnected, > maybe post one for each issue... Ok, thanks. I'll try to separate them

Re: Quicklaunch: Getting started with contributing...

2010-03-08 Thread Ingomar Wesp
Lukas Appelhans wrote: > Great! You're very welcome to take over the Quicklaunch Applet as I have > not too much time recently... :/ Well, thanks. I look forward to working on the remaining issues as my spare time permits. > If you need any help just ask me :) Let's hope you won't regret that

Re: error in building kdeplasma-addons

2010-03-08 Thread Aaron J. Seigo
On March 8, 2010, Sudhendu Roy wrote: > Hi everyone, > I am having trouble in building kdeplasma-addons.The error is shown as > follows > > > CMakeFiles/plasma_applet_binaryclock.dir/binaryclock.o:(.data.rel.ro._ZTV11 > BinaryClock[vtable for BinaryClock]+0xec): undefined reference to > `ClockApp

Re: Review Request: Quicklaunch applet: Partial fix for drag&drop to main layout.

2010-03-08 Thread Lukas Appelhans
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3214/#review4428 --- Please take care of the coding style at some parts... for example row+

Re: Review Request: Quicklaunch applet: Partial fix for drag&drop to main layout.

2010-03-08 Thread Lukas Appelhans
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3214/#review4426 --- Please take care of the coding style at some parts... for example row+

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-08 Thread Jacopo De Simoi
> Am Montag 08 März 2010 01:28:23 schrieb Aaron J. Seigo: > > On March 7, 2010, Lukas Appelhans wrote: > > > I can give a patch if needed of course... it's just a matter of porting > > > it from the app-runner to main KRunner... > > I'd love to see the patch! Further, I've a question, since I do

Re: Review Request: Quicklaunch applet: Partial fix for drag&drop to main layout.

2010-03-08 Thread Ingomar Wesp
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3214/ --- (Updated 2010-03-08 21:32:38.241293) Review request for Plasma. Summary --

Review Request: Quicklaunch applet: Partial fix for drag&drop to main layout.

2010-03-08 Thread Ingomar Wesp
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3214/ --- Review request for Plasma. Summary --- This patch changes the computation o

error in building kdeplasma-addons

2010-03-08 Thread Sudhendu Roy
Hi everyone, I am having trouble in building kdeplasma-addons.The error is shown as follows CMakeFiles/plasma_applet_binaryclock.dir/binaryclock.o:(.data.rel.ro._ZTV11BinaryClock[vtable for BinaryClock]+0xec): undefined reference to `ClockApplet::configChanged()' CMakeFiles/plasma_applet_binarycl

Re: Quicklaunch: Getting started with contributing...

2010-03-08 Thread Lukas Appelhans
Hey! Am Montag 08 März 2010 20:46:08 schrieb Ingomar Wesp: > Hello, there. > > I'd like to get involved with plasma development, but I'm still a bit > unsure about a few details regarding the process of submitting patches. > Since the quicklaunch applet still suffers from a number of issues and i

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3162/ --- (Updated 2010-03-08 20:19:25.175491) Review request for Plasma. Changes --

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3162/ --- (Updated 2010-03-08 20:02:58.196250) Review request for Plasma. Changes --

Re: Quicklaunch: Getting started with contributing...

2010-03-08 Thread Marco Martin
On Monday 08 March 2010, Ingomar Wesp wrote: > Hello, there. > > I'd like to get involved with plasma development, but I'm still a bit welcome aboard :) > unsure about a few details regarding the process of submitting patches. > Since the quicklaunch applet still suffers from a number of issues

Quicklaunch: Getting started with contributing...

2010-03-08 Thread Ingomar Wesp
Hello, there. I'd like to get involved with plasma development, but I'm still a bit unsure about a few details regarding the process of submitting patches. Since the quicklaunch applet still suffers from a number of issues and is pretty easy to understand, I thought it might be the right target

Re: Review Request: The WebshortcutRunner did not check whether the search engines it provided were even enabled.

2010-03-08 Thread Nikolaus Waxweiler
> On 2010-03-08 14:40:14, Nikolaus Waxweiler wrote: > > wait. something's not right. location in WebshortcutRunner::run(...) is > > empty. > > Nikolaus Waxweiler wrote: > huh. the bug seems to elsewhere as earlier revisions have the same bug. > the result is that this runner doesn't do any

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Sebastian Kügler
On Monday 08 March 2010 19:50:42 Aaron Seigo wrote: > as far as i can see, the loader is never deleted. it emits its signal, > pictureLoaded is called, and then the object is dropped and just sits > there in memory. As far as I can see, it sits there to hold the image at its original size, wh

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Davide Bettio
> On 2010-03-08 18:50:47, Aaron Seigo wrote: > > /trunk/KDE/kdeplasma-addons/applets/frame/slideshow.cpp, lines 186-190 > > > > > > as far as i can see, the loader is never deleted. it emits its signal, > > pictureLoaded

Re: Tokamak 4 photos

2010-03-08 Thread Riccardo Iaconelli
On Monday 08 March 2010 19:03:19 Ivan Čukić wrote: > Any chance of getting larger ones? Sure, what size do you want? The folder containing full resolution pics is 1.2 Gb, which is quite big, but if there's someone else interested i can make a torrent, no problem. If you want an intermediate size

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3162/#review4423 --- /trunk/KDE/kdeplasma-addons/applets/frame/picture.cpp

Re: Tokamak 4 photos

2010-03-08 Thread Ivan Čukić
> so i finally uploaded tokamak 4 pics :) sorry, I'm late as always ;-) That reminds me, I should post these few of mine as well :) > I created (and am now seeding) a torrent with small versions of the pics i > took in nuremberg (already filtering out most crap). photos are small > resolution me

Tokamak 4 photos

2010-03-08 Thread Riccardo Iaconelli
hola so i finally uploaded tokamak 4 pics :) sorry, I'm late as always ;-) I created (and am now seeding) a torrent with small versions of the pics i took in nuremberg (already filtering out most crap). photos are small resolution meaning they're less than 800px per size, which make all the pic

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-08 Thread Lukas Appelhans
Am Montag 08 März 2010 01:28:23 schrieb Aaron J. Seigo: > On March 7, 2010, Lukas Appelhans wrote: > > I can give a patch if needed of course... it's just a matter of porting > > it from the app-runner to main KRunner... > > yes, it makes zero sense to make things specific to a runner. there is no

Re: Review Request: The WebshortcutRunner did not check whether the search engines it provided were even enabled.

2010-03-08 Thread Nikolaus Waxweiler
> On 2010-03-08 14:40:14, Nikolaus Waxweiler wrote: > > wait. something's not right. location in WebshortcutRunner::run(...) is > > empty. huh. the bug seems to elsewhere as earlier revisions have the same bug. the result is that this runner doesn't do anything. - Nikolaus

JS API questions

2010-03-08 Thread Nikita Melnichenko
Hello everyone, I have several questions concerning JS API. I'd appreciate if you could answer. 1. Issue with plasmoid.file. plasmoid.file("", "path/to/file") doesn't work I've found a workaround plasmoid.file("ui", "../path/to/file") but I don't like it. What's the proper way? I could create a

Re: Review Request: The WebshortcutRunner did not check whether the search engines it provided were even enabled.

2010-03-08 Thread Nikolaus Waxweiler
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3097/#review4420 --- wait. something's not right. location in WebshortcutRunner::run(...) i

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3162/ --- (Updated 2010-03-08 14:35:28.993575) Review request for Plasma. Changes --

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Sebastian Kügler
On Monday 08 March 2010 14:45:08 Davide Bettio wrote: > anyway the frame behaviour during resize can be improved a lot but honestly > I would prefer to split my work in several small pieces, I don't like huge > patches. Sure, split it up, and submit them separately. I've indicated in my other emai

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Sebastian Kügler
On Monday 08 March 2010 14:33:12 Davide Bettio wrote: > > On 2010-03-08 11:47:49, Sebastian Kügler wrote: > > > I'm not sure about this patch: > > > > > > - The loading of images in a thread is nice > > > - The "loads huge picture and keeps them in mem" is not changed (in > > > fact, it's worse no

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Davide Bettio
> On 2010-03-08 11:47:49, Sebastian Kügler wrote: > > I'm not sure about this patch: > > > > - The loading of images in a thread is nice > > - The "loads huge picture and keeps them in mem" is not changed (in fact, > > it's worse now since QImage forces you to keep them in system memory, > > w

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Davide Bettio
> On 2010-03-08 11:47:49, Sebastian Kügler wrote: > > /trunk/KDE/kdeplasma-addons/applets/frame/frame.cpp, line 255 > > > > > > This is a hot path (it gets called whenever the applet resizes, which > > can be quite often

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Davide Bettio
> On 2010-03-08 11:47:41, Sebastian Kügler wrote: > > /trunk/KDE/kdeplasma-addons/applets/frame/frame.cpp, line 488 > > > > > > Why is this disabled now? oh, sorry, I've forgot it. - Davide --

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Davide Bettio
> On 2010-03-08 11:47:49, Sebastian Kügler wrote: > > I'm not sure about this patch: > > > > - The loading of images in a thread is nice > > - The "loads huge picture and keeps them in mem" is not changed (in fact, > > it's worse now since QImage forces you to keep them in system memory, > > w

Re: 4.5 polishing: remote widgets

2010-03-08 Thread Riccardo Iaconelli
On Monday 08 March 2010 02:08:50 Aaron J. Seigo wrote: > * ability to simply announce widget availability and send it over the > network, not necessarily live but set up to use dataengines on the remote > system (so not shared widgets like the current implementation, though that > should also be a

Re: n+1st report about arrow keys in krunner

2010-03-08 Thread Diego Moya
On 8 March 2010 01:42, Aaron J. Seigo wrote: > this reminds me about jokes about the difference between theory and > practice. > > if we remove the history then we'll get to deal with tons of bug reports > about > how you can't do "alt+f2, up arrow, enter" which is a very, very common use > patte

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3162/#review4411 --- I'm not sure about this patch: - The loading of images in a thread is

Re: Review Request: frame plasmoid: image load and scaling with threads

2010-03-08 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3162/#review4410 --- I'm not sure about this patch: - The loading of images in a thread is

4.5 - Activities

2010-03-08 Thread Ivan Čukić
Ok gang, check out the https://svn.kde.org/home/kde/trunk/playground/base/nepomuk-kde/libactivities The code is currently organized into following: - services/kded The KDED service independent from Nepomuk (that is, it works even if Nepomuk is not enabled, otherwise it passes the necessary info

minutes of IRC meeting for 4.5 coordination

2010-03-08 Thread Will Stephenson
Are at http://techbase.kde.org/Projects/Plasma/20100306 and referenced from Projects/Plasma Will ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel