Usage of pull rebasing and merges

2011-02-08 Thread Ben Cooksley
Hi all, Just a word of warning, if you are going to merge two branches together, make sure to run git pull --rebase before you conduct the merge. Once you have conducted the merge, use git pull if you encounter a non-fast forward error. Do not run git pull --rebase after performing the merge,

Re: New properties for StatusNotifierItem: Accessible Label (1/3)

2011-02-08 Thread Aurélien Gâteau
(resending, cc'ing Ted) What would help is if the tooltip was using semantic markup, instead of a subset of html. Think about something like this: tooltip titleAmarok/title icon src=amarok.png alt=Amarok/ bodyCurrently playing: Qt 4 dance by Trolltech/body /tooltip

Re: Review Request: Enabling Apply button in webslice

2011-02-08 Thread Sinny Kumari
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100609/ --- (Updated Feb. 8, 2011, 5:26 p.m.) Review request for Plasma. Changes

Re: Review Request: Enabling Apply button in webslice

2011-02-08 Thread Anne-Marie Mahfouf
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100609/#review1314 --- Ship it! Reviewed. The only missing thing was when you cleared

Re: Review Request: Enabling Apply button in webslice

2011-02-08 Thread Anne-Marie Mahfouf
On Feb. 8, 2011, 7 p.m., Anne-Marie Mahfouf wrote: Reviewed. The only missing thing was when you cleared the combo field and wrote your own element and if you use connect(ui.elementCombo, SIGNAL(editTextChanged(QString)), parent, SLOT(settingsModified())); it'll work (instead of the

signal messageButtonPressed(const Plasma::MessageButton button);

2011-02-08 Thread Marco Martin
Hi all, I see in Plasma::Applet that void messageButtonPressed(const MessageButton button); was changed in void messageButtonPressed(const Plasma::MessageButton button); https://bugs.kde.org/show_bug.cgi?id=265738 this unfortunately breaks older users ( particularly amarok for sure atm) now: not

GSoC ideas needed - 20 days until org application - last call

2011-02-08 Thread Lydia Pintscher
Heya folks :) We have 20 days left until org application opens for GSoC 2011. By that point we should have as many rocking ideas as possible on this wiki page: http://community.kde.org/GSoC/2011/Ideas It will be used to evaluate our application. Please add your ideas. It'd be awesome if we could

Re: Plasma mediacenter - is it still alive?

2011-02-08 Thread Marco Martin
On Sunday 06 February 2011, Morten A. B. Sjøgren wrote: Hey, Sometime ago I read about a plasma mediacenter project, but I haven't heard anything about it for a long time. I'm interested in such a project and have thought about getting involved in a open source project for a long time.

Re: GSoC ideas needed - 20 days until org application - last call

2011-02-08 Thread Marco Martin
On Tuesday 08 February 2011, Lydia Pintscher wrote: Heya folks :) We have 20 days left until org application opens for GSoC 2011. By that point we should have as many rocking ideas as possible on this wiki page: http://community.kde.org/GSoC/2011/Ideas It will be used to evaluate our

Re: Plasma mediacenter - is it still alive?

2011-02-08 Thread Marco Martin
On Tuesday 08 February 2011, Marco Martin wrote: I've found the techbase-page http://techbase.kde.org/Projects/Plasma/Plasma_Media_Center and a gitorious project http://gitorious.org/plasma-media-center that hasn't been updated for quite sometime. for everybody that wants to do a gsoc:

Re: GSoC ideas needed - 20 days until org application - last call

2011-02-08 Thread todd rme
On Tue, Feb 8, 2011 at 5:35 PM, Marco Martin notm...@gmail.com wrote: On Tuesday 08 February 2011, Lydia Pintscher wrote: Heya folks :) We have 20 days left until org application opens for GSoC 2011. By that point we should have as many rocking ideas as possible on this wiki page:

Re: Plasma mediacenter - is it still alive?

2011-02-08 Thread Christopher Blauvelt
Thanks Marco. On Feb 8, 2011 5:40 PM, Marco Martin notm...@gmail.com wrote: On Tuesday 08 February 2011, Marco Martin wrote: I've found the techbase-page http://techbase.kde.org/Projects/Plasma/Plasma_Media_Center and a gitorious project http://gitorious.org/plasma-media-center that hasn't

Re: GSoC ideas needed - 20 days until org application - last call

2011-02-08 Thread Ryan Rix
On Tue 8 February 2011 18:25:27 todd rme wrote: Implement the smart activity switching functionality we were talking about earlier, with an API that lets applications and widgets provide activity switching hints. What I mean by smart activity switching is proving a popup asking the user if he

Review Request: Apply button enabling for some plasmoids.

2011-02-08 Thread Romário Rios
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100614/ --- Review request for Plasma. Summary --- Just porting some plasmoids

Re: Review Request: Apply button enabling for some plasmoids.

2011-02-08 Thread Anne-Marie Mahfouf
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100614/#review1317 --- For the clocks, the libplasmaclock should be done first