summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Fix some spelling errorsSergio Ahumada2012-07-111-2/+2
* Improve QPoint and QPointF auto tests.Mitch Curtis2012-07-114-72/+679
* 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
* 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
* Set compound state's initial state to 0 if it is removed/deletedKent Hansen2012-07-101-0/+13
* statemachine: Don't crash if property assignment target is deletedKent Hansen2012-07-101-0/+52
* fix compilation with conforming compilers (e.g. GCC >= 4.7)Marc Mutz2012-07-102-4/+3
* QMimeType: document preferredSuffix()/suffixes() betterDavid Faure2012-07-081-0/+1
* Fix QMimeType::operator== to only compare mimetype names.David Faure2012-07-081-39/+0
* Improve QDate, QTime, QDateTime auto tests.Mitch Curtis2012-07-063-47/+114
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-041-0/+10
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-045-14/+10
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-031-2/+2
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-032-0/+79
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-031-0/+41
* Implement QVariant conversions for QObject derived pointer metatypes.Stephen Kelly2012-07-011-0/+13
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-011-0/+14
* QAbstractProxyModel autotest doesn't need widgetsGiuseppe D'Angelo2012-06-291-1/+1
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-293-3/+3
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-294-1/+4
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-281-2/+20
* Remove the extra warnings and -Werror from tst_qmimetypeThiago Macieira2012-06-271-2/+0
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-0/+44
* Add missing subdirs (the new QUrl unit tests were not compiled and run)David Faure2012-06-262-0/+3
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-0/+18
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-8/+0
* Skip 3 test methods if the test server isn't set up.David Faure2012-06-232-3/+8