summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-01187-2/+188
* statemachine: Make states exit order spec-compliantKent Hansen2012-08-011-6/+15
* 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
* Fix reloading of pluginsLars Knoll2012-08-011-0/+24
* ICU code page conversion supportLars Knoll2012-07-311-12/+13
* Ensure that QAtomicPointer of forward-declared classes worksThiago Macieira2012-07-301-0/+17
* tests: removed QtWidgets dependency from tst_qsignalmapperRohan McGovern2012-07-302-16/+25
* 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-271-0/+50
* Base 'FileSystem' test helper class on QTemporaryDir.Friedemann Kleint2012-07-262-19/+21
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-0/+19
* 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
* Split the QGuiVariant test from the Core one.Stephen Kelly2012-07-2549-390/+2
* 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
* 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
* Remove the unnecessary qdebug.h includes in the QPoint(F) testsLaszlo Papp2012-07-242-2/+0
* Split QWidgetsVariant tests into a separate testcase.Stephen Kelly2012-07-234-218/+16
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-171-0/+2
* 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