summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Autotest: fix incorrect test message ignoringThiago Macieira2015-03-311-4/+4
* Adds qFindFirstSetBit() and qFindLastSetBit().Glen Mabey2015-03-281-0/+107
* QWidgetWindow: use sendEvent to forward events to the wrapped QWidgetGiuseppe D'Angelo2015-03-262-12/+54
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-2435-394/+629
|\
| * Do not search test binary if QProcess is not supported.Pasi Petäjäjärvi2015-03-231-0/+2
| * QVarLengthArray: Add initializer_list constructorKai Koehne2015-03-231-0/+62
| * Clean-up tst_QCharKonstantin Ritt2015-03-231-297/+218
| * Fix problems with extended selection after changing the model contentsFrank Reininghaus2015-03-222-0/+122
| * MySQL: Fix test so it expects the right integer typeAndy Shaw2015-03-201-3/+3
| * MySQL: Keep the precision of the field when formatting the valueAndy Shaw2015-03-201-10/+26
| * Diaglib: Add gesture events to event filter.Friedemann Kleint2015-03-202-0/+7
| * Fix tst_largefile QCOMPARE value typesMarko Kangas2015-03-181-6/+6
| * Make sure remove() doesn't corrupt the json objectLars Knoll2015-03-181-0/+21
| * Fix support for iso8859-16 when compiling with ICULars Knoll2015-03-181-0/+8
| * Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-181-1/+20
| * Remove the tests for Ubuntu Oneiric (11.10)Thiago Macieira2015-03-177-17/+0
| * iOS: Skip tests that don't make sense or don't work on the platformTor Arne Vestbø2015-03-161-1/+1
| * QStateMachine: add objectName to objects to ease debugging.Erik Verbruggen2015-03-161-1/+9
| * QStateMachine: fix warnings in test.Erik Verbruggen2015-03-161-3/+2
| * Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-1616-55/+122
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-1619-121/+378
|\|
| * Network tests: don't try to test against disabled network interfacesThiago Macieira2015-03-162-5/+8
| * Fix build of tests on QNX.Rafael Roquetto2015-03-146-69/+101
| * tst_QUrl: Add extra testcasesThiago Macieira2015-03-141-1/+10
| * Improve rounding in QCosmeticStrokerAllan Sandfeld Jensen2015-03-121-0/+45
| * Cocoa: Correct mouse event forwarding for popupsMorten Johan Sørvig2015-03-122-0/+156
| * Track modifications of white space in QString::simplified().Friedemann Kleint2015-03-121-0/+2
| * tst_QWindow::initialSize: Use showNormal() instead of show()v5.5.0-alpha1Tor Arne Vestbø2015-03-121-3/+3
| * CMake: Fix regression with quoted OPTIONS parameterAndré Klitzing2015-03-111-0/+3
| * tst_QDateTime: remove silly test for timezone date too earlyThiago Macieira2015-03-111-7/+5
| * tst_QDateTime: Mark more Windows incorrect transitionsThiago Macieira2015-03-111-0/+12
| * Fix regression in time zone handlingFrederik Gladhorn2015-03-111-12/+0
| * QAbstractButton: emit released on focus out or disableFrederik Gladhorn2015-03-101-0/+32
| * Remove cruftFrederik Gladhorn2015-03-091-18/+0
| * Fix building tests on QNXAllan Sandfeld Jensen2015-03-092-9/+4
* | Add QDBusMessage::createTargetedSignal()Alberto Mardegan2015-03-141-0/+45
* | OS X Accessibility: Make checkboxes etc. checkable with VoiceOverBoris Dušek2015-03-133-0/+75
* | Add a verbosity setting to QDebug.Friedemann Kleint2015-03-131-1/+33
* | Haiku: Fix tst_qfileselector.cpp unit testTobias Koenig2015-03-125-1/+4
* | Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-122-23/+23
* | tst_qvariant: Remove an obsolete QSKIPOlivier Goffart2015-03-111-3/+0
* | Introduce QRgba64 structure for 64bit RGBA valuesAllan Sandfeld Jensen2015-03-101-1/+84
* | Add string range tests to qaccessibilitymacBoris Dušek2015-03-101-1/+21
* | Refactoring of qaccessibilitymac testBoris Dušek2015-03-101-37/+223
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devFrederik Gladhorn2015-03-0961-70/+683
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-0961-70/+683
| |\|
| | * QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-071-0/+9
| | * Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-071-0/+53
| | * Introduce QQuaternion::rotationTo(vecFrom, vecTo)Konstantin Ritt2015-03-071-0/+60
| | * [QQuaternion] Add a way to convert to/from orthonormal axesKonstantin Ritt2015-03-071-28/+95