aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2315-297/+297
* Update commercial license headersTarja Sundqvist2021-01-2715-297/+297
* Fix infinite recursion when wrapping a self-contained object twiceArno Rehn2020-08-242-8/+17
* Fix deprecation warningVolker Hilsheimer2020-04-161-1/+1
* Restore compatibility with custom QVariantList/QVariantMap convertersMilian Wolff2020-04-151-2/+11
* Update plugins.qmltypes for 5.15v5.15.0-beta4v5.15.0-beta3v5.15.0-beta2Jani Heikkinen2020-02-251-1/+1
* Fix documentation to use commonly working syntax for property changesMilian Wolff2020-02-041-2/+2
* Update plugins.qmltypes for 5.14v5.14.0-beta3v5.14.0-beta2v5.14.0-beta1Kai Koehne2019-09-271-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-111-0/+1
|\
| * Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* | Correctly link transports to implicitly wrapped objectsArno Rehn2019-07-261-1/+5
* | Merge remote-tracking branch 'origin/5.13' into devMilian Wolff2019-05-281-1/+4
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-181-1/+4
| |\
| | * Fix generic conversion of list-like values to JSON arraysArno Rehn2019-05-151-1/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-135-9/+12
|\| |
| * | Automatically register the latest import versionv5.13.0-beta3Kai Koehne2019-04-125-9/+12
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-303-4/+7
|\| |
| * | Update plugins.qmltypes for Qt 5.13Kai Koehne2019-03-262-2/+5
| * | Doc: Fix some qdoc errorsNico Vertriest2019-03-251-2/+2
* | | Implement actual overload resolutionArno Rehn2019-03-293-14/+227
* | | Always rebuild the class info for wrapped objectsMilian Wolff2019-03-252-9/+4
* | | Publish overloaded methods and signals to JavaScriptMilian Wolff2019-03-252-13/+56
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-261-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta1Liang Qi2019-02-251-0/+3
| |\|
| | * Also add already wrapped objects to the transport-to-objects mapArno Rehn2019-02-041-2/+6
| | * Correctly unwrap registered objectsArno Rehn2019-02-041-0/+3
* | | Convert QObjects in QVariantMapsAndrew Webster2019-02-062-0/+20
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-021-5/+34
|\|
| * Correctly convert enums and QFlags from and to JSONArno Rehn2019-01-311-0/+34
| * Remove warning when the notify signal has more than one argumentArno Rehn2019-01-231-5/+0
* | Prevent crashes by fixing mapping of transport to wrapped objectsMilian Wolff2018-10-251-1/+3
* | Fix UBSAN warning when downcasting partially destroyed objectMilian Wolff2018-10-251-4/+6
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-261-21/+9
|\
| * Use FDL license for all .qdoc filesKai Koehne2018-05-231-21/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-191-0/+9
|\|
| * Doc: Add license details to index pageKai Koehne2018-05-141-0/+9
* | Remove the code to manually initialize resources in static buildsSimon Hausmann2018-05-011-8/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-3/+9
|\
| * Allow deleting a channel during method invocationJüri Valdmann2018-01-081-3/+9
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-204-12/+12
|\|
| * Fix outdated FDL headerKai Koehne2017-09-294-12/+12
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-223-428/+3
|\|
| * Highlight standalone exampleKai Koehne2017-09-141-0/+2
| * Allow examples to be built without module sourcesKai Koehne2017-09-062-428/+1
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-212-2/+2
|/
* Do not crash on non-QVariant return typesMilian Wolff2017-08-081-2/+2
* Gracefully handle early deregistration of objectsMilian Wolff2017-05-151-2/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-262-11/+15
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-012-11/+15
| |\
| | * Fix asynchronous signals from QObjects in different threadsDave Andrews2016-09-291-1/+1