summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | QLineEdit: Disable standard key 'cut' when there is no selection.Friedemann Kleint2014-08-281-1/+32
* | tst_qstatusbar: Allow a little more leeway in timer checking.Robin Burchell2014-08-281-1/+6
* | Check certificate nullity instead of handleJeremy Lainé2014-08-281-7/+7
* | Windows: Prevent hidden transient children from being re-shown by Windows.Friedemann Kleint2014-08-281-1/+58
* | Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-282-23/+61
* | ssl: Share the host name matching utilitiesAndrew Knight2014-08-271-17/+17
* | Close popup widgets when wheel events are receivedFriedemann Kleint2014-08-261-0/+28
* | tst_qtreewidget: Skip test that crashes on Wayland.Robin Burchell2014-08-251-0/+3
* | tst_qtreeview: Skip test that crashes on Wayland.Robin Burchell2014-08-251-0/+3
* | QColorDialog manual test improvementsShawn Rutledge2014-08-252-0/+20
* | OS X: Fix pan gestures.Morten Johan Sørvig2014-08-251-1/+3
* | Add operator-> to QJson iteratorsAllan Sandfeld Jensen2014-08-251-0/+4
* | Added QAsn1ElementJeremy Lainé2014-08-243-0/+221
* | tst_dialog: Skip test that doesn't pass on Wayland.Robin Burchell2014-08-231-0/+3
* | tst_qtouchevent: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+18
* | tst_qwindow: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+30
* | tst_qinputmethod: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+6
* | tst_qguiapplication: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+7
* | tst_qsqlthread: Add debug about when threads finished.Robin Burchell2014-08-231-1/+4
* | tst_QWidget: Skip tests that don't pass with qwindow-compositor.Robin Burchell2014-08-201-0/+43
* | tst_qsqlthread: Move manual qWait calls into QTRY_VERIFYRobin Burchell2014-08-201-10/+5
* | Skip the expose region test on WindowsLaszlo Agocs2014-08-201-0/+2
* | Make HarfBuzz-NG the default shaper on all platformsKonstantin Ritt2014-08-201-13/+2
* | tst_qsqlthread: Replace sched_yield calls with QThread::yieldCurrentThread.Robin Burchell2014-08-191-10/+2
* | Accessibility: QSpinBox should not have any childrenFrederik Gladhorn2014-08-191-6/+7
* | WinRT: Fix QSettings auto-testsMaurice Kalinowski2014-08-191-4/+31
* | tst_qdbusabstractadaptor: Reduce qWait() usage.Robin Burchell2014-08-191-25/+14
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-197-6/+196
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-127-6/+196
| |\|
| | * Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-111-0/+12
| | * network tests: add manual test for auth / proxy authPeter Hartmann2014-08-071-0/+82
| | * Uncomment some tests which accidently got commentedAndy Shaw2014-08-071-6/+6
| | * Undo: Fix state entry bug for parallel state groupsPeter Kümmel2014-08-061-0/+3
| | * tst_QHash: check which of several equal keys is insertedMarc Mutz2014-08-052-0/+67
| | * tst_QSet: check which of several equal elements is insertedMarc Mutz2014-08-051-0/+26
* | | tst_qmouseevent_modal: Replace some qWait with QTRY_VERIFY.Robin Burchell2014-08-181-8/+4
* | | Remove some manual qWait and use QTRY_VERIFY instead.Robin Burchell2014-08-181-6/+3
* | | tst_qstatusbar: Use a timer and remove some unnecessary waits to reduce test ...Robin Burchell2014-08-181-9/+6
* | | Tablet manual test: show rotated ellipse if the stylus has rotationShawn Rutledge2014-08-181-6/+18
* | | tst_qwindowcontainer: Convert some QVERIFYs to QCOMPAREsRobin Burchell2014-08-181-3/+3
* | | tst_dialog: Convert some QVERIFY to QCOMPARE.Robin Burchell2014-08-181-2/+2
* | | tst_qlistview: Convert some qWaits into QTRY_* usage.Robin Burchell2014-08-181-8/+4
* | | winrt: Add partial SSL key supportAndrew Knight2014-08-131-0/+27
* | | Add the QStorageInfo classIvan Komissarov2014-08-133-0/+203
* | | Implement native settings format for WinRTMaurice Kalinowski2014-08-131-24/+63
* | | Accessibility: Fix boundaries for text functions in QLineEditFrederik Gladhorn2014-08-131-0/+87
|/ /
* | Make the expose region local on all platformsLaszlo Agocs2014-08-121-0/+16
* | Trim the QString benchmark testThiago Macieira2014-08-099-76004/+2
* | Ensure that qCleanupFuncinfo works with some C++11 new constructsThiago Macieira2014-08-092-0/+37
* | QPair: add constexpr liberallyMarc Mutz2014-08-091-1/+16