---
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
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
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
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
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
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
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:
>
> *
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
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
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
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
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
---
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
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
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
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!
-
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
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
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 |
+
---
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
---
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
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
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
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
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
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
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
---
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
--
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
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
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
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
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
33 matches
Mail list logo