Re: On Plasmate's recent project list

2010-01-22 Thread Shantanu Tushar Jha
On Sat, Jan 23, 2010 at 11:57 AM, Yuen Hoe Lim wrote: > Hi guys, > > Would like some of your opinion on this :) There is a comment like this in > Plasmate's code regarding the 'recent projects list' on the start page: > >     // Q: TODO Limit to 5? >     // A: Before limiting, we need to p

Re: On Plasmate's recent project list

2010-01-22 Thread Aaron J. Seigo
On January 22, 2010, Yuen Hoe Lim wrote: > What do you guys think, does this sound like a sensible solution? 100% yes from me :) perhaps instead of "other projects" maybe "older projects", "older projects" or maybe even just "More projects..."? "other" sounds a bit like they belong to a differ

On Plasmate's recent project list

2010-01-22 Thread Yuen Hoe Lim
Hi guys, Would like some of your opinion on this :) There is a comment like this in Plasmate's code regarding the 'recent projects list' on the start page: // Q: TODO Limit to 5? // A: Before limiting, we need to provide an "Export" feature so // the developer can save his

Re: [PATCH] kdeplasma-addons Lancelot's datamodels fix

2010-01-22 Thread Aaron J. Seigo
On January 22, 2010, Yuriy Zhyromskiy wrote: > Hope I send patch to apropriate mail-list, if not please tell me right one. you got the right mailing list :) it does compile here just fine, but i can see why it might not depending on the order it gets added to the automoc cpp file. i've commited

[PATCH] kdeplasma-addons Lancelot's datamodels fix

2010-01-22 Thread Yuriy Zhyromskiy
Hi. First of all, thanks a lot for your hard work on KDE to polish it and make it so .. well, so excellent :) However, any piece of software have a bugs, you know. Here is my first try to make tiny contribution to KDE and fix one of them. Bug appears, for example, here (see section kdeplasma-addo

Re: Adding icons on the taskbar by javascript scripting

2010-01-22 Thread Aaron J. Seigo
On January 22, 2010, Aaron J. Seigo wrote: > useful for some other purpose, let me know. but i'll add the fileExists() > method and backport. something that occurred to me that might be a nice addition: locate(), which would use KStandardDirs, and DesktopEntry which would represent a KService. if

Re: Adding icons on the taskbar by javascript scripting

2010-01-22 Thread Aaron J. Seigo
On January 22, 2010, Nicolas Lécureuil wrote: > var panel = new Panel() > panel.addWidget("icon") > > this add an empty icon > > Is there a way to add a link ? probably something like: var icon = panel.addWidget("icon") icon.writeConfig("Url", "path_to_whatever_the_icon_should_represent") does

Re: Review Request: Add simple Type-and-Select feature to Folderview applet

2010-01-22 Thread Shantanu Tushar Jha
> On 2010-01-21 23:18:16, Fredrik Höglund wrote: > > The code looks good, but I'm slightly concerned about the usability aspect > > in that this works > > differently from type and search in Dolphin. There's also no visual > > feedback when the search > > is reset. > > > > I think it would be

Re: Review Request: Add simple Type-and-Select feature to Folderview applet

2010-01-22 Thread Shantanu Tushar Jha
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2659/ --- (Updated 2010-01-22 19:13:29.061468) Review request for Plasma and Fredrik Höglu

Adding icons on the taskbar by javascript scripting

2010-01-22 Thread Nicolas Lécureuil
Hi, I am writing an plasma init file ( that i put on /usr/share/apps/plasma- desktop/init/ ). i added an activity, a panel with widgets, but i have pbs with icons. Icons can be added like the other with : var panel = new Panel() panel.addWidget("icon") this add an empty icon Is there a way