summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_qhostinfo test case for Digia CI infra.Janne Anttila2012-10-301-2/+2
* Fix tst_qhttp autotest after Digia acquisition of Qt business.Janne Anttila2012-10-301-4/+4
* Mark flaky tst_qlocalsocket autotest insignificant.Janne Anttila2012-10-301-0/+2
* tst_qaccessibility: narrow QEXPECT_FAIL in textEditTestRohan McGovern2012-10-302-1/+3
* Fix tst_qsslsocket auto test build when OpenSSL is not available.Janne Anttila2012-10-301-0/+2
* Marking networkselftest, qthread and qxmlquery insignificant temporarily.Janne Anttila2012-10-303-0/+6
* Mark qsharedmemory insignificant since it is flaky.Janne Anttila2012-10-301-1/+1
* Use the right properties when checking the frame's marginsAndy Shaw2012-10-221-0/+19
* Add a QNX 'quirk' to platformquirks.hNick Ratelle2012-10-201-0/+2
* Do not skip tst_QClipboard::copy_exit_paste on QNXRafael Roquetto2012-10-171-1/+1
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-171-0/+21
* QComboBox: replace homebrew with QSignalSpy for editTextChanged testMark Brand2012-10-171-35/+12
* Properly define SRCDIR for QNX on tst_QDirRafael Roquetto2012-10-131-1/+1
* tst_qfiledialog: fixed typo causing semi-random completer() failureRohan McGovern2012-10-121-1/+1
* QDeclarativeTrace patch for a custom trace instanceFrantisek Vacek2012-10-122-4/+17
* In tst_qdeclarativenotifier, verify the result of QObject::receivers()Thomas McGuire2012-10-121-0/+26
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-121-0/+2
* Fix the guiapplauncher test.Friedemann Kleint2012-10-122-59/+80
* Changed Qt release version to 4.8.4jutaipal2012-10-086-6/+6
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-10-081-1/+27
* Enable tst_qfocusevent.cpp.Friedemann Kleint2012-10-022-5/+7
* Fix autotests that no longer find executables on Windows.Friedemann Kleint2012-10-023-7/+60
* Update the state of native menus correctly on MacPasi Matilainen2012-10-024-0/+210
* Fix autotests that no longer find executables on Windows.Friedemann Kleint2012-09-3013-57/+155
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291358-32858/+32858
* [QTBUG-27308][QTBUG-21534] Don't mouse-wheel-scroll QScrollBar when disabledMarc Mutz2012-09-281-0/+19
* Include the signal code in the argument of (dis)connectNotify().Thomas McGuire2012-09-261-18/+29
* Revert "Delete JS-owned QML objects right away in the engine dtor."Peter Kümmel2012-09-253-62/+1
* HTTP header may be damaged - fix, unit testTomasz Duda2012-09-251-0/+76
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-251-0/+30
* test: Mark tst_QFile::writeLargeDataBlock() unstable failure as XFAILSergio Ahumada2012-09-241-1/+11
* tst_qfileinfo: also define SRCDIR for QNXRafael Roquetto2012-09-171-1/+1
* Symbian: move SRCDIR definition to .pro fileRafael Roquetto2012-09-172-2/+1
* Blackberry: fix tst_QFileInfo::fileTimes()Rafael Roquetto2012-09-171-4/+7
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-141-0/+61
* Delete JS-owned QML objects right away in the engine dtor.Thomas McGuire2012-09-143-1/+62
* Blackberry: fix tst_QFileInfo::isWritable()Rafael Roquetto2012-09-141-1/+4
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-141-0/+13
* tst_qchar: also define SRCDIR for QNXRafael Roquetto2012-09-091-1/+1
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-311-0/+47
* Make connectNotify() work with QMLThomas McGuire2012-08-315-0/+389
* Mark updateAndelete as XFAIL on Lion and above.Morten Johan Sorvig2012-08-311-1/+1
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-311-0/+41
* tst_qtoolbutton: stabilize and improve failure messageRohan McGovern2012-08-281-2/+7
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-271-0/+7
* Take account of hidden items in QListView when using scrollTo.Stephen Kelly2012-08-271-0/+29
* test: Re-enabling tst_QPrinter testSergio Ahumada2012-08-251-3/+0
* test: Remove useless insignificant_test markSergio Ahumada2012-08-251-2/+0
* test: Re-enabling tst_QToolTip testSergio Ahumada2012-08-251-2/+0
* QUrl: fix thread safety.David Faure2012-08-231-0/+83