summaryrefslogtreecommitdiff
path: root/src/gui/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QStandardItem(Model): refactor multiData supportGiuseppe D'Angelo2021-02-051-24/+23
* Port QStandardItemModel to the new property systemSona Kurazyan2021-01-263-5/+10
* Remove the qmake project filesJoerg Bornemann2021-01-071-19/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-3/+3
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-2/+1
* 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
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-022-5/+36
* Remove ### Qt 6 commentVolker Hilsheimer2020-08-261-1/+0
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-256-6/+3368
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-0/+1
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-11/+11
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-27/+26
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Use QList instead of QVector in guiJarek Kobus2020-06-291-6/+5
* Restore default role names in QStandardItemModel::roleNames()Shawn Rutledge2020-06-101-0/+1
* ItemModels: remove deprecated functionsChristian Ehrlicher2020-06-072-10/+0
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-073-0/+11
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-041-2/+2
* Models: remove version check for clearItemData()Christian Ehrlicher2020-05-232-16/+1
* QStandardItemModel: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-4/+3
* Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-272-30/+0