Gsoc 2013 proposal (plasma-devel@kde.org)

2013-04-13 Thread Heena Mahour (Google Drive)
I've shared an item with you: Gsoc 2013 proposal https://docs.google.com/document/d/1hU9NXeTzHhsnV3VsuJjFvy42coX4n--Oxr7yhpEKvjY/edit?usp=sharing&invite=CKqd5KIN It's not an attachment – it's stored online. To open this item, just click the link above. ___

Re: Using a system-default File Dialog in QML

2013-04-13 Thread Michał 'rysiek' Woźniak
Hi again, I managed to load and show the dialog, now am having problems handling the signals. What is the correct way of handling them? I tried: fd = new SaveFileDialog() fd.onAccepted = function(fd) { console.log('exportTaskConfig(): file dialog accepted') console.log('+- file selected: ' +

Re: Using a system-default File Dialog in QML

2013-04-13 Thread Michał 'rysiek' Woźniak
Dnia sobota, 13 kwietnia 2013 o 19:07:59 Michał 'rysiek' Woźniak napisał(a): > Dnia sobota, 13 kwietnia 2013 o 18:52:09 Shaun Reich napisał(a): > > through javascript. be sure to have your .desktop extension > > enabled: > > > > http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/A >

Re: Using a system-default File Dialog in QML

2013-04-13 Thread Michał 'rysiek' Woźniak
Dnia sobota, 13 kwietnia 2013 o 18:52:09 Shaun Reich napisał(a): > through javascript. be sure to have your .desktop extension > enabled: > > http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API > -FileDialog Great, thanks! Dnia sobota, 13 kwietnia 2013 o 18:51:37 Djuro Drljaca na

Re: Using a system-default File Dialog in QML

2013-04-13 Thread Shaun Reich
through javascript. be sure to have your .desktop extension enabled: http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API-FileDialog On Sat, Apr 13, 2013 at 12:45 PM, Michał 'rysiek' Woźniak wrote: > Hi there, > > I can't find a way to use a standard, system-default file dialog i

Re: Using a system-default File Dialog in QML

2013-04-13 Thread Djuro Drljaca
Hello, as far as I know this is not possible "directly" ... but you can probably create a c++ component that does this and then import it to QML. Regards, Djuro Drljaca On Sat, Apr 13, 2013 at 6:45 PM, Michał 'rysiek' Woźniak wrote: > Hi there, > > I can't find a way to use a standard, system-

Using a system-default File Dialog in QML

2013-04-13 Thread Michał 'rysiek' Woźniak
Hi there, I can't find a way to use a standard, system-default file dialog in QML. Is there a way? All I was able to find were ways to implement one in QML, which seems an overkill and a bad idea from the usability perspective (users are accustomed to their system-default file dialogs). -- P

Re: Review Request 109995: Tint selected icons in Folder View by highlight color (as Dolphin 2.0)

2013-04-13 Thread Eike Hein
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109995/ --- (Updated April 13, 2013, 3:14 p.m.) Review request for Plasma. Changes -

Re: Review Request 109995: Tint selected icons in Folder View by highlight color (as Dolphin 2.0)

2013-04-13 Thread Eike Hein
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109995/ --- (Updated April 13, 2013, 3:04 p.m.) Review request for Plasma. Changes -

Review Request 109995: Tint selected icons in Folder View by highlight color (as Dolphin 2.0)

2013-04-13 Thread Eike Hein
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109995/ --- Review request for Plasma. Description --- As of Dolphin 2.0, Dolphin

Review Request 109993: Sort Folder View preview popup by default if main view is unsorted

2013-04-13 Thread Eike Hein
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109993/ --- Review request for Plasma. Description --- This patch changes the Fol

Re: Which settings should go in the settings dialog of a Plasmoid?

2013-04-13 Thread David Edmundson
> > i prefer this method as then one does not need to think "which configuration > do > i need?" because all the config is in the same place. > > i've noticed a few times that the separate entry in the clock trips up some > people: they don't know whether to select that to set the time shown in th