Python Containment tutorial?

2009-08-31 Thread alan moore
Hi, In the api documentation for PyKDE on the plasma containment page (http://api.kde.org/pykde-4.2-api/plasma/Plasma.Containment.html), it says "See techbase.kde.org for a tutorial on writing Containments using this class". I'm interested in created a containment plasmoid using Python, and I'm

Re: scrolling text window

2009-08-31 Thread Aaron J. Seigo
On August 31, 2009, Daniel Duris wrote: > I am developing a plasmoid displaying various logs in JS and I need > this to make the flow of text automatically. Plasma::TextBrowser? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core

scrolling text window

2009-08-31 Thread Daniel Duris
Is there a psosibility to create not a LinearLayout, but layout with automatically scrolling text window such as console-like (e.g. text is pushed to the top, when screen full...)? I am developing a plasmoid displaying various logs in JS and I need this to make the flow of text automatically. Tha

Re: problems with executable dataengine (and others) in Javascript

2009-08-31 Thread Daniel Duris
got it working, thanks. On Mon, Aug 31, 2009 at 5:30 PM, Aaron J. Seigo wrote: > On August 31, 2009, Daniel Duris wrote: >> in my app. addSource() doesn't work (error is shown - can't start >> script), setData - no syntax is known for JS > > connectSource, not add source :) so: > > dataengine(

Re: Review Request: Custom native widgets for Plasma::ComboBox, Plasma::LineEdit and Plasma::TextEdit

2009-08-31 Thread Michal Dutkiewicz
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1094/ --- (Updated 2009-08-31 16:26:07.434735) Review request for Plasma, Aaron Seigo and

Re: Qalculate plasmoid moved to kdereview

2009-08-31 Thread Burkhard Lück
Am Montag 31 August 2009 16:35:52 schrieb Matteo Agostinelli: > Hello list, > > first of all a disclaimer: this is my first contribution to KDE, so > bear with me if I made any mistakes. I moved my Qalculate! plasmoid to > kdereview aiming for an inclusion in kdeplasma-addons. > > Basically it is a

Re: Review Request: Keyboard navigation support for Tasks applet

2009-08-31 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1482/#review2230 --- Ship it! seems good - Marco On 2009-08-31 16:03:46, Michal Dutkiew

Re: Review Request: Keyboard navigation support for Tasks applet

2009-08-31 Thread Michal Dutkiewicz
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1482/ --- (Updated 2009-08-31 16:03:46.974286) Review request for Plasma, Aaron Seigo and

Re: problems with executable dataengine (and others) in Javascript

2009-08-31 Thread Aaron J. Seigo
On August 31, 2009, Daniel Duris wrote: > in my app. addSource() doesn't work (error is shown - can't start > script), setData - no syntax is known for JS connectSource, not add source :) so: dataengine("exec").connectSource("/bin/ls", plasmoid) -- Aaron J. Seigo humru othro a kohnu se GPG

Re: Calling KDirLister from plasma widget causes no files to be found.

2009-08-31 Thread David Hubner
On Sunday 30 August 2009 08:53:45 Aaron J. Seigo wrote: > On August 29, 2009, David Hubner wrote: > > On Saturday 29 August 2009 18:37:27 Aaron J. Seigo wrote: > > > On August 29, 2009, Aaron J. Seigo wrote: > > > > KUniqueApplication vs KApplication > > > > > > the easy way to test this would be t

problems with executable dataengine (and others) in Javascript

2009-08-31 Thread Daniel Duris
hello, i am trying to develop a plasmoid in JS. However, I am unable to find any sources of executable dataengine (or rss etc.). in plasmaengineexplorer i can add commands to executable engine, but not in my app. addSource() doesn't work (error is shown - can't start script), setData - no syntax i

Qalculate plasmoid moved to kdereview

2009-08-31 Thread Matteo Agostinelli
Hello list, first of all a disclaimer: this is my first contribution to KDE, so bear with me if I made any mistakes. I moved my Qalculate! plasmoid to kdereview aiming for an inclusion in kdeplasma-addons. Basically it is an extension of the existing calculator plasmoid, using the quite powerful

Re: Review Request: big revamp of Device Notifier

2009-08-31 Thread Giulio Camuffo
> On 2009-08-29 21:00:29, Jacopo De Simoi wrote: > > /trunk/KDE/kdebase/workspace/plasma/applets/devicenotifier/devicenotifier.cpp, > > line 204 > > > > > > We probably need to change this; > > Either show every time

Re: Review Request: Keyboard navigation support for Tasks applet

2009-08-31 Thread Michal Dutkiewicz
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1482/ --- (Updated 2009-08-31 14:04:45.714405) Review request for Plasma, Aaron Seigo and

Re: Review Request: Quicklaunch: Fix config UI where mouse wheeling on slider does not change spinbox value

2009-08-31 Thread Beat Wolf
> On 2009-08-02 23:52:28, Aaron Seigo wrote: > > good catch :) > > Shafqat Bhuiyan wrote: > Thanks :) > > It would be great if you could commit this one as well :) this patch is commited and should be marked like that - Beat -

Re: Review Request: FIXME part of quicklaunch

2009-08-31 Thread sujith h
On 8/31/09, Aaron J. Seigo wrote: > On August 31, 2009, Beat Wolf wrote: >> > On 2009-05-07 10:17:53, Aaron Seigo wrote: >> > > another nice bug fix for 4.3 :) >> >> this patch seems to be commited, how can one mark a reviewrequest as >> shipped? > > the reporter needs to do it (or someone with ad

Re: Review Request: Add tooltips to the SystemTray show/icon hidden icons button

2009-08-31 Thread Darío Andrés
On Mon, Aug 31, 2009 at 5:27 AM, Beat Wolf wrote: > > >> On 2009-05-05 15:57:15, Aaron Seigo wrote: >> > this will have to wait for 4.4 now due to the string freeze, but that will >> > also give us time to track down the tooltip issue? :) > > did anybody commit this? so the bugreport can be closed

Re: Review Request: big revamp of Device Notifier

2009-08-31 Thread Jacopo De Simoi
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1370/#review2213 --- I previously overlooked this; the mounting procedure should belong to

Re: Review Request: Patch to add free space indicator into device notifier plasmoid

2009-08-31 Thread Giulio Camuffo
In data martedì 25 agosto 2009 10:50:58, Kevin Ottens ha scritto: : > On Saturday 22 August 2009 16:02:56 Jacopo De Simoi wrote: > > I see two solutions: > > - Once the device is made accessible trigger an update of the free disk > > space every (say) 10 seconds - Make the KCapacityBar appear on ho

Re: Review Request: Keyboard navigation support for Tasks applet

2009-08-31 Thread Michal Dutkiewicz
> On 2009-08-31 08:58:13, Marco Martin wrote: > > /trunk/KDE/kdebase/workspace/plasma/applets/tasks/taskgroupitem.cpp, line > > 696 > > > > > > should be circular and logic for this is already in the wheel event, > > yo

Re: Review Request: FIXME part of quicklaunch

2009-08-31 Thread Aaron J. Seigo
On August 31, 2009, Beat Wolf wrote: > > On 2009-05-07 10:17:53, Aaron Seigo wrote: > > > another nice bug fix for 4.3 :) > > this patch seems to be commited, how can one mark a reviewrequest as > shipped? the reporter needs to do it (or someone with admin rights, which i have though i can't make

Re: Review Request: Keyboard navigation support for Tasks applet

2009-08-31 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1482/#review2208 --- /trunk/KDE/kdebase/workspace/plasma/applets/tasks/taskgroupitem.cpp <

Re: Review Request: FIXME part of quicklaunch

2009-08-31 Thread Beat Wolf
> On 2009-05-07 10:17:53, Aaron Seigo wrote: > > another nice bug fix for 4.3 :) this patch seems to be commited, how can one mark a reviewrequest as shipped? - Beat --- This is an automatically generated e-mail. To reply, visit: http:/

Re: Review Request: Add tooltips to the SystemTray show/icon hidden icons button

2009-08-31 Thread Beat Wolf
> On 2009-05-05 15:57:15, Aaron Seigo wrote: > > this will have to wait for 4.4 now due to the string freeze, but that will > > also give us time to track down the tooltip issue? :) did anybody commit this? so the bugreport can be closed - Beat --