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
/
corelib
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
QStandardPaths/unix: ignore relative paths in all $XDG_* env vars
Ahmad Samir
7 hours
1
-5
/
+20
*
QStandardPaths/Unix: fix logic in xdgDataDirs() function
Ahmad Samir
28 hours
1
-18
/
+25
*
Document the shortcut isFile() for "exists and is a file"
Andreas Hartmetz
32 hours
1
-2
/
+5
*
QtCore: Fix some macro clashes
Friedemann Kleint
33 hours
1
-0
/
+4
*
Use QLatin1 QStringConverter methods
Ahmad Samir
2 days
1
-3
/
+1
*
QStandardPaths/Unix: minor cleanup
Ahmad Samir
2 days
1
-7
/
+10
*
Remove QResourceGlobalData::resourceSearchPaths
Edward Welbourne
2 days
1
-14
/
+4
*
Doc: remove {{ }} for an enum value
Tasuku Suzuki
8 days
1
-1
/
+1
*
Docs:Android: Add docs notes about support for content Uris
Nicholas Bennett
9 days
3
-0
/
+16
*
QUrlQuery: add missing move constructor
Thiago Macieira
13 days
2
-0
/
+11
*
QUrlQuery: fix operator== for emptied object case
Thiago Macieira
13 days
1
-1
/
+5
*
QUrl: restore empty-but-not-null for components that are present
Thiago Macieira
2023-01-17
1
-6
/
+8
*
Make const functions in QDir re-entrant by protecting mutable variables
Øystein Heskestad
2023-01-16
2
-61
/
+86
*
QDir: Refactor separate cache clearing functions into a single function
Øystein Heskestad
2023-01-16
2
-25
/
+13
*
Clear out some unused code in QStorageIterator::next() on Unix
Edward Welbourne
2023-01-13
1
-2
/
+1
*
[doc] Warn users about data races regarding qt_ntfs_permission_lookup
Mate Barany
2023-01-12
2
-0
/
+10
*
QDir: when sorting by Type, cache the suffix in QDirSortItem's ctor
Ahmad Samir
2023-01-06
1
-35
/
+42
*
QUrl/doc: explain that the scheme-less URL is probably not intended
Thiago Macieira
2023-01-06
1
-5
/
+20
*
Use QFileInfo's file times in UTC for file timestamps
Ahmad Samir
2023-01-04
2
-4
/
+4
*
Don't use var-args for Q_DECLARE_EXPORTED_LOGGING_CATEGORY
Tor Arne Vestbø
2023-01-03
1
-4
/
+4
*
Doc: Fix snippet for Q_DECLARE_EXPORTED_CATEGORY
Kai Köhne
2023-01-02
1
-1
/
+1
*
QFileSystemEngine: URL encode path in trash info, use relative path
Jonas Kvinge
2023-01-02
1
-1
/
+12
*
wasm: avoid LocalStorage past-the-end access on clear()
Morten Sørvig
2022-12-28
1
-5
/
+13
*
QDir: when sorting by time, get last modification times as UTC directly
Ahmad Samir
2022-12-23
1
-10
/
+2
*
QSettings: use QFileInfo::refresh()
Ahmad Samir
2022-12-23
1
-3
/
+3
*
QSettings: get file timestamps in UTC directly
Ahmad Samir
2022-12-23
1
-4
/
+4
*
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
2
-25
/
+168
*
Add QFileInfo::readSymLink() to read the raw link path
Wang Fei
2022-12-23
10
-7
/
+63
*
Doc: Reorder QFile overview
Kai Köhne
2022-12-22
1
-9
/
+9
*
Improve QFile::encodeName(), QFile::decodeName() documentation
Kai Köhne
2022-12-22
1
-11
/
+9
*
Doc: Replace QTemporaryFile with QSaveFile for QFileDevice motivation
Kai Köhne
2022-12-22
1
-3
/
+3
*
QUrl: remove unused qt_from_latin1() forward declaration
Ahmad Samir
2022-12-22
1
-3
/
+0
*
Return the QFileInfo::baseName/QDir::dirName() from fileEngine impl
Assam Boudjelthia
2022-12-19
2
-2
/
+6
*
QFileSystemEngine/Unix: use chrono for time related arithmetic
Ahmad Samir
2022-12-15
1
-30
/
+47
*
QBuffer: test and document open() behavior
Marc Mutz
2022-12-14
1
-0
/
+4
*
Fix infinite loop when iterating content uri sub-files/dirs
Assam Boudjelthia
2022-12-10
1
-1
/
+1
*
Adapt corelib to use QTimeZone in place of Qt::TimeSpec
Edward Welbourne
2022-12-09
3
-7
/
+24
*
QLoggingCategory: enable fatal messages if critical is disabled
Giuseppe D'Angelo
2022-12-06
1
-1
/
+5
*
Doc: Add documentation for qCFatal()
Kai Köhne
2022-12-05
1
-4
/
+45
*
QMessageLogger: make qFatal categorized and streamable
Giuseppe D'Angelo
2022-12-05
1
-0
/
+1
*
qfloat16: add QTextStream & QDebug streaming operators
Thiago Macieira
2022-11-28
1
-0
/
+1
*
Restore end-of-parse reporting to qstrntod()
Edward Welbourne
2022-11-24
2
-20
/
+24
*
QLocale: make qstrnto(u)ll not have output arguments
Thiago Macieira
2022-11-16
2
-21
/
+20
*
QFileSystemEngine/Unix: remove futimes related code
Ahmad Samir
2022-11-09
1
-62
/
+0
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
9
-22
/
+22
*
QFileSystemMetaData: initialize integral members in-class
Ahmad Samir
2022-11-02
1
-7
/
+7
*
Port QDir's implementation to use Q_D() and d_func()
Edward Welbourne
2022-11-01
1
-28
/
+28
*
QFile: make constructors taking a path explicit
Giuseppe D'Angelo
2022-10-29
2
-3
/
+21
*
qfilesystemengine: port to qsizetype
Johannes Kauffmann
2022-10-25
1
-3
/
+3
[next]