index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
*
QFileInfoGatherer: Prevent infinite loop
Tobias Fella
4 days
1
-0
/
+2
*
Small code cleanup
Oliver Wolff
2025-05-22
1
-2
/
+0
*
QFileSystemModel: Handle drive root paths properly on Windows
Oliver Wolff
2025-05-22
1
-0
/
+8
*
QFileSystemModel: remove an unneeded const_cast
Marc Mutz
2025-03-22
1
-1
/
+1
*
QFileSystemModel: memoize roleNames()
Marc Mutz
2025-03-18
1
-7
/
+9
*
QConcatenateTablesProxyModel: implement roleNames()
David Faure
2025-02-10
1
-1
/
+1
*
QStandardItem: correctly set model during insertRows()
Christian Ehrlicher
2025-01-10
1
-2
/
+1
*
Replace QPair/qMakePair with std::pair in qtbase/gui
Isak Fyksen
2025-01-09
4
-22
/
+17
*
Avoid unused variable warning in qfilesystemmodel.cpp
Lars Schmertmann
2024-12-26
1
-2
/
+1
*
QFileSystemModel::sort(): emit layoutChanged with VerticalSortHint
Shawn Rutledge
2024-11-28
1
-1
/
+1
*
doc: Remove obsolete note after moving QFileSystemModel to QtGui
Shawn Rutledge
2024-11-28
1
-8
/
+10
*
QFileSystemModel on Windows: consistently trim spaces and dots
Volker Hilsheimer
2024-10-29
1
-13
/
+44
*
QFileInfoGatherer: Fix internal build (with Q_AUTOTEST_EXPORT)
Thiago Macieira
2024-10-09
1
-1
/
+1
*
Darwin: Teach QFileSystemEngine how to resolve case-sensitivity
Tor Arne Vestbø
2024-10-02
1
-1
/
+3
*
Fix QFileSystemModel::fileName when the index column is > 0
David Faure
2024-06-27
1
-1
/
+3
*
QDirListing: add flags to handle entries filtering
Ahmad Samir
2024-06-27
1
-1
/
+3
*
QFileSystemModel: make it clearer how new Roles should be added
Ahmad Samir
2024-06-13
1
-4
/
+6
*
QFileSystemModel: replace a TODO with QT{6,7}Only
Ahmad Samir
2024-06-09
1
-1
/
+7
*
QFileSystemModel: Add role for fileinfo
Sune Vuorela
2024-04-11
2
-1
/
+7
*
QFileSystemModel: Wake file info gatherer thread up before waiting on it
Volker Hilsheimer
2024-04-09
1
-1
/
+1
*
Port to QDirListing
Ahmad Samir
2024-03-03
2
-5
/
+6
*
QFileSystemModel: don't crash with setIconProvider(nullptr)
Ahmad Samir
2024-02-01
3
-8
/
+21
*
QFileSystemModel: respect dir filters
Ahmad Samir
2024-01-26
1
-2
/
+7
*
QFileSystem{Model,Watcher}: port to PMF signal/slot syntax
Ahmad Samir
2024-01-13
3
-24
/
+19
*
QFileInfoGatherer: don't create a redundant QFileInfoList
Ahmad Samir
2024-01-10
1
-13
/
+15
*
QFileInfoGatherer: simplify logic; use std::exchange
Ahmad Samir
2024-01-09
1
-4
/
+2
*
QFileInfoGatherer: add some API docs
Ahmad Samir
2024-01-09
1
-0
/
+9
*
qfilesystemmodel.cpp: Fix building with -no-feature-filesystemwatcher
Nodir Temirkhodjaev
2023-12-19
1
-0
/
+4
*
Try harder to clean up the file info gatherer without blocking
Volker Hilsheimer
2023-12-16
4
-39
/
+95
*
QFileInfoGatherer: port away from QPair
Ahmad Samir
2023-12-06
5
-12
/
+11
*
QFileInfoGatherer: fix narrowing conversion warnings
Ahmad Samir
2023-12-06
1
-10
/
+11
*
QStandardItem: store Qt::UserRole-1 in a static constexpr var
Ahmad Samir
2023-11-14
1
-4
/
+8
*
QStandardItem: add note about reimplementing data/setData() wrt. flags
Ahmad Samir
2023-11-14
2
-3
/
+16
*
QStandardItemModel: don't leak in mimeData()
Christian Ehrlicher
2023-11-12
1
-3
/
+3
*
QStandardItem: Fix reset parent in takeItem()
Christian Ehrlicher
2023-11-12
1
-19
/
+21
*
QFileSystemModel: remove incorrect ### Qt 7 comment
Marc Mutz
2023-08-16
1
-1
/
+0
*
Normalize signal/slot signatures [2/2]: QPair
Marc Mutz
2023-08-07
1
-2
/
+2
*
Misc.: fix narrowing conversion warnings
Ahmad Samir
2023-06-05
1
-15
/
+10
*
Fix setting combo data with QSortFilterProxyModel
Friedemann Kleint
2023-04-19
1
-2
/
+4
*
QFileSystemModel: don't emit invalid indexes
Volker Hilsheimer
2023-04-11
1
-4
/
+11
*
Refactor QFileSystemModel: use named values for columns
Volker Hilsheimer
2023-04-11
2
-25
/
+35
*
Doc: Remove duplicate words
Andreas Eliasson
2023-02-28
1
-1
/
+1
*
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
[next]