Re: [SailfishDevel] File chooser

2014-01-09 Thread Siteshwar
Hi, There are few choosers available under Sailfish.Pickers module. They are not yet accepted in harbour however. On Sun, Dec 1, 2013 at 2:47 AM, Caliste Damien wrote: > Hello, > > Le vendredi 29 novembre 2013, Superpelican a écrit : > > IMHO a file picker/chooser/dialog should be the number 1 p

Re: [SailfishDevel] File chooser

2013-11-30 Thread Caliste Damien
Hello, Le vendredi 29 novembre 2013, Superpelican a écrit : > IMHO a file picker/chooser/dialog should be the number 1 priority for > the Sailors right now I agree 100% with this. Especially since we cannot use the folderListModel from QML in harbour. With this QML plugin, one can easily create a

Re: [SailfishDevel] File chooser

2013-11-29 Thread Superpelican
IMHO a file picker/chooser/dialog should be the number 1 priority for the Sailors right now, now's the time to get the devs aboard and keep the ones already aboard happy ;) IMHO feature updates to the OS (like landscape mode for the stock browser) can wait until the dev stuff is sorted out. Next

Re: [SailfishDevel] File chooser

2013-11-05 Thread Andrey Kozhevnikov
FilePicker should choose file from whole filesystem (we cam always have settings to restrict it to $HOME or i.e.) and TrackerPicker should select media from Tracker database. Two different solutions is better. On 05.11.2013 02:29, jezra wrote: On Mon, 04 Nov 2013 09:32:06 -0200 "Roberto Colist

Re: [SailfishDevel] File chooser

2013-11-04 Thread jezra
On Mon, 04 Nov 2013 09:32:06 -0200 "Roberto Colistete Jr." wrote: > Em 04-11-2013 07:41, Artem Marchenko escreveu: > > As for my current person and arguably humble opinion, iOS is doing > > just great without the file dialog. It does force/encourage all the > > apps use own sandbox only (and ow

Re: [SailfishDevel] File chooser

2013-11-04 Thread Artem Marchenko
Guys, my main motivation [mostly] for total file choosing consistency and [less] against exposing file system is fear. Fear of Android-like hell of "in which directory that file was? Or was it in some app-specific source? Or app specific source, but I saved a copy to Downloads? Or to Downloads on

Re: [SailfishDevel] File chooser

2013-11-04 Thread Marcin M.
As Roberto said: don't take Android and iOS as a reference point. I simply don't want just another borked & crappy UX! Maemo Fremantle was nice at filepicking, though the build-in file picker had no option of displaying the whole FS. Harmattan was a step back, as most apps store there files in myst

Re: [SailfishDevel] File chooser

2013-11-04 Thread Martin Kolman
4.11.2013 12:32, Roberto Colistete Jr.: Em 04-11-2013 07:41, Artem Marchenko escreveu: As for my current person and arguably humble opinion, iOS is doing just great without the file dialog. It does force/encourage all the apps use own sandbox only (and own file-like selection dialogs then) and

Re: [SailfishDevel] File chooser

2013-11-04 Thread Roberto Colistete Jr.
Em 04-11-2013 07:41, Artem Marchenko escreveu: As for my current person and arguably humble opinion, iOS is doing just great without the file dialog. It does force/encourage all the apps use own sandbox only (and own file-like selection dialogs then) and calls for workarounds when you actually

Re: [SailfishDevel] File chooser

2013-11-04 Thread Chris Walker
On Mon, 04 Nov 2013 10:28:29 +0100 Martin Kolman wrote: > 4.11.2013 02:10, Artem Marchenko: > > I'd appreciate some UI guidelines voice from Jolla here (I can > > understands they might have not thought of this use case before, > > well, it's time for it then :)). > But on the other hand, some

Re: [SailfishDevel] File chooser

2013-11-04 Thread Artem Marchenko
Hi Martin and all I am afraid I want to disagree and that's exactly why Jolla UI guidelines voice would be very welcome here. If common guideline would be to expose file system to the user Windows style, I'll be the first one to do it :) As for my current person and arguably humble opinion, iOS i

Re: [SailfishDevel] File chooser

2013-11-04 Thread Martin Kolman
4.11.2013 02:10, Artem Marchenko: I'd appreciate some UI guidelines voice from Jolla here (I can understands they might have not thought of this use case before, well, it's time for it then :)). Looking at iOS and Android, it might be not a bad idea to have a phone UI without an explicit file

Re: [SailfishDevel] File chooser

2013-11-03 Thread Artem Marchenko
I'd appreciate some UI guidelines voice from Jolla here (I can understands they might have not thought of this use case before, well, it's time for it then :)). Looking at iOS and Android, it might be not a bad idea to have a phone UI without an explicit file interface at all. Hackers won't apprec

Re: [SailfishDevel] File chooser

2013-11-03 Thread Martin Kolman
1.11.2013 22:16, Janne Pulkkinen: Sailfish would benefit from having a default file/directory chooser instead of having different implementations made by different developers which would only make the OS appear inconsistent for the average user. Just putting this out there, because I would re

Re: [SailfishDevel] File chooser

2013-11-01 Thread Janne Pulkkinen
Sailfish would benefit from having a default file/directory chooser instead of having different implementations made by different developers which would only make the OS appear inconsistent for the average user. Just putting this out there, because I would really like to see this implemented in th

Re: [SailfishDevel] File chooser

2013-11-01 Thread Damien Caliste
Hello, On Fri Nov 1 08:54:03 2013 kher...@khertan.net wrote: > For the file selector, it should not be difficult to make one with a > SilicaListView, and the qmldir extension. Ok, I'm new to QML, I didn't know about qmldir. I'll give a look. But I was hopping something common to avoid discre

Re: [SailfishDevel] File chooser

2013-11-01 Thread khertan
Hi, For the file selector, it should not be difficult to make one with a SilicaListView, and the qmldir extension. For notification, i ve made a something similar but more simple to the Harmattan InfoBanner for ownNotes : http://khertan.net/blog/silica_infobanner Regards -- Benoît HERVIER - h

[SailfishDevel] File chooser

2013-10-31 Thread Caliste Damien
Hello, I didn't see any mention in the Silica reference web page of a file chooser. Is there any planed for a later SDK update ? My application needs to load or save a file, the user choose the place of, how can I do ? Secondary open question, I've seen in the wiki that there is no notifica