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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
moc: Fix QProperty code generation
Fabian Kosmale
2020-06-25
3
-5
/
+12
*
Use QList instead of QVector in moc
Jarek Kobus
2020-06-22
5
-59
/
+75
*
Use QList instead of QVector in uic
Jarek Kobus
2020-06-22
6
-162
/
+162
*
Move QTextCodec support out of QtCore
Karsten Heimrich
2020-06-20
2
-4
/
+1
*
Add support for QNotifiedProperty to the moc
Simon Hausmann
2020-06-18
3
-14
/
+42
*
Android: warn about too long build paths on Windows
Assam Boudjelthia
2020-06-18
1
-0
/
+29
*
CMake: Use intelcet flags for bootstrap and qmake
Alexandru Croitor
2020-06-18
1
-0
/
+1
*
Android: fix qmlimportscanner not correctly assigned
Assam Boudjelthia
2020-06-15
1
-1
/
+1
*
Port dbus from QStringRef to QStringView
Lars Knoll
2020-06-15
1
-3
/
+5
*
Port androiddeployqt and uic from QStringRef to QStringView
Lars Knoll
2020-06-15
5
-13
/
+14
*
CMake: Fix usage of gc_binaries feature
Alexandru Croitor
2020-06-12
1
-1
/
+1
*
Get rid of the obsolete isEditable flag for properties
Lars Knoll
2020-06-11
3
-12
/
+2
*
Cleanups in QMetaProperty
Fabian Kosmale
2020-06-11
4
-51
/
+8
*
Qt6: remove support for property flags being functions
Lars Knoll
2020-06-11
2
-132
/
+9
*
Phase 2 of removing QDesktopWidget
Volker Hilsheimer
2020-06-08
1
-1
/
+0
*
Remove the deprecated QDirModel
Volker Hilsheimer
2020-06-04
1
-1
/
+0
*
CMake: Make it possible to build tools when cross-compiling
Leander Beernaert
2020-06-02
17
-26
/
+42
*
MetaObject: Store the QMetaType of the methods
Fabian Kosmale
2020-06-02
5
-18
/
+65
*
CMake: Regenerate tools and 3rd party
Alexandru Croitor
2020-05-29
2
-2
/
+8
*
moc: handle include directives in enums
Fabian Kosmale
2020-05-27
1
-0
/
+10
*
Get rid of some QTextCodec leftovers
Lars Knoll
2020-05-14
1
-1
/
+0
*
Start porting QTextStream away from QTextCodec
Lars Knoll
2020-05-14
1
-3
/
+1
*
Move the UTF conversion methods to qstringconverter
Lars Knoll
2020-05-14
3
-12
/
+0
*
Start work on a new API to replace QTextCodec
Lars Knoll
2020-05-14
3
-0
/
+3
*
pro2cmake: Handle QMAKE_TARGET_XXX variables
Joerg Bornemann
2020-05-12
14
-0
/
+14
*
Fix some build warnings due to bad integer format in printf
Jean-Michaƫl Celerier
2020-05-12
1
-3
/
+3
*
uic: Adapt to ActiveQt module restructuring
Friedemann Kleint
2020-05-11
1
-11
/
+11
*
Remove QRegExp from the bootstrap library
Lars Knoll
2020-05-06
3
-3
/
+0
*
uic/Python: import all the classes for QtCore and QtGui
Cristian Maureira-Fredes
2020-05-05
1
-5
/
+2
*
Remove use of std::not1 completely
Thiago Macieira
2020-05-05
1
-11
/
+5
*
Port two more local QSets to QDuplicateTrackers
Marc Mutz
2020-05-05
1
-3
/
+3
*
uic: Generate string-based connections for custom slots
Friedemann Kleint
2020-05-05
2
-12
/
+23
*
uic: Generate Qt 5 connection syntax
Friedemann Kleint
2020-05-04
7
-7
/
+110
*
Provide a way of exposing private QProperties with a fake API
Simon Hausmann
2020-04-30
7
-36
/
+223
*
Allow for private properties to be implemented using QProperty
Simon Hausmann
2020-04-30
2
-5
/
+27
*
CMake: Regenerate projects to match updated plugin API
Leander Beernaert
2020-04-27
2
-0
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-22
1
-5
/
+4
|
\
|
*
rcc: Always seed the hash with 0
hjk
2020-04-17
1
-5
/
+4
*
|
rcc: Fix line endings on Windows when redirected
Friedemann Kleint
2020-04-20
1
-2
/
+1
*
|
Port androidtestrunner to QRegularExpression
Lars Knoll
2020-04-15
1
-9
/
+13
*
|
Port tracedef to QRegularExpression
Lars Knoll
2020-04-13
1
-20
/
+22
*
|
Port androiddeployqt from QRegExp to QRegularExpression
Lars Knoll
2020-04-13
1
-18
/
+24
*
|
Include QRegularExpression in the bootstrap library
Lars Knoll
2020-04-13
3
-1
/
+85
*
|
Change qHash() to work with size_t instead of uint
Lars Knoll
2020-04-09
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
2
-3
/
+7
|
\
\
|
|
/
|
*
Warn that the EDITABLE flag for property declarations is deprecated
Lars Knoll
2020-04-02
1
-1
/
+4
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Mitch Curtis
2020-03-20
1
-2
/
+3
|
|
\
|
|
*
Android: Fix deployment on Windows host
Eskil Abrahamsen Blomfeldt
2020-03-19
1
-2
/
+2
|
|
*
Merge 5.14 into 5.14.2
Kari Oikarinen
2020-03-10
1
-6
/
+13
|
|
|
\
|
|
*
|
Android: fix apk generation on Android API 23+
BogDan Vatra
2020-03-03
1
-0
/
+1
[prev]
[next]