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
/
tests
/
auto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to stabilize flaky test cases of tst_qsequentialanimationgroup
Sona Kurazyan
2020-04-05
1
-4
/
+3
*
Stabilize QScroller test
Volker Hilsheimer
2020-04-03
1
-75
/
+82
*
Fix flakiness in tst_QApplication::testDeleteLater
Alex Trotsenko
2020-04-03
1
-0
/
+7
*
Speed up tst_QApplication::testDeleteLaterProcessEvents2()
Friedemann Kleint
2020-03-31
1
-1
/
+2
*
tst_QApplication::testDeleteLaterProcessEvents(): Split the test
Friedemann Kleint
2020-03-31
1
-69
/
+80
*
itemviews: Use the start of the current selection when getting the range
Andy Shaw
2020-03-30
1
-0
/
+58
*
tst_QCborValue: Prepare for 64-bit QVectors in Qt 6
Thiago Macieira
2020-03-27
1
-7
/
+15
*
CBOR support: prevent overflowing QByteArray's max allocation
Thiago Macieira
2020-03-27
5
-16
/
+223
*
QCborValue::fromCbor: Apply a recursion limit to decoding
Thiago Macieira
2020-03-25
1
-0
/
+54
*
tst_QMenu: make QSKIP message truthful
Timur Pocheptsov
2020-03-18
1
-1
/
+1
*
QTreeView: don't call model.index(-1, 0) when using spanning items
David Faure
2020-03-16
1
-0
/
+10
*
Stabilize and rename tst_qmessagebox::expandDetails_QTBUG_32473
Shawn Rutledge
2020-03-12
1
-10
/
+6
*
Fix 'out of process' autotests
Timur Pocheptsov
2020-03-11
1
-28
/
+54
*
Fix non-trivial soft-hyphen line breaks
Allan Sandfeld Jensen
2020-03-10
1
-13
/
+149
*
Un-blacklist QElapsedTimer::elapsed test
Volker Hilsheimer
2020-03-04
1
-3
/
+0
*
QLibrary: stop setting errorString after resolve()
Thiago Macieira
2020-03-03
1
-1
/
+1
*
QDom: use correct precision when converting float/double values
Christian Ehrlicher
2020-03-03
1
-7
/
+17
*
xcb: Fix logic for minimized state
JiDe Zhang
2020-03-03
1
-4
/
+0
*
Try again to make QDeadlineTimer test robust against context switches
Volker Hilsheimer
2020-02-28
1
-16
/
+34
*
QTextMarkdownImporter: fix use after free; add fuzz-generated tests
Shawn Rutledge
2020-02-28
4
-0
/
+32
*
Fix flaky QElapsedTimer::elapsed test case
Volker Hilsheimer
2020-02-27
1
-17
/
+30
*
Stabilize task255529_transformationAnchorMouseAndViewportMargins
Volker Hilsheimer
2020-02-27
1
-1
/
+3
*
Fix bounding box of zero-width entities in QFontEngineFT
Allan Sandfeld Jensen
2020-02-27
1
-0
/
+24
*
Make QDeadlineTimer test more resilient against VM starvation
Volker Hilsheimer
2020-02-26
1
-4
/
+19
*
QObject: treat T* -> bool conversions as narrowing
Marc Mutz
2020-02-26
1
-0
/
+6
*
tst_QSettings: Fix leaking registry key
Friedemann Kleint
2020-02-25
1
-2
/
+3
*
tests/xcb: fix tst_QWidget::updateWhileMinimized() on mutter/GNOME Shell
Liang Qi
2020-02-25
2
-6
/
+11
*
QAbstractItemView: Make sure to update the editor geometries
Christian Ehrlicher
2020-02-23
1
-0
/
+2
*
tst_qtcpsocket::bind - amend the recent fix
Timur Pocheptsov
2020-02-22
1
-3
/
+24
*
Stabilize QFileSystemModel::dirsBeforeFiles test
Volker Hilsheimer
2020-02-22
1
-10
/
+18
*
Detect double timer during single timeout in registerTimer test, and skip
Volker Hilsheimer
2020-02-22
1
-5
/
+17
*
Discover the conditions under which registerTimer is flaky, and skip
Volker Hilsheimer
2020-02-22
1
-0
/
+22
*
QShaderGenerator: Allow more expressions in input nodes
Nicolas Guichard
2020-02-20
1
-0
/
+50
*
QShaderGenerator: Don't crash when a node has multiple outputs
Nicolas Guichard
2020-02-20
1
-0
/
+73
*
QShaderGraph: don't generate statements with undefined inputs
Nicolas Guichard
2020-02-19
1
-8
/
+4
*
Fix QShaderGenerator crashing when a node port name prefixed another one
Nicolas Guichard
2020-02-19
1
-0
/
+70
*
QShaderGraph: Fix statement creation for graphs with dangling branches
Nicolas Guichard
2020-02-17
1
-0
/
+45
*
Only read the first BOM as a BOM; the rest are ZWNBS !
Edward Welbourne
2020-02-14
1
-0
/
+6
*
Autotest: adapt to certain OSes always allowing binding to low ports
Thiago Macieira
2020-02-13
3
-12
/
+33
*
QTcpSocket::bind: fix issue found by BLACKLIST
Thiago Macieira
2020-02-13
2
-8
/
+1
*
Extend tst_qstringapisymmetry for member compare()
Marc Mutz
2020-02-09
1
-2
/
+158
*
QComboBox: send font change event to popup menu when font changed
Wang Chuan
2020-02-07
1
-0
/
+43
*
uic/Python: Add imports for Q(Date)Time, QKeySequence
Friedemann Kleint
2020-02-06
1
-4
/
+4
*
tst_qnetworkreply: Print proxy warning to stderr instead of stdout
Morten Johan Sørvig
2020-02-05
1
-3
/
+3
*
widgets: Don't create winId when the widget is being destroyed
VaL Doroshchuk
2020-02-05
1
-0
/
+51
*
uic/Python: Set form object name correctly
Friedemann Kleint
2020-02-05
1
-1
/
+1
*
Take care of NULL data from QStringView in QCollator
Edward Welbourne
2020-02-05
1
-1
/
+13
*
Enable system locale to skip digit-grouping if configured to do so
Edward Welbourne
2020-02-03
1
-13
/
+17
*
Markdown importer: properly set hyperlinks
Giuseppe D'Angelo
2020-02-03
2
-0
/
+26
*
Blacklist failing tests on macOS 10.14
Morten Johan Sørvig
2020-01-30
2
-0
/
+3
[next]