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
/
corelib
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
QFileSystemWatcher/Win: remove the pre-QFileInfo path normalization
Thiago Macieira
2023-02-15
1
-12
/
+4
*
Fix few QFileInfo and QDir calls
Assam Boudjelthia
2023-02-14
2
-5
/
+14
*
QStandardPaths/Unix: fix logic in xdgDataDirs() function
Ahmad Samir
2023-02-07
1
-18
/
+25
*
QStandardPaths/Unix: minor cleanup
Ahmad Samir
2023-02-07
1
-7
/
+10
*
Remove QResourceGlobalData::resourceSearchPaths
Edward Welbourne
2023-02-03
1
-14
/
+4
*
Docs:Android: Add docs notes about support for content Uris
Nicholas Bennett
2023-02-01
3
-0
/
+16
*
Doc: remove {{ }} for an enum value
Tasuku Suzuki
2023-02-01
1
-1
/
+1
*
QUrl: restore empty-but-not-null for components that are present
Thiago Macieira
2023-01-25
1
-6
/
+8
*
QUrlQuery: fix operator== for emptied object case
Thiago Macieira
2023-01-20
1
-1
/
+5
*
[doc] Warn users about data races regarding qt_ntfs_permission_lookup
Mate Barany
2023-01-18
2
-0
/
+10
*
QUrl/doc: explain that the scheme-less URL is probably not intended
Thiago Macieira
2023-01-06
1
-5
/
+20
*
wasm: avoid LocalStorage past-the-end access on clear()
Morten Sørvig
2022-12-28
1
-5
/
+13
*
Return the QFileInfo::baseName/QDir::dirName() from fileEngine impl
Assam Boudjelthia
2022-12-19
2
-2
/
+6
*
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
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-11-18
4
-13
/
+13
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-18
14
-72
/
+72
*
QLocale: make qstrnto(u)ll not have output arguments
Thiago Macieira
2022-11-17
2
-21
/
+20
*
Port QDir's implementation to use Q_D() and d_func()
Edward Welbourne
2022-11-01
1
-28
/
+28
*
qfilesystemengine: port to qsizetype
Johannes Kauffmann
2022-10-25
1
-3
/
+3
*
Mention limitation of QDir::drives() on Windows
Timothée Keller
2022-10-20
1
-1
/
+2
*
qHash: Add seed argument for classes inheriting QString
Mårten Nordheim
2022-09-28
1
-1
/
+4
*
wasm: add Window.localStorage settings backend
Morten Sørvig
2022-09-28
3
-71
/
+227
*
QFileDevice: clear cached permissions on setPermission()
Thiago Macieira
2022-09-16
2
-0
/
+8
*
Remove preprocessor conditionals for chrono include
Konrad Kujawa
2022-09-16
1
-5
/
+1
*
QFileSystemEngine/Unix: fix unneeded casts from errno values to int
Marc Mutz
2022-09-07
1
-8
/
+8
*
Port QDir to qsizetype [2/3]: implementation
Marc Mutz
2022-08-26
2
-24
/
+24
*
Doc: Remove mentioning of variadic macros
Kai Köhne
2022-08-24
1
-2
/
+1
*
QContiguousCache: fix streaming into QDebug when indices are > INT_MAX
Marc Mutz
2022-08-21
1
-1
/
+1
*
QDebug: finish porting put{String,ByteArray} to qsizetype
Marc Mutz
2022-08-21
2
-3
/
+4
*
QDebug: port putEscapedString() from int to size_t
Marc Mutz
2022-08-21
1
-4
/
+4
*
Port QtDebugUtils::toPrintable() to qint64/qsizetype
Marc Mutz
2022-08-21
2
-4
/
+5
*
QAbstractFileEngine: port indexed to ranged loop
Marc Mutz
2022-08-21
1
-7
/
+4
*
QtBase: Windows: Replace some deprecated API usages
Yuhang Zhao
2022-08-03
1
-3
/
+3
*
QtBase: eradicate QT_STRINGVIEW_LEVEL uses
Marc Mutz
2022-07-20
1
-2
/
+0
*
forkfd: implement vfork(2)-like support on Linux
Thiago Macieira
2022-07-16
1
-7
/
+10
*
Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTED
Marc Mutz
2022-07-06
2
-34
/
+1
*
wasm: don't access deleted settings objects
Morten Sørvig
2022-07-06
1
-14
/
+29
*
QProcess: re-enable pdfork() on FreeBSD
Thiago Macieira
2022-06-28
1
-1
/
+1
*
QSettings: fix a typo in the doc
Laszlo Papp
2022-06-25
1
-1
/
+1
*
QSettings: Fix reading of the [%General] section
hjk
2022-06-16
1
-1
/
+1
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-2
/
+2
*
Android: Fix QSettings when using content URL
Samuel Mira
2022-06-15
1
-3
/
+18
*
Fix doc and example of QLoggingCategory::installCategory()
Edward Welbourne
2022-06-13
1
-7
/
+25
*
QTemporaryFile: document rename() differences from QFile
Thiago Macieira
2022-06-01
1
-8
/
+32
*
QFileSystemEngine/Win: simplify code
Thiago Macieira
2022-05-30
1
-15
/
+12
*
QFileSystemEngine/Win: fix incorrect buffer size in currentPath()
Thiago Macieira
2022-05-30
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
124
-4750
/
+286
*
Fix removal of trailing slash
Marcus Tillmanns
2022-05-13
1
-6
/
+6
*
QBuffer: add missing <limits> include
Marc Mutz
2022-05-05
1
-0
/
+2
[next]