summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the test tst_qdialog::throwInExec().Friedemann Kleint2012-07-191-54/+0
* Add another directory to the private INCLUDE_DIRS list.Stephen Kelly2012-07-191-0/+5
* Dereference so we can be sure the type is not forward declared.Stephen Kelly2012-07-191-1/+3
* Track window state in manual test windowflags.Friedemann Kleint2012-07-182-15/+39
* Fix rendering glitches when using native widgets in MDI subwindowsMiikka Heikkinen2012-07-181-6/+0
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-171-0/+2
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-07-161-1/+27
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-1610-30/+25
* tst_qwidget: check widget geometry in fullscreen modeJoerg Bornemann2012-07-161-0/+10
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-166-22/+0
* Fix applicationName() being empty in QApplication.David Faure2012-07-162-15/+26
* statemachine: Move RestorePolicy enum to QState classKent Hansen2012-07-161-21/+21
* Add QStateMachine constructor that takes a ChildModeKent Hansen2012-07-161-0/+42
* fix object file name clashOswald Buddenhagen2012-07-163-0/+3
* Test QVariant copy with a user type instead of a QtNetwork type.Stephen Kelly2012-07-152-9/+19
* Run QIcon related crash test with the other QtGui types.Stephen Kelly2012-07-141-2/+2
* Don't declare built-in metatypes as metatypes again.Stephen Kelly2012-07-141-23/+0
* Add some tests to note that private signals can't be overloads.Stephen Kelly2012-07-131-0/+88
* Relax the reqirement in which order events are delivered.Jan-Arve Saether2012-07-131-7/+11
* statemachine: Make signal transition registration thread-safeKent Hansen2012-07-131-0/+50
* statemachine: Fix signal transition handling in multi-threaded setupKent Hansen2012-07-131-0/+57
* statemachine: Fix dynamic transition registration edge casesKent Hansen2012-07-131-0/+86
* statemachine: Set correct signal index when signal is non-normalizedKent Hansen2012-07-131-22/+77