Re: Tokamak Meeting II

2009-01-19 Thread Alexis Ménard
Nuno, did you plan me for a talk? Mine will be : Qt Software, what's going on? Mainly i will talk about Animation API, States and transitions and a bit of the declarative-ui. On Sat, Jan 17, 2009 at 3:40 PM, Nuno Pinheiro n...@oxygen-icons.orgwrote: A Saturday 17 January 2009 14:12:12, Rob

Re: Review Request: Libkonq support for the nepomuk search runner

2009-01-19 Thread Ryan P. Bitanga
I could write another patch for the locations runner. I think moving libkonq out of apps would be a good idea but we'd have to review the API somewhat more extensively. Since it abstracts file management it has it's use outside of dolphin and konqueror. Could we move it to kdelibs for 4.3?

Re: signal clicked()

2009-01-19 Thread David Baron
On Sunday 18 January 2009 12:12:49 Toussis Manolis wrote: On Sunday 18 January 2009 09:34:49 David Baron wrote: void MyApplet::mousePressEvent ( QGraphicsSceneMouseEvent *ev ) { if ( signalsBlocked() ) { Plasma::Applet::mousePressEvent( ev ); return; }..

Re: Tokamak Meeting II

2009-01-19 Thread Nuno Pinheiro
A Monday 19 January 2009 08:02:49, Alexis Ménard escreveu: Nuno, did you plan me for a talk? Mine will be : Qt Software, what's going on? Mainly i will talk about Animation API, States and transitions and a bit of the declarative-ui. Thank you alot! My plan is that everybody gives a litle

Re: Review Request: Show wallpaper resolution if possible in selection dialog

2009-01-19 Thread Beat Wolf
On 2009-01-18 10:28:02, Aaron Seigo wrote: trunk/KDE/kdebase/workspace/plasma/wallpapers/image/backgroundpackage.cpp, line 417 http://reviewboard.vidsolbach.de/r/332/diff/4/?file=1814#file1814line417 still reading in the image here (slow). try: KFileMetaInfo

Re: Ruby Plasma Tutorial

2009-01-19 Thread Dominik Haumann
On Sunday 18 January 2009, Aaron J. Seigo wrote: On Sunday 18 January 2009, Niels Slot wrote: In the last week I've written a Plasma tutorial for Ruby. In the tutorial the reader creates a simple but functional applet using widgets and Ruby. I've put it on a personal subpage on Techbase[1].

Re: Happy Camp KDE wish

2009-01-19 Thread Sebastian Kügler
Hi Andrew, On Sunday 18 January 2009 19:36:18 Jamboarder wrote: To plasma participants at Camp KDE, best wishes and I sincerely hope your stay in my home country is a good one.  Wished I could make it, since I haven't been home in a while and it would be great to meet some of you guys and

Re: Tokamak Meeting II

2009-01-19 Thread D. R. Evans
Nuno Pinheiro said the following at 01/19/2009 06:06 AM : My plan is that everybody gives a litle talk so 1 I can make the local organizers happy. 2 share our personal adgenda. What kind of record of the talks is going to made available afterwards? The slides? Or a video? Doc -- Web:

Re: Tokamak Meeting II

2009-01-19 Thread Nuno Pinheiro
A Monday 19 January 2009 16:13:08, D. R. Evans escreveu: Nuno Pinheiro said the following at 01/19/2009 06:06 AM : My plan is that everybody gives a litle talk so 1 I can make the local organizers happy. 2 share our personal adgenda. What kind of record of the talks is going to made

Re: Review Request: support brightness keys in the battery applet.

2009-01-19 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/335/#review328 --- Ship it! Thanks for having a look into it. (I've not tested it

Re: signal clicked()

2009-01-19 Thread Aaron J. Seigo
On Monday 19 January 2009, David Baron wrote: I notice that some applets/icons will change there color/birghtness a bit on hover. The device-monitor applet does this as do any shortcuts or folders I placed on the panel. How do I do this? it's part of Plasma::IconWidget. you can also do it

Re: Review Request: Libkonq support for the nepomuk search runner

2009-01-19 Thread Aaron J. Seigo
On Monday 19 January 2009, Ryan P. Bitanga wrote: I could write another patch for the locations runner. I think moving libkonq out of apps would be a good idea but we'd have to review the API somewhat more extensively. Since it abstracts file management it has it's use outside of dolphin and

Re: Making paths case insensitive in krunner

2009-01-19 Thread Diaa Sami
On Sat, 17 Jan 2009 10:50 -0700, Aaron J. Seigo ase...@kde.org wrote: sure; if you can come to the list with some patches, i see no reason (assuming the performance is still good =) they couldn't go in... You can find an initial version of the patch below, it looks like it works fast

Re: Review Request: Libkonq support for the nepomuk search runner

2009-01-19 Thread David Faure
On Monday 19 January 2009, Aaron J. Seigo wrote: On Monday 19 January 2009, Ryan P. Bitanga wrote: I could write another patch for the locations runner. I think moving libkonq out of apps would be a good idea but we'd have to review the API somewhat more extensively. Since it abstracts file

Re: Making paths case insensitive in krunner

2009-01-19 Thread Diaa Sami
The previous patch had some mistakes, please use this one instead Index: kdelibs/plasma/runnercontext.cpp === --- kdelibs/plasma/runnercontext.cpp(revision 911086) +++ kdelibs/plasma/runnercontext.cpp(working copy) @@ -47,6

Re: Review Request: support brightness keys in the battery applet.

2009-01-19 Thread Will Stephenson
On 2009-01-19 08:24:39, Sebastian Kügler wrote: Thanks for having a look into it. (I've not tested it yet.) Don't ship it! dannyK says your brightness keys patch will be problematic with most current machines, as they do brightness control in hardware. apparently there's a hal property

Re: Review Request: Show wallpaper resolution if possible in selection dialog

2009-01-19 Thread Beat Wolf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/332/ --- (Updated 2009-01-19 10:07:16.022596) Review request for Plasma. Summary

Re: Making paths case insensitive in krunner

2009-01-19 Thread Aaron J. Seigo
On Monday 19 January 2009, Diaa Sami wrote: On Sat, 17 Jan 2009 10:50 -0700, Aaron J. Seigo ase...@kde.org wrote: sure; if you can come to the list with some patches, i see no reason (assuming the performance is still good =) they couldn't go in... You can find an initial version of the

Re: Ruby Bindings Animator problem

2009-01-19 Thread Richard Dale
On Wed, Jan 7, 2009 at 10:02 AM, 0xDeadC0de roguestar...@comcast.netwrote: hmm All I know that makes it special is the animator is a singleton class, the self() function returns the instance and probably allocates a new one Yes, it turned out that the bindings code generation in the Smoke

Re: ruby bindings

2009-01-19 Thread Richard Dale
On Fri, Jan 9, 2009 at 6:28 AM, 0xDeadC0de roguestar...@comcast.net wrote: I think there's a coincidence between the animator and the tooltipmanager singletons not working. If I uncomment everything in the snippet below it crashes on me. at ToolTipManager::self().setContent(icon, data). (I

Re: Review Request: Libkonq support for the nepomuk search runner

2009-01-19 Thread David Faure
On Monday 19 January 2009, you wrote: On Monday 19 January 2009, you wrote: On Monday 19 January 2009, Aaron J. Seigo wrote: On Monday 19 January 2009, Ryan P. Bitanga wrote: I could write another patch for the locations runner. I think moving libkonq out of apps would be a good idea

Applet::flushPendingConstraintsEvents() calls setHasConfigurationInterface(true)

2009-01-19 Thread Richard Dale
Niels Slot and myself were looking at a problem with the Ruby tutorial applet, in that it was ignoring setHasConfigurationInterface(false) calls in its init() method. When I looked at the Plasma::Applet applet.cpp code there is a call to see it to true in flushPendingConstraintsEvents(). void

Re: signal clicked()

2009-01-19 Thread David Baron
On Monday 19 January 2009 19:04:56 Aaron J. Seigo wrote: On Monday 19 January 2009, David Baron wrote: I notice that some applets/icons will change there color/birghtness a bit on hover. The device-monitor applet does this as do any shortcuts or folders I placed on the panel. How do I do

Re: Review Request: Show wallpaper resolution if possible in selection dialog

2009-01-19 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/332/#review330 --- Ship it! there's a number of lines like this: if( m_model )

Re: Making paths case insensitive in krunner

2009-01-19 Thread Diaa Sami
On Mon, 19 Jan 2009 11:08 -0700, Aaron J. Seigo ase...@kde.org wrote: however, the code itself needs to be written following our coding style guidelines: http://techbase.kde.org/Policies/Kdelibs_Coding_Style qDebug should be kDebug; QString whatever = should be

Re: [PATCH] new keyboard shortcuts

2009-01-19 Thread Aaron J. Seigo
On Monday 19 January 2009, Chani wrote: I should have done this a long time ago... I've switched all hte plasma shortcuts to emacs/screen style, to avoid conflicts with other shortcuts. they start with alt-d now. (well, except for the zoom ones: I skipped them because they were standard

Re: KRunner keywords and translations

2009-01-19 Thread Ryan P. Bitanga
2009/1/15 Aaron J. Seigo ase...@kde.org: On Wednesday 14 January 2009, Anne-Marie Mahfouf wrote: Hi, I am occasionally helping with French translation and I was wondering about KRunner keywords. - can anyone check if they work? they don't for me. hm.. it should; it's comparing against the

Re: Quick question on backporting

2009-01-19 Thread Aaron J. Seigo
On Monday 19 January 2009, Ryan P. Bitanga wrote: What exactly are we allowed to backport to the 4.2 branch? bug fixes; no new features, no new strings. =) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored