index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
itemmodels
Commit message (
Expand
)
Author
Age
Files
Lines
*
QFileSystemModel: add lastModified() overload that takes a QTimeZone
Ahmad Samir
2023-01-06
4
-9
/
+38
*
QFileInfoGatherer: Add missing emit keywords
Lu YaNing
2022-12-23
1
-1
/
+1
*
QStandardItemPrivate: remove const from return type in itemData
Anton Kudryavtsev
2022-11-26
2
-6
/
+5
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
3
-19
/
+19
*
Gather file infos synchronously on no-thread builds
Mikolaj Boc
2022-10-21
1
-0
/
+4
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
4
-7
/
+7
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
4
-34
/
+34
*
qHash: Add seed argument for classes inheriting QString
Mårten Nordheim
2022-09-28
1
-1
/
+4
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-1
/
+1
*
QFileSystemModelPrivate: de-inline ctor and dtor
Thiago Macieira
2022-05-25
2
-1
/
+6
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
8
-304
/
+16
*
QtGui: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-28
2
-2
/
+2
*
QtGui: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-28
2
-17
/
+21
*
QtGui: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-13
3
-26
/
+26
*
QStandardItemModel: use the right datatype for text alignment
Giuseppe D'Angelo
2022-03-24
1
-2
/
+2
*
Fix deprecated uses of QScopedPointer
Mårten Nordheim
2022-03-08
1
-2
/
+2
*
Miscellanea fixes for QT_TYPESAFE_FLAGS in our headers
Giuseppe D'Angelo
2022-03-07
1
-9
/
+9
*
Fix flags in QFileSystemModel
Andreas Buhr
2022-02-02
1
-2
/
+3
*
Eradicate Q_FOREVER from header files
Marc Mutz
2021-12-28
1
-1
/
+1
*
Fix return type documentation of QFileSystemModel::fileName()
hjk
2021-11-15
1
-1
/
+1
*
gui: Fix typos in source code comments
Jonas Kvinge
2021-10-12
2
-2
/
+2
*
QFileSystemModel: cache the name filters regexps
Giuseppe D'Angelo
2021-08-04
2
-12
/
+33
*
QDirIterator: add nextFileInfo()
Marc Mutz
2021-07-28
1
-2
/
+1
*
Fix auto completion in QFileDialog on Windows
Volker Hilsheimer
2021-07-09
1
-0
/
+3
*
QFileSystemModel fails to locate a host from root's visible children
Dongmei Wang
2021-05-20
1
-2
/
+5
*
Fix QStandardItemModel signals on takeChild
Luca Beldi
2021-05-11
1
-2
/
+27
*
QStandardItem(Model): refactor multiData support
Giuseppe D'Angelo
2021-02-05
1
-24
/
+23
*
Port QStandardItemModel to the new property system
Sona Kurazyan
2021-01-26
3
-5
/
+10
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-19
/
+0
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
2
-3
/
+3
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
*
QFileInfo: mark constructors as explicit
Giuseppe D'Angelo
2020-11-15
1
-2
/
+1
*
Doc: fix \inmodule for classes moved to QtGui
v6.0.0-beta4
Volker Hilsheimer
2020-11-09
1
-1
/
+1
*
Return false from canFetchMore for uninitialized QFileSystem models
Doris Verria
2020-10-14
1
-0
/
+2
*
Long live QAIM::multiData!
Giuseppe D'Angelo
2020-09-02
2
-5
/
+36
*
Remove ### Qt 6 comment
Volker Hilsheimer
2020-08-26
1
-1
/
+0
*
Move QFileSystemModel into QtGui
Volker Hilsheimer
2020-08-25
6
-6
/
+3368
*
Disentangle QIODevice dependencies
Lars Knoll
2020-08-15
1
-0
/
+1
*
Another round of 0->nullptr cleanup
Allan Sandfeld Jensen
2020-07-31
1
-11
/
+11
*
Use QList instead of QVector in gui implementation
Jarek Kobus
2020-07-07
1
-27
/
+26
*
Use qsizetype in QList
Lars Knoll
2020-07-06
1
-1
/
+1
*
Use QList instead of QVector in gui
Jarek Kobus
2020-06-29
1
-6
/
+5
*
Restore default role names in QStandardItemModel::roleNames()
Shawn Rutledge
2020-06-10
1
-0
/
+1
*
ItemModels: remove deprecated functions
Christian Ehrlicher
2020-06-07
2
-10
/
+0
*
QAbstractItemModel: remove deprecated setRoleNames()
Christian Ehrlicher
2020-06-07
3
-0
/
+11
*
Remove the deprecated QDirModel
Volker Hilsheimer
2020-06-04
1
-2
/
+2
*
Models: remove version check for clearItemData()
Christian Ehrlicher
2020-05-23
2
-16
/
+1
*
QStandardItemModel: port a local QSet to QDuplicateTracker
Marc Mutz
2020-05-05
1
-4
/
+3
*
Remove deprecated members from several QtGui classes
Volker Hilsheimer
2020-04-27
2
-30
/
+0
*
Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)
Joerg Bornemann
2020-04-21
1
-4
/
+0
[next]