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
path:
root
/
tests
/
auto
/
corelib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix QMultiHash::count(key) crash
Andrei Golubev
2021-03-12
1
-0
/
+15
*
QConcatenateTablesProxyModel: skip dataChanged in hidden columns
David Faure
2021-03-09
1
-0
/
+11
*
QJsonObject: Fix operator<=()
Ulf Hermann
2021-02-18
1
-0
/
+31
*
Rework tst_QDateTime::toString_isoDate() to eliminate an XFAIL
Edward Welbourne
2021-02-16
1
-16
/
+17
*
Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systems
Edward Welbourne
2021-02-15
1
-14
/
+40
*
Restore pre-Qt6 QList::fill() behavior
Andrei Golubev
2021-02-11
1
-7
/
+63
*
Correct string comparison in Android's IANA ID matching code
Edward Welbourne
2021-02-02
2
-31
/
+11
*
Fix handling of Sunday in POSIX time-zone rules
Edward Welbourne
2021-02-01
1
-11
/
+18
*
QJsonObject::take: add missing detach() call
Thiago Macieira
2021-01-27
1
-0
/
+19
*
Extend alignment of QArrayData to std::max_align_t in allocation
Andrei Golubev
2021-01-26
1
-1
/
+29
*
tst_socketnotifier: Fix timeout of QTcpServer::waitForNewConnection()
Friedemann Kleint
2021-01-21
1
-2
/
+2
*
Add new special QObjectPrivate::{connect, disconnect} for QML
Andrei Golubev
2021-01-21
1
-0
/
+28
*
tst_socketnotifier/unexpectedDisconnection: Extend blacklisting to all window...
Friedemann Kleint
2021-01-19
1
-2
/
+2
*
Android: skip tst_QFile::moveToTrash()
Assam Boudjelthia
2021-01-19
2
-3
/
+3
*
Fix problems with offset-derived ids for QTimeZone
Edward Welbourne
2021-01-19
2
-7
/
+8
*
QCache: when overwriting, store the new cost instead of the delta
Mårten Nordheim
2021-01-14
1
-0
/
+14
*
Android: exclude tst_QFile::moveToTrash on Android
Assam Boudjelthia
2021-01-12
1
-0
/
+3
*
Change QLineF::setLength() to work whenever length() is non-zero
Edward Welbourne
2021-01-06
1
-7
/
+7
*
Fix QMultiHash::equal_range crashes
Zhang Yu
2021-01-06
1
-0
/
+7
*
Update shared-mime-info to the 2.1 release, adjust implementation
David Faure
2021-01-05
1
-11
/
+10
*
Add test creating QDateTime in double-DST gap in 1947 Germany
Andreas Buhr
2020-12-24
1
-0
/
+9
*
Blacklist tst_QDeadlineTimer::stdchrono on Windows/clang
Friedemann Kleint
2020-12-21
1
-0
/
+2
*
Fix crash on reallocateAndGrow
Michal Klocek
2020-12-21
1
-0
/
+57
*
QCache: fix updating entries breaking the internal chain
Mårten Nordheim
2020-12-17
1
-0
/
+17
*
Restore previous QDateTime behavior in DST gap
Andreas Buhr
2020-12-17
1
-0
/
+5
*
CMake: Regenerate projects using pro2cmake one last time
Alexandru Croitor
2020-12-10
8
-12
/
+40
*
QString::lastIndexOf: fix off-by-one for zero length matches
Giuseppe D'Angelo
2020-12-10
1
-1
/
+1
*
QUrl: fix parsing of empty IPv6 addresses
Thiago Macieira
2020-12-10
1
-0
/
+2
*
QProperty: Handle eager binding calling setBinding
Fabian Kosmale
2020-12-09
1
-5
/
+16
*
QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bit
Thiago Macieira
2020-12-08
1
-6
/
+6
*
tst_QCborValue: adjust the size of the minimum string that won't fit
Thiago Macieira
2020-12-08
1
-1
/
+3
*
QCborStreamReader::next: don't allocate too much memory in a QBA
Thiago Macieira
2020-12-08
2
-12
/
+19
*
QCborValue: avoid allocating result if data is insufficient
Thiago Macieira
2020-12-08
2
-10
/
+11
*
QCborStreamReader: avoid allocating result if data is insufficient
Thiago Macieira
2020-12-08
3
-8
/
+13
*
Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optional
Lars Knoll
2020-12-07
1
-6
/
+2
*
QBindable: Disallow mutation if read-only
Fabian Kosmale
2020-12-04
1
-0
/
+5
*
tst_qstorageinfo: Test the copy ctor
Mårten Nordheim
2020-12-04
1
-0
/
+7
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-12-04
10
-12
/
+12
*
Add test for QTranslator::load() translation file lookup algorithm
Karsten Heimrich
2020-12-03
1
-0
/
+69
*
QProperty: Avoid spurious dependencies by suspending binding state
Fabian Kosmale
2020-12-02
1
-1
/
+0
*
QDuplicateTracker: add tests
Mårten Nordheim
2020-12-01
6
-0
/
+211
*
QProperty: add test case for spurious dependency issue
Fabian Kosmale
2020-12-01
1
-0
/
+52
*
Android: exclude faulty qfilesystemwatcher test
Assam Boudjelthia
2020-11-26
3
-2
/
+7
*
Fix QVariant/QMetaType::compare APIs
Giuseppe D'Angelo
2020-11-25
6
-3
/
+160
*
QVLA: do not include QtTest
Giuseppe D'Angelo
2020-11-25
1
-1
/
+1
*
Fix tst_qlibrary after rebuild
Andreas Buhr
2020-11-24
2
-2
/
+30
*
Fix tst_qlibrary by telling CMake about required libraries
Andreas Buhr
2020-11-24
1
-0
/
+1
*
QMetaType: Track whether type is QML list type
Fabian Kosmale
2020-11-23
1
-19
/
+23
*
Add unit test for QAnyStringView::compare
Andreas Buhr
2020-11-21
1
-1
/
+8
*
Android: exclude qarraydata::dataPointerAllocate() from CI tests
Assam Boudjelthia
2020-11-20
1
-0
/
+3
[next]