summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-01593-3/+595
* 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
* 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
* tests: fixed check for QtOpenGLRohan McGovern2012-07-301-1/+1
* tests: disable qstandarditemmodel test when building without QtWidgetsRohan McGovern2012-07-301-1/+4
* tests: removed QtWidgets dependency from tst_qsignalmapperRohan McGovern2012-07-302-16/+25
* fix host vs. makefile directory separator messOswald Buddenhagen2012-07-281-4/+12
* Work on the QWidget-autotest.Friedemann Kleint2012-07-282-269/+335
* QDebug: Add getter/setter for auto-insert-spaces.David Faure2012-07-271-0/+21
* Fix crash in QVariant::canConvert().Volker Krause2012-07-271-10/+18
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-273-0/+121
* Fix position of mouse events generated from touch events.Andrew den Exter2012-07-261-0/+10
* Stabilize tst_QMenu::tearOff().Friedemann Kleint2012-07-261-3/+1
* Stabilize tst_QCompleter::QTBUG_14292_filesystem.Friedemann Kleint2012-07-261-4/+92
* Base 'FileSystem' test helper class on QTemporaryDir.Friedemann Kleint2012-07-263-32/+28
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-263-0/+39
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-258-26/+3
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-2516-119/+107
* tst_qmetatype: fix two more unused typedefs (GCC 4.8 warning)Marc Mutz2012-07-251-3/+1
* QObject: add a macro for conveniently setting the object nameMarc Mutz2012-07-251-8/+8
* QtWidgets: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+0