1. 28 Nov, 2015 - 1 commit
  2. 18 Jul, 2015 - 1 commit
    • Marc Mutz's avatar
      QFileSystemModel: avoid sibling() calls · 648a496e
      Marc Mutz authored
      
      ...by allowing to pass the column to the Private::index() overloads.
      
      Because Private::index() always returns an index in column 0,
      callers that needed a different column used QModelIndex::sibling()
      to adjust the column of the returned index. But that calls
      QAIM::sibling(), which calls both QFSM::index() and ::parent().
      
      Simply allowing to pass the column number instead of hard-coding
      0 avoids that heavy detour.
      
      Change-Id: I8895b3d102d576ba291333cf61075b7263f96b9d
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
      Reviewed-by: default avatarDavid Faure <david.faure@kdab.com>
      648a496e
  3. 16 Jul, 2015 - 1 commit
  4. 13 Jul, 2015 - 1 commit
  5. 13 Feb, 2015 - 1 commit
  6. 11 Feb, 2015 - 1 commit
    • Jani Heikkinen's avatar
      Update copyright headers · 83a5694d
      Jani Heikkinen authored
      
      Qt copyrights are now in The Qt Company, so we could update the source
      code headers accordingly. In the same go we should also fix the links to
      point to qt.io.
      
      Outdated header.LGPL removed (use header.LGPL21 instead)
      
      Old header.LGPL3 renamed to header.LGPL3-COMM to match actual licensing
      combination. New header.LGPL-COMM taken in the use file which were
      using old header.LGPL3 (src/plugins/platforms/android/extract.cpp)
      
      Added new header.LGPL3 containing Commercial + LGPLv3 + GPLv2 license
      combination
      
      Change-Id: I6f49b819a8a20cc4f88b794a8f6726d975e8ffbe
      Reviewed-by: default avatarMatti Paaso <matti.paaso@theqtcompany.com>
      83a5694d
  7. 24 Sep, 2014 - 1 commit
  8. 27 Mar, 2013 - 1 commit
    • Sérgio Martins's avatar
      Windows: Fix the last file dialog bottleneck. · 9149f31a
      Sérgio Martins authored
      
      Went from taking 30 seconds to 2 seconds, on a SDCard with 10k files.
      
      Windows file dialog does not resolve NTFS symlinks,
      it just shows an empty icon, and the link name, not the target.
      
      This allows for a big performance gain by reducing the number of
      calls to GetFileAttributesEx() by checking the extension directly.
      
      This also fixes the problems with the native file dialog, which
      for some reason, is creating a QFileSystemModel too.
      
      Task-number: QTBUG-13182
      Change-Id: Ie2739765fd6c7daea64e3cf1d208ba9720bd39f2
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
      9149f31a
  9. 19 Mar, 2013 - 1 commit
  10. 18 Jan, 2013 - 1 commit
  11. 22 Sep, 2012 - 1 commit
  12. 14 Sep, 2012 - 1 commit
  13. 09 Sep, 2012 - 1 commit
  14. 12 Apr, 2012 - 1 commit
    • Jason McDonald's avatar
      Address Qt 5 to-do comments related to QFileSystemModel. · 94519a44
      Jason McDonald authored
      
      - QFileSystemModel::rmdir() and QFileSystemModel::remove() changed to
        non-const -- they don't change the object, but they do change the
        file system, and the Qt way is to be non-const if having side-effects
        on external entities.
      - The comment on incompatibility between entryList and QFileInfo will
        not be fixed as doing so is likely to break existing code.
      - The comment on removing the internal resolvedSymLinks variable has
        been removed, as the variable is still used.
      
      Task-number: QTBUG-25088
      Change-Id: I20456e4d116076403d9c4d4692ee05c178a1ed17
      Reviewed-by: default avatarLars Knoll <lars.knoll@nokia.com>
      94519a44
  15. 30 Jan, 2012 - 1 commit
  16. 23 Jan, 2012 - 1 commit
  17. 05 Jan, 2012 - 1 commit
  18. 06 May, 2011 - 1 commit
  19. 27 Apr, 2011 - 1 commit
    • Qt by Nokia's avatar
      Initial import from the monolithic Qt. · 38be0d13
      Qt by Nokia authored
      This is the beginning of revision history for this module. If you
      want to look at revision history older than this, please refer to the
      Qt Git wiki for how to use Git history grafting. At the time of
      writing, this wiki is located here:
      
      http://qt.gitorious.org/qt/pages/GitIntroductionWithQt
      
      If you have already performed the grafting and you don't see any
      history beyond this commit, try running "git log" with the "--follow"
      argument.
      
      Branched from the monolithic repo, Qt master branch, at commit
      896db169ea224deb96c59ce8af800d019de63f12
      38be0d13