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.4.3
6.5
6.5.0
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
/
corelib
/
io
/
qfileinfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix few QFileInfo and QDir calls
Assam Boudjelthia
2023-02-14
1
-3
/
+8
*
Avoid potential data races caused by qt_ntfs_permission_lookup
Mate Barany
2023-02-08
1
-0
/
+13
*
Document the shortcut isFile() for "exists and is a file"
Andreas Hartmetz
2023-01-31
1
-2
/
+5
*
Docs:Android: Add docs notes about support for content Uris
Nicholas Bennett
2023-01-24
1
-0
/
+4
*
[doc] Warn users about data races regarding qt_ntfs_permission_lookup
Mate Barany
2023-01-12
1
-0
/
+5
*
QFileInfo: Restructure overview
Kai Köhne
2022-12-23
1
-22
/
+23
*
QFileInfo: overload file time related methods to take a QTimeZone arg
Ahmad Samir
2022-12-23
1
-25
/
+141
*
Add QFileInfo::readSymLink() to read the raw link path
Wang Fei
2022-12-23
1
-0
/
+22
*
Return the QFileInfo::baseName/QDir::dirName() from fileEngine impl
Assam Boudjelthia
2022-12-19
1
-1
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-20
/
+21
*
Add QFileInfo::isAlias() to reflect whether the file is a macOS alias
Tor Arne Vestbø
2022-03-06
1
-2
/
+25
*
Update QFileInfo docs to mention macOS aliases
Tor Arne Vestbø
2022-03-04
1
-5
/
+7
*
Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...
Marc Mutz
2022-01-21
1
-0
/
+2
*
Rename LinkName to AbsoluteLinkTarget
Wang Fei
2021-11-03
1
-2
/
+2
*
corelib: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-3
/
+3
*
QDirIterator: add nextFileInfo()
Marc Mutz
2021-07-28
1
-3
/
+1
*
QFileInfo: remove a couple of QFlags->int implicit conversions
Giuseppe D'Angelo
2021-06-17
1
-2
/
+2
*
Implement QFileInfo::junctionTarget(), adjust auto-test
Karsten Heimrich
2021-06-05
1
-0
/
+32
*
QFileInfo: code tidies
Giuseppe D'Angelo
2021-05-13
1
-3
/
+3
*
QDir/QFileInfo: add doc notes about paths starting with ':'
Ahmad Samir
2021-01-08
1
-4
/
+13
*
QFileInfo: mark constructors as explicit
Giuseppe D'Angelo
2020-11-15
1
-0
/
+57
*
Resolve corelib's remaining ### Qt 6 comments
Edward Welbourne
2020-11-02
1
-1
/
+0
*
QFileInfo: Allow constructing from QFileDevice
Thorbjørn Lindeijer
2020-10-01
1
-2
/
+2
*
Document that this method got added in 6.0
Lars Knoll
2020-09-11
1
-0
/
+1
*
QFileInfo: make stat method public
Volker Hilsheimer
2020-08-10
1
-2
/
+2
*
QFileInfo: inline the file-time methods
Edward Welbourne
2020-08-07
1
-16
/
+6
*
QFileInfo: purge deprecated API
Edward Welbourne
2020-08-07
1
-40
/
+0
*
QFileSystemModel: make sure files are stat'ed in the worker thread
Volker Hilsheimer
2020-07-31
1
-1
/
+18
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-4
/
+4
*
Remove winrt
Oliver Wolff
2020-06-06
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2020-03-24
1
-1
/
+1
|
|
\
|
|
*
Doc: replace QFileInfo::created with birthTime
Mauro Persano
2020-03-20
1
-1
/
+1
*
|
|
Q{File,FileInfo,Dir}: add std::filesystem::path overloads
Mårten Nordheim
2020-03-24
1
-1
/
+80
|
/
/
*
|
Docs: tag newly added QFile and QFileInfo APIs as \since 5.15
Volker Hilsheimer
2020-02-06
1
-0
/
+2
*
|
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-1
/
+1
*
|
Make Qt aware of NTFS Junctions on Windows
Ryan Chu
2019-11-09
1
-0
/
+19
|
/
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-09-30
1
-10
/
+75
|
\
|
*
QFileInfo: clarify documentation about handling of symlink attributes
Thiago Macieira
2019-09-25
1
-11
/
+75
*
|
Remove QFileInfo::type and related enum from 5.14
Volker Hilsheimer
2019-08-30
1
-66
/
+27
*
|
Make Qt aware of symlinks and shortcuts on Windows
Ryan Chu
2019-08-16
1
-15
/
+108
*
|
Standardize on unique_ptr to hold QAbstractFileEngine
Marc Mutz
2019-07-28
1
-3
/
+3
*
|
Move away from using 0 as a pointer constant
Allan Sandfeld Jensen
2019-06-07
1
-8
/
+8
|
/
*
QFile/QFileInfo: mark readLink() as deprecated
Christian Ehrlicher
2019-01-23
1
-0
/
+7
*
Empty filenames does not exist
Sune Vuorela
2018-12-19
1
-0
/
+2
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-08-31
1
-9
/
+13
|
\
|
*
QFileInfo: Clarify documentation on symlinks
Friedemann Kleint
2017-08-29
1
-7
/
+11
|
*
Doc: Fix example
Robert Loehning
2017-08-28
1
-2
/
+2
|
*
QFileInfo: Fix typo in doc
Orgad Shaneh
2017-08-26
1
-1
/
+1
[next]