summaryrefslogtreecommitdiffstats
path: root/src/gui/itemmodels/qfilesystemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemModel: Add role for fileinfoSune Vuorela2024-04-111-0/+4
* QFileSystemModel: Wake file info gatherer thread up before waiting on itVolker Hilsheimer2024-04-091-1/+1
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-011-6/+7
* QFileSystemModel: respect dir filtersAhmad Samir2024-01-261-2/+7
* QFileSystem{Model,Watcher}: port to PMF signal/slot syntaxAhmad Samir2024-01-131-13/+15
* qfilesystemmodel.cpp: Fix building with -no-feature-filesystemwatcherNodir Temirkhodjaev2023-12-191-0/+4
* Try harder to clean up the file info gatherer without blockingVolker Hilsheimer2023-12-161-29/+44
* QFileInfoGatherer: port away from QPairAhmad Samir2023-12-061-2/+2
* Normalize signal/slot signatures [2/2]: QPairMarc Mutz2023-08-071-2/+2
* Misc.: fix narrowing conversion warningsAhmad Samir2023-06-051-15/+10
* QFileSystemModel: don't emit invalid indexesVolker Hilsheimer2023-04-111-4/+11
* Refactor QFileSystemModel: use named values for columnsVolker Hilsheimer2023-04-111-24/+28
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QFileSystemModel: add lastModified() overload that takes a QTimeZoneAhmad Samir2023-01-061-5/+31
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-7/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-12/+12
* QFileSystemModelPrivate: de-inline ctor and dtorThiago Macieira2022-05-251-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-16/+18
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-19/+19
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-2/+2
* Fix flags in QFileSystemModelAndreas Buhr2022-02-021-2/+3
* Fix return type documentation of QFileSystemModel::fileName()hjk2021-11-151-1/+1
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* QFileSystemModel: cache the name filters regexpsGiuseppe D'Angelo2021-08-041-12/+29
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-091-0/+3
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-201-2/+5
* Doc: fix \inmodule for classes moved to QtGuiv6.0.0-beta4Volker Hilsheimer2020-11-091-1/+1
* Return false from canFetchMore for uninitialized QFileSystem modelsDoris Verria2020-10-141-0/+2
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-251-0/+2165