summaryrefslogtreecommitdiff
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix project structure and auto registryMichal Klocek2023-02-033-15/+5
* Add wrappers to optionally convert incoming dataØystein Heskestad2022-11-111-1/+58
* Purge remaining usage of Q_NULLPTRJohannes Kauffmann2022-08-292-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-1012-325/+25
* Move qml test data to correct locationAssam Boudjelthia2022-05-186-1/+1
* Revert "Blacklist: test cases blacklisted in qml:"Pasi Petäjäjärvi2022-04-011-13/+0
* Remove .prev_CMakeLists.txtKai Köhne2022-03-221-34/+0
* Blacklist: test cases blacklisted in qml:CI Insignificant Platforms Monitor Bot2022-03-071-0/+13
* Include <QProperty> explicitlyMarc Mutz2021-11-081-0/+1
* Fix QML files in tests and examplesBalazs Egedi2021-09-095-20/+20
* Remove outdated qmake pro-filesØystein Heskestad2021-07-191-32/+0
* Handle per-transport client idle statusØystein Heskestad2021-05-201-1/+5
* Use QProperty observation to push property updates to clientsArno Rehn2021-04-223-1/+46
* Re-generate CMake project filesJoerg Bornemann2021-03-152-5/+37
* Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Allan Sandfeld Jensen2021-01-291-0/+36
|\
| * Merge remote-tracking branch 'origin/wip/cmake' into devAllan Sandfeld Jensen2021-01-291-0/+36
| |\
| | * Regenerate projectswip/cmakeAlexandru Croitor2019-11-251-4/+2
| | * Add cmake supportJüri Valdmann2019-09-231-0/+38
* | | Stop using deprecated QVariant::type()Allan Sandfeld Jensen2021-01-291-4/+4
|/ /
* | Make test resistant to type simplificationAllan Sandfeld Jensen2020-05-071-1/+1
* | Skip changes made while iterating over connections for emitAndrew Webster2020-02-211-0/+61
* | Unwrap QObjects embedded inside argumentsAndrew Webster2019-09-203-2/+41
* | Pack QVariants into args when QVariant is expectedAndrew Webster2019-09-203-0/+40
|/
* Return a Promise when no callback is provided for a function callAndrew Webster2019-04-101-1/+10
* Unwrap property updates in case they are QObjectsAndrew Webster2019-04-101-4/+15
* Publish overloaded methods and signals to JavaScriptMilian Wolff2019-03-253-0/+86
* Only connect to signal once per client objectMilian Wolff2019-03-251-0/+25
* Convert QObjects in QVariantMapsAndrew Webster2019-02-063-0/+19
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-211-1/+1
* Fix licensingJani Heikkinen2017-05-052-34/+24
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-015-3/+165
|\
| * Add a test that emits signals from C++ and checks them in QMLv5.6.25.6.2Milian Wolff2016-07-215-3/+165
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-5/+14
|\ \ | |/
| * Properly unwrap QObject signal parameters on the JavaScript side.Milian Wolff2016-06-281-5/+14
* | Updated license headersAntti Kokko2016-01-2010-171/+121
|/
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-1710-60/+60
* Merge branch '5.4' into devMilian Wolff2015-02-043-23/+41
|\
| * Make objects inside properties accessible.Milian Wolff2014-12-021-1/+16
* | Make the tests less flaky and don't send empty property updates.Milian Wolff2015-01-162-28/+61
* | Do not broadcast signals or property changes of wrapped qobjectsBernd Lamecker2014-12-194-4/+368
* | Separate registered and autoregistered QObjectsSumedha Widyadharma2014-12-153-41/+215
|/
* Never manually connect to the destroyed signal of any object.Milian Wolff2014-10-171-22/+10
* Fixing failing testcasesLutz Schönemann2014-08-261-4/+21
* Update license headers and add new licensesJani Heikkinen2014-08-269-162/+90
* Get rid of setTimeout calls in qwebchannel.js client code.Milian Wolff2014-08-262-25/+6
* Fixing property update for wrapped objectsLutz Schönemann2014-08-191-0/+30
* Call unwrapQObject for every response we getLutz Schönemann2014-08-081-8/+41