summaryrefslogtreecommitdiffstats
path: root/src/gui/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* QFileInfoGatherer: Prevent infinite loopTobias Fella4 days1-0/+2
* Small code cleanupOliver Wolff2025-05-221-2/+0
* QFileSystemModel: Handle drive root paths properly on WindowsOliver Wolff2025-05-221-0/+8
* QFileSystemModel: remove an unneeded const_castMarc Mutz2025-03-221-1/+1
* QFileSystemModel: memoize roleNames()Marc Mutz2025-03-181-7/+9
* QConcatenateTablesProxyModel: implement roleNames()David Faure2025-02-101-1/+1
* QStandardItem: correctly set model during insertRows()Christian Ehrlicher2025-01-101-2/+1
* Replace QPair/qMakePair with std::pair in qtbase/guiIsak Fyksen2025-01-094-22/+17
* Avoid unused variable warning in qfilesystemmodel.cppLars Schmertmann2024-12-261-2/+1
* QFileSystemModel::sort(): emit layoutChanged with VerticalSortHintShawn Rutledge2024-11-281-1/+1
* doc: Remove obsolete note after moving QFileSystemModel to QtGuiShawn Rutledge2024-11-281-8/+10
* QFileSystemModel on Windows: consistently trim spaces and dotsVolker Hilsheimer2024-10-291-13/+44
* QFileInfoGatherer: Fix internal build (with Q_AUTOTEST_EXPORT)Thiago Macieira2024-10-091-1/+1
* Darwin: Teach QFileSystemEngine how to resolve case-sensitivityTor Arne Vestbø2024-10-021-1/+3
* Fix QFileSystemModel::fileName when the index column is > 0David Faure2024-06-271-1/+3
* QDirListing: add flags to handle entries filteringAhmad Samir2024-06-271-1/+3
* QFileSystemModel: make it clearer how new Roles should be addedAhmad Samir2024-06-131-4/+6
* QFileSystemModel: replace a TODO with QT{6,7}OnlyAhmad Samir2024-06-091-1/+7
* 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