I'm not sure, but I remember editing my plasma-appletsrc and adding
global=Alt+F1 under the shortcuts section for my kickoff plasmoid when
it stopped working in 4.1. For some reason it wasn't set.
2008/9/18 Aaron J. Seigo <[EMAIL PROTECTED]>:
> On Wednesday 17 September 2008, [EMAIL PROTECTED] wro
> On 2008-09-17 08:34:10, Aaron Seigo wrote:
> > i mostly like this patch ...
> >
> > however, QueryActionPool doesn't seem to actually be used; where it is
> > used, it seems to be an implementation detail and therefore shouldn't need
> > to be exported .. but even more evident is that it pro
On Wednesday 17 September 2008, Sebastian Kügler wrote:
> On Thursday 18 September 2008 04:34:37 Aaron J. Seigo wrote:
> > On Wednesday 17 September 2008, Sebastian Kügler wrote:
> > > I'm still not getting the popup to pop up, out of ideas for now.
> > > Maybe someone else can have a look, I'm k
On Thursday 18 September 2008 04:34:37 Aaron J. Seigo wrote:
> On Wednesday 17 September 2008, Sebastian Kügler wrote:
> > I'm still not getting the popup to pop up, out of ideas for now.
> > Maybe someone else can have a look, I'm kind of stuck.
>
> you haven't reimplemented widget() or graphics
On Wednesday 17 September 2008, Sebastian Kügler wrote:
> SVN commit 862081 by sebas:
>
> Use an extender.
>
> I'm still not getting the popup to pop up, out of ideas for now.
> Maybe someone else can have a look, I'm kind of stuck.
you haven't reimplemented widget() or graphicsWidget(); but don't
On Wednesday 17 September 2008, Sebastian Kügler wrote:
> void Battery::init()
> {
> +new Plasma::Extender(this);
> +extender()->setEmptyExtenderMessage(i18n("no running jobs..."));
> +extender()->setSizePolicy(QSizePolicy::MinimumExpanding,
this makes me wonder if Applet::extender()
SVN commit 862081 by sebas:
Use an extender.
I'm still not getting the popup to pop up, out of ideas for now.
Maybe someone else can have a look, I'm kind of stuck.
CCMAIL:plasma-devel@kde.org
M +25 -3 battery.cpp
M +2 -0 battery.h
--- trunk/KDE/kdebase/workspace/plasma/appl
On Wednesday 17 September 2008, [EMAIL PROTECTED] wrote:
> Yep,
> i got this problem too,
> i think some app is stealing this signal.
let's not debug by magic and guessing =)
> i solved this rmoving my .kde4 :P
different issue.
it should work in trunk now ... there may remain some conflict issu
On Wednesday 17 September 2008 12:57:35 Michael Jansen wrote:
> when pressing ALT+F1. But still no open menu.
maybe it's focussing the applet but simply not triggering the event to show
the popup?
-Riccardo
--
GPG key:
3D0F6376
When encrypting, please encrypt also for this subkey:
9EBD7FE1
- Original Message
From: Dan Meltzer <[EMAIL PROTECTED]>
To: plasma-devel@kde.org
Sent: Wednesday, September 17, 2008 8:42:10 AM
Subject: Re: Weather plasmoid development
On Wed, Sep 17, 2008 at 8:00 AM, Marco Martin <[EMAIL PROTECTED]> wrote:
> On Wednesday 17 September 2008, Edwin de J
Yep,
i got this problem too,
i think some app is stealing this signal.
i solved this rmoving my .kde4 :P
But i definitely don't promote this kind of
"solving problems" :)
Daniel.
- Mensagem original
De: Michael Jansen <[EMAIL PROTECTED]>
Para: plasma-devel@kde.org
Enviadas: Quarta-fei
---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.vidsolbach.de/r/178/#review202
---
i mostly like this patch ...
however, QueryActionPool doesn't see
On Wednesday 17 September 2008, Oszkar Ambrus wrote:
> Hi all,
>
> I have a strange problem in my Plasma application.
> Whenever I exit the application, I get a SIGSEGV error, and I just can't
> figure out why.
> Should I check each UI object to be in a layout, or to have parents, or
> what should
On Wednesday 17 September 2008, Alain Boyer wrote:
> 2008/9/17 Aaron J. Seigo <[EMAIL PROTECTED]>:
> > On Wednesday 17 September 2008, Alain Boyer wrote:
> >> > note that even if we don't use this (due to overhead) in the main task
> >> > applet, it would still be highly useful to other applets (i
2008/9/17 Aaron J. Seigo <[EMAIL PROTECTED]>:
> On Wednesday 17 September 2008, Alain Boyer wrote:
>> > note that even if we don't use this (due to overhead) in the main task
>> > applet, it would still be highly useful to other applets (i already ran
>> > into this with the ktorrent applet)
>>
>>
Hi all,
I have a strange problem in my Plasma application.
Whenever I exit the application, I get a SIGSEGV error, and I just can't
figure out why.
Should I check each UI object to be in a layout, or to have parents, or
what should I go through?
Thanks a lot,
Oszkar
P.S. Here's the backtrace, if
On Wednesday 17 September 2008, Alain Boyer wrote:
> > note that even if we don't use this (due to overhead) in the main task
> > applet, it would still be highly useful to other applets (i already ran
> > into this with the ktorrent applet)
>
> ok, i'll see if i can't come up with a design that al
On Wednesday 17 September 2008 14:00:18 Marco Martin wrote:
> > For the plasma developers: the widget essentially pulls its data from
> > weather.yahoo.com. I hope that is not a problem? It's not really in line
> > with the OSS spirit, but the widget in KDE 3 did more or less the same.
> > Also, I
from the art side of things its prety much done icons (main ones) and svg's.
--
core oxygen icon designer
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
On Wed, Sep 17, 2008 at 8:00 AM, Marco Martin <[EMAIL PROTECTED]> wrote:
> On Wednesday 17 September 2008, Edwin de Jong wrote:
>> Hi everyone, (cross-posting to plasma-devel and kde-artists)
>>
>> In short: I wondered: if you're an artist with svg skills if you like to
>> help me with the weather
On Wednesday 17 September 2008, Aaron J. Seigo wrote:
> On Tuesday 16 September 2008, Alain Boyer wrote:
> > This led me to take a look at the tasks data engine and applet. I was
> > surprised to see that they don't talk to each other.
>
> there's another person working on the tasks applet atm, so
2008/9/16 Aaron J. Seigo <[EMAIL PROTECTED]>:
> On Tuesday 16 September 2008, Alain Boyer wrote:
>> This led me to take a look at the tasks data engine and applet. I was
>> surprised to see that they don't talk to each other.
>
> there's another person working on the tasks applet atm, so probaby go
On Wednesday 17 September 2008, Edwin de Jong wrote:
> Hi everyone, (cross-posting to plasma-devel and kde-artists)
>
> In short: I wondered: if you're an artist with svg skills if you like to
> help me with the weather plasmoid and if you're from the plasma-devs list
> to give an opinion. Oh, and
On Wednesday 17 September 2008, Aaron Seigo wrote:
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.vidsolbach.de/r/194/#review201
> ---
>
> Ship i
Hi
i tried to find out why the ALT+F1 shortcut isn't working for me. It is
catched and send to plasma but seems to get lost somewhere. To find out where
i applied the following patch:
diff --git a/workspace/libs/plasma/applet.cpp
b/workspace/libs/plasma/applet.cpp
index 795f81a..e47999f 10064
---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.vidsolbach.de/r/178/
---
(Updated 2008-09-17 02:11:27.950696)
Review request for Plasma.
Summary
-
26 matches
Mail list logo