summaryrefslogtreecommitdiffstats
path: root/src/gui/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-4/+0
* Don't call QSet::erase() on an end iteratorLars Knoll2020-03-251-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+1
|\
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-1/+10
|\|
| * QStandardItemModel: do not reset persisten index in setItem()Christian Ehrlicher2019-12-141-1/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-46/+46
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-46/+46
* | Get rid of QList forward declarationsLars Knoll2019-10-041-2/+0
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-061-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
| |\