Re: Review Request: merging screen edges settings.

2010-03-09 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3240/#review4441 --- Why do we still need prevent screen locking? It seems to do nothing, s

Reasons for BUG: 230157

2010-03-09 Thread Shantanu Tushar Jha
Hello, This morning I was trying to find out what is the reason bug 230157 is happening. After hunting down the devicenotifier and coming down to libplasma, I found out that in popupapplet.cpp's bool PopupApplet::eventFilter(QObject *watched, QEvent *event) the popup is closed if QEvent::Windo

Re: 4.5 - Activities

2010-03-09 Thread todd rme
On Tue, Mar 9, 2010 at 9:44 PM, Aaron J. Seigo wrote: >> The critical thing here is that containments have to rescale the >> widgets they contain depending on the monitor resolution.  Otherwise > > this is both containment-specific (not all containments follow the same > layouting strategy) and or

Re: 4.5 - Activities

2010-03-09 Thread Chani
On March 9, 2010 19:50:52 Aaron J. Seigo wrote: > On March 9, 2010, Chani wrote: > > well yeah, but then when the screen is disconnected you can't get at the > > containment(s) that were on it until you reconnect a screen. > > or do you think that's just not important? > > i can imagine use cases

Re: 4.5 - Activities

2010-03-09 Thread Aaron J. Seigo
On March 9, 2010, Chani wrote: > well yeah, but then when the screen is disconnected you can't get at the > containment(s) that were on it until you reconnect a screen. > or do you think that's just not important? i can imagine use cases where it's important, but it's something we can address lat

Re: 4.5 - Activities

2010-03-09 Thread Aaron J. Seigo
On March 8, 2010, Ivan Čukić wrote: > - services/kded > The KDED service independent from Nepomuk (that is, it works even if > Nepomuk is not enabled, otherwise it passes the necessary info to it) i wonder if the kconfig backed version is really needed. we lose so much additional information with

Re: 4.5 - Activities

2010-03-09 Thread Chani
On March 9, 2010 18:49:54 Aaron J. Seigo wrote: > On March 9, 2010, Chani wrote: > > visible activity? or should we decide that the activity is completely > > global, and then figure out how to gracefully handle changes in the > > number of monitors? > > there are two different topics here: > > *

Re: 4.5 - Activities

2010-03-09 Thread Aaron J. Seigo
On March 8, 2010, Ivan Čukić wrote: > - libs/consumer > ActivityConsumer - basic access to kded service for normal apps > ActivityInfo - access to extra info provided by nepomuk - this one will > probably get expanded in future. > > - libs/controller > ActivityController class - access to kded ser

Re: 4.5 - Activities

2010-03-09 Thread Aaron J. Seigo
On March 9, 2010, Chani wrote: > visible activity? or should we decide that the activity is completely > global, and then figure out how to gracefully handle changes in the number > of monitors? there are two different topics here: * coordinating Context<->Containment * coordinating when a Cont

Re: 4.5 - Activities

2010-03-09 Thread Aaron J. Seigo
On March 9, 2010, todd rme wrote: > you add a new screen, a new containment is added to all existing > activities (I'll use "containment" as shorthand for the whole-screen > containments like desktop and netbook, as opposed to the panel > containment or container widget). that would be very heavy

Re: Quicklaunch applet: Proposed change to the ordering of icons

2010-03-09 Thread todd rme
On Tue, Mar 9, 2010 at 4:14 PM, Ingomar Wesp wrote: > Hi, > > Before I submit a corresponding patch, I'd like to ask for feedback on the > following proposal for the quicklaunch applet: > > Currently, icons are arranged in column major order. Thus, when 5 icons are > displayed in two rows, the ind

Re: 4.5 - Activities

2010-03-09 Thread todd rme
On Tue, Mar 9, 2010 at 6:17 PM, Chani wrote: > but if we make the activity span all monitors, we run into other issues - what > happens when the number of monitors is reduced? where do all the extra > containments go? how does the user look at them again, or delete them? There are also issues whe

Review Request: merging screen edges settings.

2010-03-09 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3240/ --- Review request for Plasma, Martin Gräßlin and Lubos Lunak. Summary --- 1) R

Re: Plasma, popup applet and python

2010-03-09 Thread Luca Beltrame
In data mercoledì 10 marzo 2010 00:11:00, Cédric Bellegarde ha scritto: > l've see on the web that python currently doesn't support popupapplet :( I've had mixed results. Extender based solutions work (see the example in kdeexamples) but approaches based on widget() or graphicsWidget() seem not

Re: 4.5 - Activities

2010-03-09 Thread Chani
I've only had a quick glance at the code so far... but... I'd completely forgotten something that might be a problem: multiple screens. if we continue having the activity correspond to exactly one containment, then you've always got two different activities on your two different monitors. that

Plasma, popup applet and python

2010-03-09 Thread Cédric Bellegarde
Hello, i'm currently looking for a way to have popupapplet with python. l've see on the web that python currently doesn't support popupapplet :( Is there any plan to make this working for Kde 4.5 ? I will try to rewrite C++ popupapplet.cpp to python but not if support is planned ;) Thanks! -

Re: Quicklaunch applet: Proposed change to the ordering of icons

2010-03-09 Thread Krenar Qehaja
On Tuesday 09 March 2010 22:14:40 Ingomar Wesp wrote: > Hi, > > Before I submit a corresponding patch, I'd like to ask for feedback on the > following proposal for the quicklaunch applet: > > Currently, icons are arranged in column major order. Thus, when 5 icons are > displayed in two rows, the

Re: Quicklaunch applet: Proposed change to the ordering of icons

2010-03-09 Thread Lukas Appelhans
Hey! Am Dienstag 09 März 2010 22:14:40 schrieb Ingomar Wesp: > Hi, > > Before I submit a corresponding patch, I'd like to ask for feedback on the > following proposal for the quicklaunch applet: > > Currently, icons are arranged in column major order. Thus, when 5 icons are > displayed in two ro

Quicklaunch applet: Proposed change to the ordering of icons

2010-03-09 Thread Ingomar Wesp
Hi, Before I submit a corresponding patch, I'd like to ask for feedback on the following proposal for the quicklaunch applet: Currently, icons are arranged in column major order. Thus, when 5 icons are displayed in two rows, the indices are distributed as follows: +---+---+---+ | 0 | 2 | 4 | +

Re: Review Request: Molmasscalcuation for the kalzium-engine

2010-03-09 Thread etienne . rebetez
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3228/ --- (Updated 2010-03-09 19:11:33.923597) Review request for KDE-Edu and Plasma. Ch

Review Request: Molmasscalcuation for the kalzium-engine

2010-03-09 Thread etienne . rebetez
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3228/ --- Review request for KDE-Edu and Plasma. Summary --- I was playing with plasm

Re: Fwd: Joseph Gaffney wrote on your Wall...

2010-03-09 Thread Marco Martin
On Tuesday 09 March 2010, Aaron J. Seigo wrote: > awesome usage of plasma follows: > > -- Forwarded Message -- > > Joseph posted something on your Wall and wrote: > > "Odd use for the netbook workspace I was given a p3 laptop which was > going to be tossed I was going t

Re: New task / dock management library

2010-03-09 Thread Emdek
2010/3/8 Aaron J. Seigo : > On March 7, 2010, Emdek wrote: >> And I would like to do it as GSoC project, it could include example >> dock implementation (visualization), as I'm working for one year on > > as i've said on irc previously, while i respect your choice to work on this, i > think it's co

Re: 4.5 polishing: remote widgets

2010-03-09 Thread Dario Freddi
On Monday 08 March 2010 02:08:50 Aaron J. Seigo wrote: > hi.. > > another area of focus for me will be remote widgets. in particular: > > * more announce methods (e.g. upnp, bluetooth support) > > * ability to simply announce widget availability and send it over the > network, not necessarily li

Re: JS API questions

2010-03-09 Thread Aaron J. Seigo
On March 9, 2010, J Janz wrote: > 2010/3/9 Aaron J. Seigo > > > however, there are a number of QScript/C++ > > issues that block this from actually happening. i have a couple of ideas > > on how to address this, and will investigate and do one of them > > tomorrow. > > If I got that right, will

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

2010-03-09 Thread Aaron J. Seigo
On March 9, 2010, Diego Moya wrote: > reimplementing exactly the same functionality in the main list, showing > previous queries together with applications that both match the new typed > search string. the whole point of history is so you don't have to type. if you have to type to match the his

Fwd: Joseph Gaffney wrote on your Wall...

2010-03-09 Thread Aaron J. Seigo
awesome usage of plasma follows: -- Forwarded Message -- Joseph posted something on your Wall and wrote: "Odd use for the netbook workspace I was given a p3 laptop which was going to be tossed I was going to make it a simple digital picture frame. And then I realized

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

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

Re: JS API questions

2010-03-09 Thread J Janz
2010/3/9 Aaron J. Seigo > however, there are a number of QScript/C++ > issues that block this from actually happening. i have a couple of ideas on > how to address this, and will investigate and do one of them tomorrow. > If I got that right, will it then be possible to have a dataUpdated for wi

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-09 Thread Lukas Appelhans
Am Dienstag 09 März 2010 11:31:01 schrieb Sebastian Kügler: > On Monday 08 March 2010 23:27:19 Jacopo De Simoi wrote: > > Does each query still need a dbus roundtrip? That can be quite slow in > > fact :/ > > > > > At the moment, we just compute a score out of the > > > click-count/click-time/las

Re: 4.5 polishment: krunner (under_the_hood)

2010-03-09 Thread Sebastian Kügler
On Monday 08 March 2010 23:27:19 Jacopo De Simoi wrote: > Does each query still need a dbus roundtrip? That can be quite slow in > fact :/ > > > 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

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

2010-03-09 Thread Sebastian Kügler
On Monday 08 March 2010 23:38:33 Aaron J. Seigo wrote: > 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 th

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

2010-03-09 Thread Diego Moya
On 8 March 2010 23:39, Jacopo De Simoi wrote: > This also definitely implies that it can be used as a search facility, it's > not its main purpose but it does not necessarily conflict with the primary > goal; in fact I find it a very useful tool. > I agree with that. It's not the search function