aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-093-138/+184
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-021-2/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Tests: pass QDate and QTime by value rather than const referenceEdward Welbourne2020-09-011-2/+2
* tst_qqmlqt: Avoid warning in testFabian Kosmale2020-08-263-13/+10
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-2/+2
* Remove winrtOliver Wolff2020-06-041-3/+0
* Implement Qt.alpha()Maximilian Goldstein2020-04-142-0/+48
* Implement modifying colors using methodsMaximilian Goldstein2020-04-025-1/+65
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-123-38/+158
|\
| * Stop using Qt::DateFormat's locale-dependent membersEdward Welbourne2020-03-062-32/+112
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-312-12/+52
| |\
| | * Reduce Qt Declarative's use of QDateTime's locale-dependent APIsFabian Kosmale2020-01-302-12/+52
* | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-116/+51
|\| |
| * | Adapt to the removal of QObject::staticQtMetaObjectOlivier Goffart2020-01-141-7/+1
| * | tst_qqmlqt: Avoid memory leaksUlf Hermann2020-01-021-109/+50
| |/
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-143-9/+17
|\|
| * tst_qqmlqt.cpp: avoid setContextPropertyFabian Kosmale2019-10-073-9/+17
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+51
|/
* Fix recurring test failure on some Linux systemsLars Knoll2018-04-261-2/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-37/+37
* Replace remaining Q_NULLPTR with nullptrKevin Funk2017-11-171-1/+1
* V4 Date.ParseString(): fix UTC-ness of date-only formatsEdward Welbourne2017-11-141-1/+2
* V4: Handle QTime->DateObject conversion betterErik Verbruggen2016-08-102-2/+118
* Qt object: Add exit(int)Cavit Sina Dogru2016-08-092-0/+22
* Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-05-182-0/+56
|\
| * QML: Fill QtObject lazily.Erik Verbruggen2016-05-112-0/+56
* | Add Qt.callLater() function.Michael Brasser2016-03-086-0/+336
|/
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-1/+1
* Add Qt.hsva() functionSean Harmer2015-02-182-0/+34
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add a column to the default method error messageSimon Hausmann2014-03-021-1/+1
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-201-8/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .qml filesSergio Ahumada2012-09-072-2/+2
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Allow color to be explicitly compared to a stringMatthew Vogt2012-07-112-0/+165
* Fix broken value-type support by allowing property definitionChris Adams2012-07-115-5/+128
* Add gui-private to testsGirish Ramakrishnan2012-06-221-1/+1
* Removed CONFIG+=parallel_test from suspected parallel-unsafe test [2]Rohan McGovern2012-05-231-2/+0