summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Move the special QByteArrayList methods into QListThiago Macieira2014-08-091-2/+2
* | QPixelFormat: don't inherit itMarc Mutz2014-08-092-12/+12
* | Long live QByteArrayList!Glen Mabey2014-08-093-0/+297
* | Long live QVersionNumber!Keith Gardner2014-08-093-1/+584
* | Fix int conversion to stringFrederik Gladhorn2014-08-081-2/+2
* | OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-0/+8
* | Add support for glMapBufferRange in the wrappers and resolversLaszlo Agocs2014-08-082-1/+69
* | Add default format to QSurfaceFormatLaszlo Agocs2014-08-081-0/+18
* | QCommandLineParser: support extremely concise option configuration in C++11Marc Mutz2014-08-061-0/+22
* | QProgressDialog: fix setBar() not properly adopting the new QProgressBarMarc Mutz2014-08-061-7/+0
* | Implement QStringRef::splitJędrzej Nowacki2014-08-061-0/+75
* | Add a test for some copy semantics to QPaletteMarc Mutz2014-08-061-0/+22
* | QPalette: add move constructorMarc Mutz2014-08-061-0/+8
* | QHeaderView::restoreState(): Add sanity check.Friedemann Kleint2014-08-061-0/+1
* | QtConcurrent::run: allow to select the thread pool on which to run the taskMarc Mutz2014-08-051-2/+128
* | QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-051-0/+49
* | Logging: use the known function when the first frame of the backtrace is unknownOlivier Goffart2014-08-051-1/+2
* | Introduce QRasterWindowLaszlo Agocs2014-08-053-1/+109
* | Introduce QOpenGLWindowLaszlo Agocs2014-08-053-0/+311
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-051-4/+10
|\ \