Re: Subject: Re: On Plasmate's recent project list

2010-01-24 Thread Yuen Hoe Lim
There is also another problem and it still can get sticky :) When importing a 'project group' tarball, what happens when there are project folders with the same name in the target drive? It doesn't make sense to force an overwrite, so we'll need to seamlessly rename the folders underneath (the user

Re: Review Request: save/restore containments

2010-01-24 Thread Chani
On January 24, 2010 14:23:55 you wrote: > On Sunday 24 January 2010, Chani Armitage wrote: > > > On 2010-01-24 15:13:41, Marco Martin wrote: > > > > the code for me is ok, and yes, i think an optional parameter with > > > > the filename in close would make a nice simmetry (depending on the > > > >

Re: Review Request: save/restore containments

2010-01-24 Thread Marco Martin
On Sunday 24 January 2010, Chani Armitage wrote: > > On 2010-01-24 15:13:41, Marco Martin wrote: > > > the code for me is ok, and yes, i think an optional parameter with the > > > filename in close would make a nice simmetry (depending on the ui > > > maybe we could want also some way to "export! i

Re: Plasma-devel Digest, Vol 19, Issue 43

2010-01-24 Thread Diego Casella ([Po]lentino)
> > -- Messaggio inoltrato -- > From: Shantanu Tushar Jha > To: plasma-devel@kde.org > Date: Sun, 24 Jan 2010 19:28:56 +0530 > Subject: Re: Subject: Re: On Plasmate's recent project list > On 1/24/10, Yuen Hoe Lim wrote: > >> > >> Uhm I dont get your concern; if you tar all the pl

Re: Review Request: Imgur support in Pastebin applet

2010-01-24 Thread Artur Souza (MoRpHeUz)
On Sunday 24 January 2010, 12:24 Beat Wolf wrote: > > On 2009-12-05 10:26:00, Nikhil Marathe wrote: > what is the status of this patch? well, it can go in. I can't do it *right now* but probably next week. Or be my guest if any of you can commit it :) > However, for 4.5 I would > like to create

Re: Review Request: save/restore containments

2010-01-24 Thread Chani Armitage
> On 2010-01-24 15:13:41, Marco Martin wrote: > > the code for me is ok, and yes, i think an optional parameter with the > > filename in close would make a nice simmetry (depending on the ui maybe we > > could want also some way to "export! it?) > > > > Marco Martin wrote: > for thumbnails

Re: Bookmarks plasmoid moved to kdereview

2010-01-24 Thread Friedrich W. H. Kossebau
Hi, Mardi, le 12 janvier 2010, à 02:14, Friedrich W. H. Kossebau a écrit: > Hi all, > > I've just moved the Bookmarks plasmoid* from playground to kdereview. > > It's a simple one-button plasmoid which on a click (or activation) shows > the standard bookmarks menu and calls KRun for the selecte

Re: Review Request: Animator::registerScrollingWidget()

2010-01-24 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1892/ --- (Updated 2010-01-24 17:45:08.847499) Review request for Plasma. Summary --

Re: Review Request: custom toolbox support

2010-01-24 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1861/ --- (Updated 2010-01-24 17:44:51.335774) Review request for Plasma. Summary --

Re: Review Request: a way for a custom corona to forbid some standard context menu entries

2010-01-24 Thread Marco Martin
> On 2010-01-14 18:18:26, Chani Armitage wrote: > > :/ this feels wrong. > > > > for the screensaver, I just created a separate mouse plugin. > > I suppose the netbook shares actions like "log out" and "lock screen" > > though, which makes this a bit trickier... > > we don't really want to dupl

Re: Review Request: support for latex colours in kolorpicker.

2010-01-24 Thread Tomaz Canabrava
None, I got in depression last year, and now I'm feeling a bit better, gonna work on this again. On Sun, Jan 24, 2010 at 1:18 PM, Beat Wolf wrote: > > > > On 2009-10-26 16:32:27, Pino Toscano wrote: > > > > > any progress on this patch? > > > - Beat > > > ---

Re: Review Request: Imgur support in Pastebin applet

2010-01-24 Thread Beat Wolf
> On 2009-12-05 10:26:00, Nikhil Marathe wrote: > > what is the status of this patch? - Beat --- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2324/#review3379 -

Re: Review Request: support for latex colours in kolorpicker.

2010-01-24 Thread Beat Wolf
> On 2009-10-26 16:32:27, Pino Toscano wrote: > > any progress on this patch? - Beat --- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1747/#review2812 -

Re: Review Request: Add city and country resolution to GPS geolocation data using geonames.

2010-01-24 Thread Beat Wolf
> On 2009-04-14 18:59:59, Aaron Seigo wrote: > > other than a couple of code style comments, and that i can't test it with a > > gps for you either :/, my only question/concern is that it's doing look ups > > on the internet without checking to see if we're connected. it could be in > > a loca

Re: Review Request: save/restore containments

2010-01-24 Thread Marco Martin
> On 2010-01-24 15:13:41, Marco Martin wrote: > > the code for me is ok, and yes, i think an optional parameter with the > > filename in close would make a nice simmetry (depending on the ui maybe we > > could want also some way to "export! it?) > > for thumbnails, yes, a must have, and yes in

Re: Review Request: save/restore containments

2010-01-24 Thread Marco Martin
> On 2010-01-24 15:13:41, Marco Martin wrote: > > /trunk/KDE/kdelibs/plasma/corona.h, line 245 > > > > > > listSavedContainments()? > > otherwise would make the impression that would list also the deleted > > ones t

Re: Review Request: added support for collors and size on fifteenpuzzle.

2010-01-24 Thread Beat Wolf
> On 2009-09-24 17:35:47, Aaron Seigo wrote: > > there are some formatting issues, but otherwise this is ready to go. if you > > could just do one more pass through your code and tidy up the whitespace > > and what not then please commit this to trunk (don't need to do another > > upload to re

Re: Review Request: Quicklaunch: Fix bugs related to having unlimited visible icons

2010-01-24 Thread Beat Wolf
> On 2009-08-02 23:51:37, Aaron Seigo wrote: > > looks fine; perhaps all the instances of -1 should be replaced with a > > `static const int UNLIMITED_ICONS = -1` in the header file? :) > > Shafqat Bhuiyan wrote: > Ok I added the UNLIMITED_ICONS = -1 :) > > PS. Could you please com

Re: Review Request: save/restore containments

2010-01-24 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2713/#review3830 --- the code for me is ok, and yes, i think an optional parameter with the

Re: Review Request: Support for the plasma:/ protocol in urls from emails/web pages and the network:/ kioslave

2010-01-24 Thread Beat Wolf
> On 2009-09-03 18:51:08, Friedrich W. H. Kossebau wrote: > > Update: > > The exec= line can also be omitted, the user will then be asked which > > program to start for that url. > > At least for better support of the Plasma service items in network:/, the > > proper service handler needs to ha

Re: Subject: Re: On Plasmate's recent project list

2010-01-24 Thread Shantanu Tushar Jha
On 1/24/10, Yuen Hoe Lim wrote: >> >> Uhm I dont get your concern; if you tar all the plasmate project directory >> for example, and then untar it, you also tar each git project history >> (because every project has its own local git repo). Thus, when untar-ing, >> you'll get both your projetc fil

Re: moving wallpaper

2010-01-24 Thread Marco Martin
On Saturday 23 January 2010, Aaron J. Seigo wrote: > On January 23, 2010, andreas wrote: > > So what i did is simple. I took a still image, made it seamless and > > doubled its height. Than i needed only 20 lines of code to make it > > slowly move from top to bottom of my desktop. > > nice :) > >

Re: Subject: Re: On Plasmate's recent project list

2010-01-24 Thread Yuen Hoe Lim
> > Uhm I dont get your concern; if you tar all the plasmate project directory > for example, and then untar it, you also tar each git project history > (because every project has its own local git repo). Thus, when untar-ing, > you'll get both your projetc files and git repo for free :) > Really?

Subject: Re: On Plasmate's recent project list

2010-01-24 Thread Diego Casella ([Po]lentino)
> -- Messaggio inoltrato -- > From: Yuen Hoe Lim > To: plasma-devel@kde.org > Date: Sun, 24 Jan 2010 00:40:33 +0800 > Subject: Re: On Plasmate's recent project list > > But, there should be an option by which the user >> can 'save' all his/her projects to a file (an archive, maybe)