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
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Regenerate tests with new qt_ prefixed APIs
Alexandru Croitor
2020-07-09
688
-883
/
+881
*
CMake: Regenerate tests
Alexandru Croitor
2020-07-09
12
-36
/
+21
*
Automatically register comparison operators in QMetaType
Fabian Kosmale
2020-07-08
2
-59
/
+59
*
Add type traits to safely determine the existence of comparison operators
Lars Knoll
2020-07-08
1
-0
/
+97
*
CMake: Regenerate benchmarks
Alexandru Croitor
2020-07-08
106
-132
/
+139
*
CMake: Regenerate manual tests
Alexandru Croitor
2020-07-08
140
-172
/
+276
*
moc: Allow out-of-line storage for Q_PRIVATE_QPROPERTY
Ulf Hermann
2020-07-08
1
-0
/
+38
*
Introduce QByteArrayView
Sona Kurazyan
2020-07-08
5
-0
/
+611
*
Add tst_QByteArrayApiSymmetry test
Sona Kurazyan
2020-07-08
6
-334
/
+859
*
Don't set the environment variable QT_RCC_TEST anymore in tst_rcc
Joerg Bornemann
2020-07-08
1
-3
/
+0
*
Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOS
Tor Arne Vestbø
2020-07-08
1
-1
/
+1
*
QThread::create: remove the pre-C++17 codepaths
Giuseppe D'Angelo
2020-07-07
1
-6
/
+0
*
Separate QPD::tabletDevice into priv tabletDevice and queryTabletDevice
Shawn Rutledge
2020-07-07
1
-6
/
+6
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
44
-120
/
+120
*
Fix floating point clip rectangle rounding in raster and opengl paint engine
Jani Hautakangas
2020-07-07
2
-0
/
+106
*
Use QList instead of QVector in corelib tests
Jarek Kobus
2020-07-07
50
-426
/
+375
*
Use QList instead of QVector in other qtbase tests
Jarek Kobus
2020-07-07
41
-118
/
+119
*
Rename from() to sliced()
Lars Knoll
2020-07-06
1
-2
/
+2
*
Add support for first(n), last(n) and sliced() to QList
Lars Knoll
2020-07-06
1
-0
/
+30
*
Port QString to qsizetype
Lars Knoll
2020-07-06
3
-44
/
+44
*
Use qsizetype in QList
Lars Knoll
2020-07-06
6
-20
/
+20
*
Allow allocating more than 2G items in a vector
Lars Knoll
2020-07-06
1
-30
/
+39
*
Get rid of QArrayData::sharedNull()
Lars Knoll
2020-07-06
4
-79
/
+16
*
Get rid of unused flags in QArrayData
Lars Knoll
2020-07-06
2
-21
/
+5
*
Simplify Q_ARRAY_LITERAL
Lars Knoll
2020-07-06
2
-43
/
+1
*
Get rid of shared null for QByteArray, QString and QVector
Lars Knoll
2020-07-06
6
-38
/
+75
*
Export the letter and word spacing settings set on the default format
Andy Shaw
2020-07-06
2
-0
/
+74
*
Remove unnecessary ; after function implementations
Lars Schmertmann
2020-07-06
5
-36
/
+36
*
Refactor tst_Collections
Lars Schmertmann
2020-07-06
1
-20
/
+50
*
Avoid use of Q_UNUSED by eliminating the parameter names
Lars Schmertmann
2020-07-03
6
-25
/
+22
*
Remove deprecated empty macro
Lars Schmertmann
2020-07-02
1
-1
/
+0
*
Make feature datetimeparser depend on feature datestring
Edward Welbourne
2020-07-02
5
-30
/
+59
*
Update tests/auto/corelib/time/'s CMake config
Edward Welbourne
2020-07-02
5
-1
/
+15
*
Remove assortee pre-Qt6 code from date/time tests
Edward Welbourne
2020-07-02
3
-147
/
+0
*
Introduce platform API abstraction for QOpenGLContext
Tor Arne Vestbø
2020-07-02
4
-35
/
+23
*
QTabBar: make sure the tab is repainted after releasing mouse
Wang Chuan
2020-07-02
1
-0
/
+38
*
Replace a constant with a predicate function using it
Edward Welbourne
2020-07-01
1
-6
/
+8
*
CMake: Skip / ignore failing tests on CMake platforms
Alexandru Croitor
2020-07-01
13
-4
/
+126
*
Fix delivery of MouseMove events to newly opened popup windows
Volker Hilsheimer
2020-07-01
1
-0
/
+186
*
QSslConfiguration::setCiphers - introduce the overload taking QString
Timur Pocheptsov
2020-07-01
1
-3
/
+23
*
Sql: Fix heap-user-after-free for globally initialized db objects
Alexandru Croitor
2020-07-01
6
-13
/
+55
*
Let QScreen::grabWindow's winId parameter default to 0 and add test
Volker Hilsheimer
2020-07-01
1
-0
/
+138
*
Use QList instead of QVector in corelib docs
Jarek Kobus
2020-06-29
1
-1
/
+1
*
Move QAlertLevel and QAlertType enums into the namespace QSsl
Timur Pocheptsov
2020-06-29
1
-4
/
+2
*
Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded path
David Faure
2020-06-29
1
-0
/
+28
*
QFileDialog: remove deprecated mode QFileDialog::DirectoryOnly
Christian Ehrlicher
2020-06-26
3
-13
/
+2
*
CMake: Fix tst_qmake not to hang and re-enable it
Alexandru Croitor
2020-06-26
1
-5
/
+1
*
Remove superfluous define from tst_qmake
Joerg Bornemann
2020-06-26
3
-23
/
+0
*
CMake: Fix tst_qmake::resources() on Windows
Joerg Bornemann
2020-06-26
4
-30
/
+4
*
CMake: Skip building tst_qprocess test when cross compiling
Alexandru Croitor
2020-06-26
1
-1
/
+6
[next]