summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguimetatype
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-0/+5
|\
| * Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-0/+5
| |\
| | * Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+5
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-21/+5
|\| |
| * | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-21/+1
| * | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-0/+4
| |/
* / cmake: add gui/kernel testsFrederik Gladhorn2019-10-311-0/+12
|/
* Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-1/+1
* Finish qmetatype migration to type switcherJędrzej Nowacki2018-10-031-0/+46
* Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-121-7/+5
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-4/+4
|\
| * tst_qguimetatype::flags(): port to QTypeInfoQueryMarc Mutz2016-02-261-4/+4
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fixed testbuild with QT_NO_CURSORBjoern Breitmeyer2013-06-251-2/+11
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-131-0/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-0/+14
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Allow QMetaType to register information about movabilityJędrzej Nowacki2011-12-221-0/+26
* gui: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-191-0/+131
* Add autotest for QMetaType creation of gui typesKent Hansen2011-10-142-0/+279