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
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.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
path:
root
/
tests
/
auto
Commit message (
Expand
)
Author
Age
Files
Lines
*
QMetaType: fix typenameHelper() for types in the QtPrivate namespace
HEAD
dev
Thiago Macieira
82 min.
2
-0
/
+16
*
qfloat16: extend comparison with integral types
Ivan Solovev
10 hours
1
-4
/
+35
*
qfloat16: use new comparison helper macros
Ivan Solovev
10 hours
1
-0
/
+105
*
Add PATCH support for QRestAccessManager
Juha Vuolle
10 hours
3
-0
/
+28
*
QRestAM custom HTTP 'method' support
Juha Vuolle
10 hours
3
-0
/
+22
*
Add username/password support to QNetworkRequestFactory
Juha Vuolle
10 hours
2
-0
/
+68
*
Add QDebug support for QNetworkRequestFactory
Juha Vuolle
10 hours
1
-0
/
+7
*
Functions for setting request transfer timeouts
Juha Vuolle
10 hours
3
-0
/
+35
*
Support for std::chrono as transferTimeout type
Juha Vuolle
10 hours
1
-66
/
+48
*
Add uploadProgress signal for QRestReply
Juha Vuolle
10 hours
1
-0
/
+31
*
Add signals and methods for QRestReply download progress
Juha Vuolle
10 hours
3
-31
/
+131
*
Add REST client convenience wrappers
Juha Vuolle
10 hours
5
-0
/
+1127
*
QNetworkRequestFactory convenience class
Juha Vuolle
10 hours
3
-0
/
+326
*
Add QHttpHeaders class
Juha Vuolle
10 hours
3
-0
/
+528
*
Adapt ASN.1 datetime parsing to use the new century control
Edward Welbourne
13 hours
1
-3
/
+0
*
Give the caller control over the century used for two-digit dates
Edward Welbourne
13 hours
2
-7
/
+33
*
Add QCalendar::matchCenturyToWeekday()
Edward Welbourne
13 hours
1
-1
/
+48
*
QFont::Tag: use new comparison helper macros
Volker Hilsheimer
21 hours
1
-0
/
+28
*
Make QAtomicScopedValueRollback public API
Rym Bouabid
22 hours
3
-4
/
+2
*
tst_QString: explain TransientDefaultLocale better
Marc Mutz
25 hours
1
-1
/
+2
*
tst_containerapisymmetry: remove the extra push_back
Marc Mutz
25 hours
1
-17
/
+17
*
QBitArray: replace the member operator~ with a hidden friend
Thiago Macieira
25 hours
1
-0
/
+1
*
Long live QSpan as public API!
Marc Mutz
25 hours
3
-4
/
+2
*
QDBusConnectionPrivate: Close connection after failed q_dbus_bus_register()
Ievgenii Meshcheriakov
25 hours
4
-0
/
+54
*
Add missing <=> 0 operator to Qt ordering types
Marc Mutz
25 hours
1
-0
/
+68
*
QPartialOrdering: add lower-case flags for std/Qt:: compatibility
Marc Mutz
25 hours
1
-0
/
+5
*
QPartialOrdering: add missing conversions to/from Qt::_ordering types
Marc Mutz
25 hours
1
-0
/
+1
*
QPartialOrdering: add missing conversion from std::{weak,strong}_ordering
Marc Mutz
25 hours
1
-0
/
+2
*
Long live qCompareThreeWay()
Ivan Solovev
25 hours
1
-0
/
+113
*
tst_qdbuslocalcalls: Remove casts to int in arguments to QCOMPARE
Ievgenii Meshcheriakov
31 hours
1
-10
/
+10
*
QIcon: add theme icon constants
Volker Hilsheimer
36 hours
1
-0
/
+6
*
Android: Skip focusProxy_QTBUG_51856() test case temporarily
Tinja Paavoseppä
38 hours
1
-0
/
+3
*
Android: Skip showAndMoveChild() test case temporarily
Tinja Paavoseppä
38 hours
1
-0
/
+3
*
QIcon: don't rely on getting a null-icon in test
Volker Hilsheimer
39 hours
1
-4
/
+10
*
QTabBar: properly calc tab positions when changing tab position
Christian Ehrlicher
40 hours
1
-0
/
+53
*
Check that QMulti{Map,Hash} (still) store in reverse insertion order
Marc Mutz
42 hours
2
-0
/
+45
*
tst_ContainerApiSymmetry: check value_types with a const member
Marc Mutz
42 hours
1
-0
/
+90
*
Fix QStringConverter::encodingForName() for trailing `-`, `_`
Marc Mutz
42 hours
1
-0
/
+2
*
qcomparehelper.h: simplify compareThreeWay() SFINAE helpers
Marc Mutz
42 hours
1
-3
/
+6
*
Teach Qt::compareThreeWay() to support native float16 types
Ivan Solovev
42 hours
1
-1
/
+19
*
QSpan: ensure interoperability with std::span
Marc Mutz
46 hours
1
-0
/
+36
*
QSpan: check conversion from initializer_list
Marc Mutz
46 hours
1
-0
/
+16
*
Tests: remove blacklisted CIs no longer available
Christian Ehrlicher
2 days
24
-79
/
+0
*
Skip tests that resize on EGLFS
Marcin Zdunek
2 days
1
-0
/
+26
*
rhi: Make sample count selection logic be closer to Qt 5
Laszlo Agocs
2 days
1
-2
/
+62
*
tst_tostring: support computed expected values
Marc Mutz
3 days
1
-3
/
+12
*
tst_QCompare: restore some test coverage to QPartialOrdering
Marc Mutz
3 days
1
-0
/
+22
*
tst_QCompareHelpers: extract Qt/std-mapping into public header
Marc Mutz
3 days
1
-12
/
+2
*
Skip test cases that resizes window on eglfs_viv on VxWorks
Marcin Zdunek
3 days
2
-0
/
+13
*
Android: fix and simplify the orientation change logic
Assam Boudjelthia
3 days
3
-5
/
+24
[next]