summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-264-70/+70
* 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-2510-30/+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
* Add QSignalSpy::wait() method.David Faure2012-07-251-1/+54
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-256-42/+40
* Split the QGuiVariant test from the Core one.Stephen Kelly2012-07-2554-402/+667
* Use a large core type for the QVariant::setValue test.Stephen Kelly2012-07-251-2/+4
* Make qRegisterMetaType constexpr for built-in types.Stephen Kelly2012-07-251-0/+30
* Remove obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-241-5/+0
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-242-13/+173
* Replace old typedefs with their built-in equivalents.Stephen Kelly2012-07-241-4/+2
* Fix typo pallete -> palette.Stephen Kelly2012-07-241-2/+2
* QAbstractItemView: don't qRegisterMetaType<QModelIndex>Marc Mutz2012-07-243-22/+0
* Add tests of the various testlib definition possibilities.Stephen Kelly2012-07-248-0/+206
* Remove the unnecessary qdebug.h includes in the QPoint(F) testsLaszlo Papp2012-07-242-2/+0
* Remove usage of deprecated qWaitForWindowShown in dialog tests.Friedemann Kleint2012-07-245-32/+34
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-3/+3
* Split QWidgetsVariant tests into a separate testcase.Stephen Kelly2012-07-238-218/+514
* Exclude the delayed resource file test on Windows.Stephen Kelly2012-07-231-1/+5
* Add a test for all QtBase modules.Stephen Kelly2012-07-233-0/+123
* Fix typo: delyed -> delayedStephen Kelly2012-07-204-9/+9
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-203-10/+28
* Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab().Friedemann Kleint2012-07-205-23/+23
* Activate native window tests of QMdiArea.Friedemann Kleint2012-07-201-5/+6
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-2040-526/+278
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-191-3/+0