summaryrefslogtreecommitdiffstats
path: root/src/gui/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemModel: Add role for fileinfoSune Vuorela2024-04-112-1/+7
* QFileSystemModel: Wake file info gatherer thread up before waiting on itVolker Hilsheimer2024-04-091-1/+1
* Port to QDirListingAhmad Samir2024-03-032-5/+6
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-013-8/+21
* QFileSystemModel: respect dir filtersAhmad Samir2024-01-261-2/+7
* QFileSystem{Model,Watcher}: port to PMF signal/slot syntaxAhmad Samir2024-01-133-24/+19
* QFileInfoGatherer: don't create a redundant QFileInfoListAhmad Samir2024-01-101-13/+15
* QFileInfoGatherer: simplify logic; use std::exchangeAhmad Samir2024-01-091-4/+2
* QFileInfoGatherer: add some API docsAhmad Samir2024-01-091-0/+9
* 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-164-39/+95
* QFileInfoGatherer: port away from QPairAhmad Samir2023-12-065-12/+11
* QFileInfoGatherer: fix narrowing conversion warningsAhmad Samir2023-12-061-10/+11
* QStandardItem: store Qt::UserRole-1 in a static constexpr varAhmad Samir2023-11-141-4/+8
* QStandardItem: add note about reimplementing data/setData() wrt. flagsAhmad Samir2023-11-142-3/+16
* QStandardItemModel: don't leak in mimeData()Christian Ehrlicher2023-11-121-3/+3
* QStandardItem: Fix reset parent in takeItem()Christian Ehrlicher2023-11-121-19/+21
* QFileSystemModel: remove incorrect ### Qt 7 commentMarc Mutz2023-08-161-1/+0
* Normalize signal/slot signatures [2/2]: QPairMarc Mutz2023-08-071-2/+2
* Misc.: fix narrowing conversion warningsAhmad Samir2023-06-051-15/+10
* Fix setting combo data with QSortFilterProxyModelFriedemann Kleint2023-04-191-2/+4
* QFileSystemModel: don't emit invalid indexesVolker Hilsheimer2023-04-111-4/+11
* Refactor QFileSystemModel: use named values for columnsVolker Hilsheimer2023-04-112-25/+35
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QFileSystemModel: add lastModified() overload that takes a QTimeZoneAhmad Samir2023-01-064-9/+38
* QFileInfoGatherer: Add missing emit keywordsLu YaNing2022-12-231-1/+1
* QStandardItemPrivate: remove const from return type in itemDataAnton Kudryavtsev2022-11-262-6/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-033-19/+19
* Gather file infos synchronously on no-thread buildsMikolaj Boc2022-10-211-0/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-114-7/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-044-34/+34
* qHash: Add seed argument for classes inheriting QStringMårten Nordheim2022-09-281-1/+4
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* QFileSystemModelPrivate: de-inline ctor and dtorThiago Macieira2022-05-252-1/+6
* Use SPDX license identifiersLucie Gérard2022-05-168-304/+16
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-282-2/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-282-17/+21
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-133-26/+26
* QStandardItemModel: use the right datatype for text alignmentGiuseppe D'Angelo2022-03-241-2/+2
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-2/+2
* Miscellanea fixes for QT_TYPESAFE_FLAGS in our headersGiuseppe D'Angelo2022-03-071-9/+9
* Fix flags in QFileSystemModelAndreas Buhr2022-02-021-2/+3
* Eradicate Q_FOREVER from header filesMarc Mutz2021-12-281-1/+1
* Fix return type documentation of QFileSystemModel::fileName()hjk2021-11-151-1/+1
* gui: Fix typos in source code commentsJonas Kvinge2021-10-122-2/+2
* QFileSystemModel: cache the name filters regexpsGiuseppe D'Angelo2021-08-042-12/+33
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1
* 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
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-111-2/+27