index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
widgets
/
dialogs
/
qfilesystemmodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...
Tarja Sundqvist
2022-08-16
1
-0
/
+3
|
\
|
*
Fix auto completion in QFileDialog on Windows
Volker Hilsheimer
2021-07-10
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...
v5.15.5-lts-lgpl
Tarja Sundqvist
2022-05-16
1
-2
/
+5
|
\
\
|
|
/
|
*
QFileSystemModel fails to locate a host from root's visible children
Dongmei Wang
2021-05-26
1
-2
/
+5
*
|
Revert "Update commercial license headers"
Tarja Sundqvist
2021-03-24
1
-20
/
+20
|
/
*
Update commercial license headers
Tarja Sundqvist
2021-01-26
1
-20
/
+20
*
Return false from canFetchMore for uninitialized QFileSystem models
Doris Verria
2020-10-15
1
-0
/
+2
*
Use Qt::SplitBehavior in preference to QString::SplitBehavior
Edward Welbourne
2020-02-28
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-02-04
1
-1
/
+1
|
\
|
*
Convert two QDateTime::toString() usages to QLocale::toString()
Edward Welbourne
2020-01-30
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-15
1
-1
/
+2
|
\
\
|
|
/
|
*
Doc: Correct non-link related qdoc compilation errors
Nico Vertriest
2020-01-14
1
-1
/
+2
*
|
Remove some uses of QImage::setAlphaChannel
Allan Sandfeld Jensen
2019-12-19
1
-3
/
+2
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-3
/
+3
*
|
Don't insert multiple names for the same role
Lars Knoll
2019-11-05
1
-1
/
+2
|
/
*
QFileDialog: Fix volume name display on Windows
Friedemann Kleint
2019-09-10
1
-11
/
+28
*
QFileSystemModel: Fix naming of Option enumeration
Friedemann Kleint
2019-09-02
1
-5
/
+5
*
QFileSystemModel: Add options
Friedemann Kleint
2019-08-14
1
-0
/
+103
*
QFileSystemModel: Improve class structure
Friedemann Kleint
2019-07-09
1
-7
/
+6
*
QtWidgets: Fix static method invocations
Friedemann Kleint
2019-06-28
1
-1
/
+1
*
QtWidgets: eradicate some indexed loops [needing qAsConst()]
Marc Mutz
2019-05-29
1
-2
/
+1
*
Doc: replace even more null/0/nullptr with \nullptr macro
Christian Ehrlicher
2019-05-08
1
-2
/
+2
*
QRegularExpression: anchor wildcard pattern
Samuel Gaist
2018-12-15
1
-2
/
+1
*
Merge remote-tracking branch 'origin/5.11' into 5.12
Qt Forward Merge Bot
2018-09-30
1
-23
/
+23
|
\
|
*
Modernize the "filesystemwatcher" feature
Liang Qi
2018-09-27
1
-23
/
+23
*
|
Merge remote-tracking branch 'origin/5.11' into 5.12
Liang Qi
2018-09-27
1
-1
/
+1
|
\
\
|
|
/
|
*
Modernize the "datestring" feature
Liang Qi
2018-09-24
1
-1
/
+1
*
|
Implement exact match expression builder for QRegularExpression
Samuel Gaist
2018-08-19
1
-4
/
+2
*
|
Replace QRegExp by QRegularExpression in QFileSystemModel
Samuel Gaist
2018-08-19
1
-17
/
+20
|
/
*
QFileSystemModel/Win: Fix file system operations failing due to watchers
Friedemann Kleint
2018-01-26
1
-15
/
+78
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2018-01-09
1
-6
/
+3
|
\
|
*
QFileSystemModel/Windows: Make file name checking case-insensitive
Friedemann Kleint
2018-01-09
1
-6
/
+3
*
|
Merge remote-tracking branch 'origin/5.9' into 5.10
Lars Knoll
2017-12-30
1
-2
/
+5
|
\
\
|
|
/
|
*
QFileSystemModel: properly align file size column
Christian Ehrlicher
2017-12-12
1
-1
/
+1
|
*
QFileSystemModel::index(): Add a list size check
Friedemann Kleint
2017-12-05
1
-1
/
+4
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Oswald Buddenhagen
2017-08-02
1
-2
/
+6
|
\
\
|
|
/
|
*
In QFileDialog delete a symlink rather than actual target it points to
Dongmei Wang
2017-07-29
1
-2
/
+6
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-07-04
1
-6
/
+4
|
\
\
|
|
/
|
*
Convert features.filesystemmodel to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-07-02
1
-4
/
+0
|
*
Convert features.messagebox to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-06-29
1
-2
/
+4
*
|
Add QLocale::formattedDataSize and consolidate use cases
Shawn Rutledge
2017-06-20
1
-15
/
+1
|
/
*
QFileSystemModel: improve readability of the renaming code
Marc Mutz
2016-10-28
1
-8
/
+6
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-10-06
1
-3
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-05
1
-3
/
+1
|
|
\
|
|
*
QFileSystemModel: Plug leak on file renaming
Marc Mutz
2016-10-04
1
-1
/
+0
|
|
*
QFileSystemModel: fix unused variable with QT_NO_FILESYSTEMWATCHER
Marc Mutz
2016-10-04
1
-2
/
+1
*
|
|
QFileSystemModel: add an assert to prevent leaks
Marc Mutz
2016-09-30
1
-0
/
+1
*
|
|
QFileSystemModel: reuse an existing variable
Marc Mutz
2016-09-30
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Edward Welbourne
2016-07-19
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Edward Welbourne
2016-07-04
1
-1
/
+1
|
|
\
\
|
|
|
/
[next]