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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Prefer versioned CMake library targets
v6.0.0-beta3
Kai Koehne
2020-11-01
11
-11
/
+11
*
Fix compilation error on Windows
Yuhang Zhao
2020-11-01
1
-1
/
+1
*
Fix tst_qtimer::zeroTimer unit test
Andreas Buhr
2020-11-01
2
-3
/
+3
*
Use (void) instead of Q_UNUSED
André Klitzing
2020-10-31
1
-7
/
+7
*
testlib: Add private API to add test logger
Tor Arne Vestbø
2020-10-31
3
-8
/
+25
*
Performance improvement for integer->QString conversion
Andreas Buhr
2020-10-31
1
-4
/
+43
*
testlib: Let logger report whether it is logging to stdout
Tor Arne Vestbø
2020-10-31
3
-5
/
+13
*
Make QScopedPointer comparison operators hidden friends
Volker Hilsheimer
2020-10-31
2
-51
/
+40
*
Doc: Fix various documentation issues for Qt Core
Topi Reinio
2020-10-31
13
-36
/
+42
*
Minor improvements in qrgba64_p.h
Allan Sandfeld Jensen
2020-10-31
1
-31
/
+104
*
CMake: Cleanup module and plugin define situation
Alexandru Croitor
2020-10-30
3
-8
/
+11
*
Get rid of QInputDevicePrivate::extra
Shawn Rutledge
2020-10-30
1
-1
/
+0
*
Update tst_qcborstreamwriter to use QMetaType
David Skoland
2020-10-30
1
-10
/
+10
*
CMake: Clean up order of assignments in generated module pri files
Alexandru Croitor
2020-10-30
1
-6
/
+11
*
CMake: Regenerate qtbase projects to use correct CONFIG_MODULE_NAMEs
Alexandru Croitor
2020-10-30
15
-3
/
+16
*
CMake: pro2cmake: Generate correct CONFIG_MODULE_NAME values
Alexandru Croitor
2020-10-30
1
-7
/
+25
*
CMake: Regenerate qtbase projects
Alexandru Croitor
2020-10-30
14
-33
/
+385
*
Fix QScreen orientation not being updated when setting a platform screen
Friedemann Kleint
2020-10-30
1
-1
/
+1
*
Offscreen QPA: implement a native interface
Giuseppe D'Angelo
2020-10-30
6
-17
/
+50
*
Hide comparison operators for QtOpenGLVersion types from ADL
Volker Hilsheimer
2020-10-30
2
-22
/
+23
*
CMake: Fix tst_qapplication to respect blacklists in CMake builds
Alexandru Croitor
2020-10-30
1
-0
/
+1
*
Hide comparison operators for QtNetwork value types from non-ADL
Volker Hilsheimer
2020-10-30
12
-98
/
+130
*
Cleanup qimage.h
Allan Sandfeld Jensen
2020-10-30
1
-33
/
+34
*
Don't use pointers or references to functions from std library
Jarek Kobus
2020-10-30
1
-7
/
+11
*
Hide QTypeRevision comparison operators from ADL
Volker Hilsheimer
2020-10-30
1
-46
/
+46
*
Fix qdoc issues in QList
Volker Hilsheimer
2020-10-30
1
-2
/
+2
*
Hide comparison of QHostAddress with SpecialAddress from ADL
Volker Hilsheimer
2020-10-30
2
-9
/
+8
*
Adapt QDate::fromString() to accept negative year numbers
Andreas Buhr
2020-10-30
4
-45
/
+184
*
CMake: Fix unnecessary rebuilding upon reconfiguration
Alexandru Croitor
2020-10-30
3
-2
/
+7
*
Use universal references for passing callables in QtConcurrent
Sona Kurazyan
2020-10-30
10
-543
/
+1093
*
Forbid implicit conversions between QFuture and other types
Sona Kurazyan
2020-10-30
9
-87
/
+73
*
Add noexcept to QLine comparisons
Allan Sandfeld Jensen
2020-10-30
1
-3
/
+3
*
Remove Q_IS_ENUM
Allan Sandfeld Jensen
2020-10-30
3
-53
/
+0
*
tests: blacklist tst_QTcpSocket::connectToHostError()
Liang Qi
2020-10-30
1
-1
/
+2
*
Adjust tst_qdbusmarshall to QVariant changes
Fabian Kosmale
2020-10-30
1
-24
/
+58
*
Make QVarLengthArray comparisons hidden friends
Allan Sandfeld Jensen
2020-10-30
2
-43
/
+80
*
Add unit tests for QDateTimeParser internals
Andreas Buhr
2020-10-30
2
-0
/
+80
*
QtConcurrent: Provide a test for runWithPromise with handlers
Jarek Kobus
2020-10-30
1
-1
/
+110
*
CMake: Remove outdated TODO comments
Joerg Bornemann
2020-10-30
1
-2
/
+2
*
CMake: Yield fatal error on malformed INSTALL_MKSPECS
Joerg Bornemann
2020-10-30
1
-0
/
+4
*
CMake: Write INSTALL_MKSPECSDIR to qconfig.cpp
Joerg Bornemann
2020-10-30
1
-1
/
+7
*
CMake: Fix [qt-]configure[-module].bat arguments with backslashes
Joerg Bornemann
2020-10-30
1
-0
/
+2
*
CMake: Fix argument passing for configure.bat / qt-configure-module.bat
Joerg Bornemann
2020-10-30
4
-13
/
+35
*
CMake: Prepare configure/qt-configure-module for calling more scripts
Joerg Bornemann
2020-10-30
3
-9
/
+8
*
Hide QList comparisons from ADL
Allan Sandfeld Jensen
2020-10-30
2
-78
/
+60
*
Doc: Fix documentation warnings for Qt SQL
Topi Reinio
2020-10-30
2
-2
/
+6
*
Doc: Fix documentation warnings for Qt OpenGL
Topi Reinio
2020-10-30
4
-5
/
+14
*
Doc: Fix links to the CMake manual
Topi Reinio
2020-10-30
7
-7
/
+7
*
Doc: Fix documentation warnings for Qt Print Support
Topi Reinio
2020-10-30
2
-2
/
+2
*
Doc: Fix documentation warnings for Qt Network
Topi Reinio
2020-10-30
3
-6
/
+10
[next]