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

Quick question on backporting

2009-01-19 Thread Ryan P. Bitanga
Hey everyone, What exactly are we allowed to backport to the 4.2 branch? I made a few changes to quicksand that I should've committed sometime last year. Minor changes really, no new strings added or anything and since nothing is linked against it, it should be ok to backport right? Cheers, Ryan

Re: KRunner keywords and translations

2009-01-19 Thread Ryan P. Bitanga
2009/1/15 Aaron J. Seigo : > 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: Review Request: Default queue policy for normal speed runners

2009-01-19 Thread Ryan Bitanga
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/338/ --- (Updated 2009-01-19 21:51:15.407302) Review request for Plasma. Summary -

Review Request: Default queue policy for normal speed runners

2009-01-19 Thread Ryan Bitanga
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/338/ --- Review request for Plasma. Summary --- This patch revives the original

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 > s

[PATCH] new keyboard shortcuts

2009-01-19 Thread Chani
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 shortcuts, but I should switch them in the morni

Re: Making paths case insensitive in krunner

2009-01-19 Thread Diaa Sami
On Mon, 19 Jan 2009 11:08 -0700, "Aaron J. Seigo" 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 > whatever.isEmpty();

Re: Applet::flushPendingConstraintsEvents() calls setHasConfigurationInterface(true)

2009-01-19 Thread Aaron J. Seigo
On Monday 19 January 2009, Richard Dale wrote: > 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

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

2009-01-19 Thread Aaron J. Seigo
On Monday 19 January 2009, David Faure wrote: > On Monday 19 January 2009, you wrote: > > On Monday 19 January 2009, you wrote: > > > On Monday 19 January 2009, Aaron J. Seigo wrote: > > we also have uses for servicemenus, but that's a different topic. =) > > _That_ code is already factored out,

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: 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

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 App

Re: Making paths case insensitive in krunner

2009-01-19 Thread Diaa Sami
On Mon, 19 Jan 2009 11:12 -0700, "Aaron J. Seigo" wrote: > On Monday 19 January 2009, Diaa Sami wrote: > > The previous patch had some mistakes, please use this one instead > > what's the difference between the two? (also, could you attach the > patches > rather than include them inline in the

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 b

Re: ruby bindings

2009-01-19 Thread Richard Dale
On Fri, Jan 9, 2009 at 6:28 AM, 0xDeadC0de 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 am using older bindi

Re: Ruby Bindings Animator problem

2009-01-19 Thread Richard Dale
On Wed, Jan 7, 2009 at 10:02 AM, 0xDeadC0de wrote: > 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 library for Singleto

Re: Making paths case insensitive in krunner

2009-01-19 Thread Aaron J. Seigo
On Monday 19 January 2009, Diaa Sami wrote: > The previous patch had some mistakes, please use this one instead what's the difference between the two? (also, could you attach the patches rather than include them inline in the mail? it makes it easier to work with them by making saving to the loc

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" 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 bel

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: 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 prope

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: 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 abstract

Re: Making paths case insensitive in krunner

2009-01-19 Thread Diaa Sami
On Sat, 17 Jan 2009 10:50 -0700, "Aaron J. Seigo" 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 enough. Altho

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 an

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: 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 ye

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 ma

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 -- We

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: 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 Techba

Re: Ruby Plasma Tutorial

2009-01-19 Thread Richard Dale
2009/1/18 Niels Slot > 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]. I would like to ask for > some feedback. I've got one and a half years o

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 > > > > > > still reading in the image here (slow). try: > > > > KFileM

Re: Review Request: Also save extender item config when not detached, and save collapsed state.

2009-01-19 Thread Will Stephenson
On Friday 16 January 2009 18:31:02 Rob Scheepmaker wrote: > The question is, do we want this change in behavior? I personally think > it's worth it. Second question is, do we want this backported to 4.2. > Again, I think yes, but can we do this considering the freeze? Oh and another behaviour chan

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

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: 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? Anyway,

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 wrote: > A Saturday 17 January 2009 14:12:12, Rob Scheepmaker escreveu: