summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it possible to connect to QAbstract{State,Transtion} private signals.Stephen Kelly2012-07-131-0/+121
* Make it possible to use new syntax to connect to model signals.Stephen Kelly2012-07-131-0/+107
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-0/+370
* Test for QMetaType binary breakage.Jędrzej Nowacki2012-07-133-0/+46
* tst_QMimeDatabase: use QFutureSynchronizerMarc Mutz2012-07-131-12/+11
* statemachine: Fix state entry bug for parallel state groupsKent Hansen2012-07-121-0/+39
* Fix small problems with tst_QProcessThiago Macieira2012-07-121-3/+4
* Enable modularization of translation files.Jan-Arve Saether2012-07-123-0/+47
* Fix crash when column is inserted before rowspanned cellEskil Abrahamsen Blomfeldt2012-07-121-0/+29
* test behavior of $${absolute,relative}_path() with empty 1st argumentOswald Buddenhagen2012-07-121-0/+2
* Implement qWaitForWindowShown using qWaitForWindowExposed.Friedemann Kleint2012-07-121-1/+1
* Tests: Fix printsupport profiles.Friedemann Kleint2012-07-122-2/+2
* Write qHash functions for QDate, QTime and QDateTime.Mitch Curtis2012-07-123-1/+8
* Add unary operator+ to QPoint and QPointF.Mitch Curtis2012-07-122-0/+30
* Improve windowflags, windowgeometry manual tests.Friedemann Kleint2012-07-118-21/+62
* Fix some spelling errorsSergio Ahumada2012-07-1110-11/+11
* Improve QPoint and QPointF auto tests.Mitch Curtis2012-07-114-72/+679
* fix build with namespaced qtOswald Buddenhagen2012-07-111-0/+4
* Fix unit tests when CMAKE_PREFIX_PATH env var is not set.Stephen Kelly2012-07-112-2/+10
* statemachine: Support parallel root stateKent Hansen2012-07-111-4/+9
* statemachine: Emit finished() signal when the initial state is finalKent Hansen2012-07-111-0/+12
* statemachine: Revamp property assignments implementationKent Hansen2012-07-111-0/+443
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-112-53/+133
* test: subtract qurlinternal.pro when private_tests are not enabledSergio Ahumada2012-07-101-1/+2
* statemachine: Don't assign properties for transitions with no targetsKent Hansen2012-07-101-0/+55
* statemachine: Purge restorable properties when they are restoredKent Hansen2012-07-101-0/+46