<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Op 17-6-2013 19:07, Constantin Makshin
      schreef:<br>
    </div>
    <blockquote
cite="mid:CAL2pEDySkVxofrMow2J7wQxaJHXsozv+oiUyADAV8yFGONkKxg@mail.gmail.com"
      type="cite">
      <p>1) On Windows directories can have custom icons. Not 100% sure
        about other platforms.</p>
      <p>2) Directories have at least "last modification" timestamp
        which is needed for the detailed view mode. What approach is
        better -- get all information at once or quickly get names,
        deferring timestamp retrieval until the user switches to the
        detailed view -- is questionable though.</p>
    </blockquote>
    First get the names for visible items quickly, then get the rest of
    the information for visible items, and then get all the information
    at once for non-visible items. Seems obvious to me, or am I missing
    something?<br>
    <br>
    André<br>
    <br>
    <blockquote
cite="mid:CAL2pEDySkVxofrMow2J7wQxaJHXsozv+oiUyADAV8yFGONkKxg@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">On Jun 17, 2013 7:46 PM, "Duane" <<a
          moz-do-not-send="true"
          href="mailto:duane.hebert@group-upc.com">duane.hebert@group-upc.com</a>>
        wrote:<br type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          On 6/17/2013 10:09 AM, <a moz-do-not-send="true"
            href="mailto:william.crocker@analog.com">william.crocker@analog.com</a>
          wrote:<br>
          > On 06/17/2013 09:57 AM, Duane wrote:<br>
          >> On 6/14/2013 5:06 PM, Till Oliver Knoll wrote:<br>
          >>> Am 14.06.2013 um 23:02 schrieb Till Oliver
          Knoll<<a moz-do-not-send="true"
            href="mailto:till.oliver.knoll@gmail.com">till.oliver.knoll@gmail.com</a>>:<br>
          >>><br>
          >>>><br>
          >>>> That said, the Qt "cross-platform file
          dialog" is (was?) terribly slow with network mapped drives<br>
          >>><br>
          ><br>
          > That's the price we pay for viewing the entire contents
          of a directory<br>
          > in these "convenient" dialog windows when all you really
          want to do is<br>
          > just type the file name, "X". I'll keep my Unix command
          line, thanks.<br>
          ><br>
          > :-)<br>
          <br>
          <br>
          Not having much luck getting my Windows customers to learn
          unix command<br>
          line.  <g><br>
          <br>
           From my POV, I don't see why I need to stat all of the files
          or<br>
          directories to display them.  If the user selects a
          subdirectory of one<br>
          of the files, maybe that's the time to stat it.  I guess it
          has to do<br>
          with the way it's displayed (icon, size etc.) for files but
          for<br>
          directories, I don't get it.<br>
          <br>
          _______________________________________________<br>
          Interest mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:Interest@qt-project.org">Interest@qt-project.org</a><br>
          <a moz-do-not-send="true"
            href="http://lists.qt-project.org/mailman/listinfo/interest"
            target="_blank">http://lists.qt-project.org/mailman/listinfo/interest</a><br>
        </blockquote>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Interest mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Interest@qt-project.org">Interest@qt-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.qt-project.org/mailman/listinfo/interest">http://lists.qt-project.org/mailman/listinfo/interest</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
You like Qt?
I am looking for collegues to join me at i-Optics!
</pre>
  </body>
</html>