summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix undo and redo in QLineEdit when in password modeJani Honkonen2012-08-151-0/+66
* Make selectAll() do nothing if the mode is NoSelection.Stephen Kelly2012-08-151-0/+6
* tst_QToolBar: fix "might be used uninit'ed" warningsMarc Mutz2012-08-141-6/+6
* Remove relic QT_VERSION from qmake testRafael Roquetto2012-08-141-1/+1
* Implemented QAccessibleTextWidgetJan-Arve Saether2012-08-141-35/+77
* Add Linux Accessibility BridgeFrederik Gladhorn2012-08-143-1/+483
* Speed up tst_QGraphicsView::mapToScene testThiago Macieira2012-08-131-1/+1
* Use POSITION_INDEPENDENT_CODE for these tests.Stephen Kelly2012-08-132-0/+4
* Add hints for where to find packages for projects expected to fail.Stephen Kelly2012-08-132-4/+12
* Add the minimum CMake version to projects built standalone.Stephen Kelly2012-08-132-0/+4
* tst_qgraphicsview: increase test timeout furtherRohan McGovern2012-08-131-1/+1
* Make rowIntersectsSelection take account of the parent argument.Stephen Kelly2012-08-101-0/+25
* Take scroll position into account when painting drag pixmap.Stephen Kelly2012-08-102-1/+42
* Require CMake 2.8.9 for the qt5_use_modules function.Stephen Kelly2012-08-101-2/+3
* QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-091-1/+16
* Add bool QStandardPaths::isTestModeEnabled()David Faure2012-08-091-0/+2
* Fix qlayout autotest build for WinCE.Janne Anttila2012-08-092-3/+1
* statemachine: Really fix signal transition handling in multi-threaded setupKent Hansen2012-08-081-0/+38
* Remove more -Werror from any test other than headersclean.Thiago Macieira2012-08-072-2/+2
* Only emit the clicked() signal from views if the left button is used.Stephen Kelly2012-08-071-0/+25
* Ensure that we return an invalid QTableWidgetItem when none is available.Stephen Kelly2012-08-071-0/+16
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-071-0/+68
* Make QSignalSpy copy QVariant parameters directlyKent Hansen2012-08-071-0/+9
* lancelot: detect and handle Jenkins CI environmentRohan McGovern2012-08-061-0/+8
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-0313-64/+4
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-037-7/+7
* Remove the obsolete scene argument for constructors of graphics itemsLars Knoll2012-08-032-6/+11
* uic-Autotest: Remove SRCDIR-define, add stdout-test.Friedemann Kleint2012-08-023-74/+86
* Make tests compile without gui-privatePaul Olav Tvete2012-08-0212-37/+101
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-012-10/+2
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-01719-3/+721
* statemachine: Make states exit order spec-compliantKent Hansen2012-08-011-6/+15
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-0135-233/+219
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-011-1/+26
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-011-3/+11
* Fix QUrl support for empty usernames and passwordsThiago Macieira2012-08-011-3/+9
* Fix handling of encoded NULs (%00) in QUrl::fromPercentEncodingThiago Macieira2012-08-011-1/+3
* don't change a widget's active state in QWindowsWindow::setWindowStateJoerg Bornemann2012-08-011-4/+0
* Add command line options to windowgeometry testAndreas Holzammer2012-08-011-2/+17
* Fix reloading of pluginsLars Knoll2012-08-011-0/+24
* fix window activation in tst_qmdiArea::subWindowActivated2Joerg Bornemann2012-07-311-1/+1
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-311-4/+2
* Stabilize the QHeaderView test.Friedemann Kleint2012-07-311-1/+9
* tst_qwidget task reference fixedJoerg Bornemann2012-07-311-1/+1
* Stabilize QWidget-test alienwidgets on XCB.Friedemann Kleint2012-07-311-1/+1
* Fixes to the qdom autotestLars Knoll2012-07-313-147/+14
* ICU code page conversion supportLars Knoll2012-07-311-12/+13
* Ensure that QAtomicPointer of forward-declared classes worksThiago Macieira2012-07-301-0/+17
* Make benchmarks compile without QtWidgetsRohan McGovern2012-07-309-5/+27
* tests: fixed check for QtOpenGLRohan McGovern2012-07-301-1/+1