<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">4.11.2013 02:10, Artem Marchenko:<br>
    </div>
    <blockquote
cite="mid:CAH3UTb5Cy8m4rAmtd_kdsvH3hu_MCAPWn4jTrM6Y34wRPtEqfw@mail.gmail.com"
      type="cite">
      <div dir="ltr">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 :)).
        <div><br>
        </div>
        <div>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 appreciate it, but they have terminal anyway
          and, well, for them you can create a custom File Open dialog. </div>
        <div><br>
        </div>
        <div>Regular users might appreciate a photo choosing dialog
          guaranteed to include all device photos more.</div>
      </div>
    </blockquote>
    Yeah, I think those two are not mutually exclusive & doable.
    IIRC there should be Tracker, so it should be possible to get all
    photos or any other categories of files Tracker can discern (all
    audio files, all txt files, all PDFs). <br>
    But on the other hand, some applications just won't do without a
    standard file-chooser, like a text editor, offline comic book
    reader, an image editor. At least without getting and putting the
    files on a global file heap, making finding stuff difficult.<br>
    Of course a lot can be done with tags and semantic stuff (where did
    the file come from, what app made it), but as shown by the KDE &
    GNOME projects (Nepomuk, Akonadi, Tracker, etc.) it is not easy to
    get right. Just having a simple time-proven file open dialog is IMHO
    a much simpler, easier & safer solution.<br>
    <br>
    BTW, Android and to a lesser degree Harmattan could be used as a bad
    example of what happens if there is no default file dialog - every
    app that needs it would implement their own, all looking different
    (and not native) and every one of them with their own set of
    drawbacks. <br>
    <blockquote
cite="mid:CAH3UTb5Cy8m4rAmtd_kdsvH3hu_MCAPWn4jTrM6Y34wRPtEqfw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Cheers,</div>
        <div>Artem.</div>
        <div><br>
        </div>
      </div>
      <div class="gmail_extra">
        <br>
        <br>
        <div class="gmail_quote">On Sun, Nov 3, 2013 at 11:02 PM, Martin
          Kolman <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:martin.kolman@gmail.com" target="_blank">martin.kolman@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <div>1.11.2013 22:16, Janne Pulkkinen:<br>
              </div>
              <div>
                <div class="h5">
                  <blockquote type="cite">
                    <div dir="ltr">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.
                      <div> <br>
                      </div>
                      <div>Just putting this out there, because I would
                        really like to see this implemented in the SDK.<br>
                        <div class="gmail_extra"><br>
                          <br>
                          <div class="gmail_quote">2013/11/1 Damien
                            Caliste <span dir="ltr"><<a
                                moz-do-not-send="true"
                                href="mailto:dcaliste@free.fr"
                                target="_blank">dcaliste@free.fr</a>></span><br>
                            <blockquote class="gmail_quote"
                              style="margin:0 0 0 .8ex;border-left:1px
                              #ccc solid;padding-left:1ex">Hello,<br>
                              <div><br>
                                On Fri Nov      1 08:54:03 2013 <a
                                  moz-do-not-send="true"
                                  href="mailto:khertan@khertan.net"
                                  target="_blank">khertan@khertan.net</a>
                                wrote:<br>
                                > For the file selector, it should
                                not be difficult to make one with a<br>
                                > SilicaListView, and the qmldir
                                extension.<br>
                              </div>
                              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
                              discrepency on the platform. Thanks for
                              the info.<br>
                              <div><br>
                                > For notification, i ve made a
                                something similar but more simple to the<br>
                                > Harmattan InfoBanner for ownNotes :<br>
                                > <a moz-do-not-send="true"
                                  href="http://khertan.net/blog/silica_infobanner"
                                  target="_blank">http://khertan.net/blog/silica_infobanner</a><br>
                              </div>
                              Great. I'll give a look also waiting for
                              something from Jolla if any. Thanks.<br>
                              <div>
                                <div><br>
                                  Regards,<br>
                                  <br>
                                  Damien.<br>
_______________________________________________<br>
                                  SailfishOS.org Devel mailing list</div>
                              </div>
                            </blockquote>
                          </div>
                          <br>
                        </div>
                      </div>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                    <pre>_______________________________________________
SailfishOS.org Devel mailing list</pre>
                  </blockquote>
                </div>
              </div>
              What about the FileDialog component[1] introduced in Qt
              5.1 ?<br>
              The documentation says that it will use a native platform
              file-open dialog if available,<br>
              so maybe just make a silica themed file open dialog and
              show it once the FileDialog component is used ?<br>
              <br>
              [1]
              <a moz-do-not-send="true"
href="http://qt-project.org/doc/qt-5.1/qtquickdialogs/qml-qtquick-dialogs1-filedialog.html"
                target="_blank">http://qt-project.org/doc/qt-5.1/qtquickdialogs/qml-qtquick-dialogs1-filedialog.html</a><br>
            </div>
            <br>
            _______________________________________________<br>
            SailfishOS.org Devel mailing list<br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        Artem Marchenko<br>
        <a moz-do-not-send="true"
          href="http://agilesoftwaredevelopment.com" target="_blank">http://agilesoftwaredevelopment.com</a><br>
        <a moz-do-not-send="true" href="http://twitter.com/AgileArtem"
          target="_blank">http://twitter.com/AgileArtem</a>
      </div>
    </blockquote>
    <br>
  </body>
</html>