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.4.3
6.5
6.5.0
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
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
*
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
1
-1
/
+0
*
Get rid of QInputDevicePrivate::extra
Shawn Rutledge
2020-10-30
1
-1
/
+0
*
CMake: Regenerate qtbase projects to use correct CONFIG_MODULE_NAMEs
Alexandru Croitor
2020-10-30
15
-3
/
+16
*
CMake: Regenerate qtbase projects
Alexandru Croitor
2020-10-30
13
-33
/
+382
*
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
*
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
1
-44
/
+80
*
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
7
-543
/
+682
*
Forbid implicit conversions between QFuture and other types
Sona Kurazyan
2020-10-30
2
-21
/
+1
*
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
*
Make QVarLengthArray comparisons hidden friends
Allan Sandfeld Jensen
2020-10-30
1
-40
/
+77
*
Add unit tests for QDateTimeParser internals
Andreas Buhr
2020-10-30
1
-0
/
+2
*
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
*
Fix two missing conversions from in to qsizetype
Allan Sandfeld Jensen
2020-10-29
3
-3
/
+3
*
Remove do-not-use warning in Qt OpenGL landing page
Jerome Pasion
2020-10-29
1
-10
/
+2
*
Make QMap and QMultiMap comparisons hidden friends
Allan Sandfeld Jensen
2020-10-29
3
-67
/
+35
*
Move porting guide for QtConcurrent to its designated page
Sona Kurazyan
2020-10-29
2
-72
/
+69
*
Doc: Fix documentation warnings for QIterable and related classes
Topi Reinio
2020-10-29
3
-25
/
+38
*
Doc: Fix documentation warnings for string classes
Topi Reinio
2020-10-29
4
-80
/
+42
*
Doc: Fix documentation issues for QStringTokenizer
Topi Reinio
2020-10-29
2
-21
/
+10
*
Doc: Fix link issues for QtCore
Topi Reinio
2020-10-29
4
-18
/
+9
*
Doc: Fix code snippet that abruptly ends the document
Topi Reinio
2020-10-29
1
-3
/
+3
*
Move QPolygonClipper to XCB native painting
Allan Sandfeld Jensen
2020-10-29
8
-7
/
+5
*
Avoid doing kill(-1) in QProcess destructor
Dimitrios Apostolou
2020-10-29
1
-4
/
+5
*
qfloat16: make comparison and arithmetic operators hidden friends
Volker Hilsheimer
2020-10-29
1
-82
/
+84
*
You can't disable SSE2 for x86-64
Allan Sandfeld Jensen
2020-10-29
1
-4
/
+11
*
Remove the comparison operators of QFuture
Sona Kurazyan
2020-10-29
3
-15
/
+1
*
Purge deprecated language and country codes from QLocale
Edward Welbourne
2020-10-29
2
-151
/
+0
[next]