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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate to the gradle.settings approach when generating Android projects
HEAD
dev
Alexey Edelev
85 min.
15
-19
/
+539
*
Unblacklist tst_QWindow::enterLeaveOnWindowShowHide on RHEL
Frédéric Lefebvre
3 hours
1
-1
/
+0
*
Allow enabling the use of VCPKG in coin using USE_VCPKG env variable
Alexey Edelev
3 hours
1
-0
/
+20
*
Remove unused ExampleIconsPrivate module
Joerg Bornemann
3 hours
157
-267
/
+0
*
Revert "QSqlQueryModel::setLastError should be const"
Axel Spoerl
6 hours
2
-3
/
+3
*
QTranslator: Protect QTranslator data from being accessed while altered
Kai Köhne
6 hours
1
-1
/
+15
*
Allow cpp_winrt with clang-cl
Tim Blechmann
7 hours
2
-0
/
+2
*
eglfs: Add missing include
Fabian Kosmale
7 hours
1
-0
/
+1
*
CMake: pass -mcx16 for clang/mingw builds on win64
Tim Blechmann
8 hours
1
-0
/
+7
*
Doc: Clarify rename() does not disable autoremove in QTemporaryFile
Dheerendra Purohit
12 hours
1
-0
/
+5
*
Fix corner case not switching to normal QHeaderivew memory model
Thorbjørn Martsum / Mjølner Informatics
21 hours
2
-3
/
+17
*
Doc: Mark QTranslator::translate as thread-safe
Dheerendra Purohit
2 days
1
-0
/
+2
*
Windows: silence -Wimplicit-fallthrough
Tim Blechmann
3 days
1
-0
/
+1
*
Snippets: snippets_qprocess unity buildable
Tim Blechmann
3 days
1
-0
/
+2
*
qatomicwait: disable the code for systems with permanent futex support
Thiago Macieira
3 days
1
-0
/
+14
*
QMetaType: remove the moduleHelper local variable for QtCore types
Thiago Macieira
3 days
1
-21
/
+18
*
QMetaType: de-virtualize the QMetaTypeModuleHelper struct
Thiago Macieira
3 days
4
-43
/
+50
*
QMetaType::fromName: don't create the registry to look something up
Thiago Macieira
3 days
1
-2
/
+2
*
QMetaType::fromName: move normalization code up to fromName() itself
Thiago Macieira
3 days
1
-26
/
+19
*
Mark qtemporaryfile.cpp as security-critical
Matthias Rauter
3 days
1
-0
/
+1
*
QFileSystemEngine/Unix: avoid removing WasDeletedFlag
Thiago Macieira
3 days
3
-0
/
+72
*
QUrl: use QHashCombine so we use the faster & stronger QString hashing
Thiago Macieira
3 days
2
-10
/
+26
*
QHashCombine: add a way to make combining results with seed in Qt 6.x
Thiago Macieira
3 days
5
-11
/
+29
*
QFreeList: use 3-arg testAndSet() [2/2]: id
Marc Mutz
3 days
1
-4
/
+3
*
QFreeList: use 3-arg testAndSet() [1/2]: _v[block]
Marc Mutz
3 days
1
-4
/
+6
*
QFreeList: scope variables closer
Marc Mutz
3 days
1
-4
/
+3
*
QAtomicScopedValueRollback: fix CTAD with with mixed (atomic<T>, V) arguments
Marc Mutz
3 days
2
-0
/
+117
*
QMetaObjectBuilder: Support setting the required flag
Fabian Kosmale
3 days
3
-1
/
+27
*
tst_qlocale: Add timezone abbreviation for Emscripten
Piotr Wiercinski
3 days
1
-2
/
+4
*
Doc: Clarify newline handling in QIODevice::readLine()
Dheerendra Purohit
3 days
1
-2
/
+5
*
Fusion: Outline only check-boxes
Nodir Temirkhodjaev
3 days
2
-5
/
+2
*
Windows11Style: remove useless qobject_cast<>
Christian Ehrlicher
3 days
1
-109
/
+104
*
Revert "QTranslator: Protect QTranslator data from being accessed while altered"
Kai Köhne
3 days
3
-42
/
+17
*
Upgrade Valgrind third-party component to v3.25.1
Edward Welbourne
3 days
2
-2
/
+537
*
Fix typo in licenseRule.json
Kai Köhne
3 days
1
-1
/
+1
*
QPainter: overload setPen/setBrush for rvalue args
Marc Mutz
3 days
3
-5
/
+47
*
QQuaternion: long live Axes / toAxes()
Marc Mutz
3 days
4
-23
/
+113
*
Doc : Fix QDateTime::toTimeZone example to remove deprecated toTimeSpec
Dheerendra Purohit
3 days
0
-0
/
+0
*
Mark qiodevice.cpp security-critical
Matthias Rauter
3 days
3
-0
/
+3
*
QSqlQueryModel::setLastError should be const
Dheerendra Purohit
3 days
2
-3
/
+3
*
Clarify what we mean by Julian Day in QDate and QDateTime
Edward Welbourne
3 days
1
-7
/
+10
*
Doc: Mention that qt_add_resources does not compile QML files
Ulf Hermann
3 days
1
-0
/
+4
*
wasm: Re-enable tst_QDir::mkdirOnSymlink
Piotr Wiercinski
3 days
1
-4
/
+1
*
Doc: Add missing \since tags for QPropertyNotifier and QProperty APIs
Dheerendra Purohit
3 days
1
-0
/
+4
*
qt_generate_deploy_app_script: Handle executable names with spaces
Kai Köhne
3 days
1
-3
/
+3
*
Fail builds on Apple platforms with invalid Info.plist
Maximilian Blochberger
3 days
5
-2
/
+27
*
Fix flaky tst_QWindow::windowExposedAfterReparent on Ubuntu 24.04
Frédéric Lefebvre
3 days
2
-3
/
+4
*
Unblacklist tst_qapplication::touchEventPropagation on openSuSe
Frédéric Lefebvre
3 days
1
-3
/
+0
*
Mark src/corelib/global with security score
Matthias Rauter
3 days
5
-0
/
+5
*
Mark src/corelib/ipc as security:significant
Matthias Rauter
3 days
15
-0
/
+15
[next]