summaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Update plugins.qmltypesv5.13.0-beta3Kai Koehne2019-04-121-12/+13
* Automatically register the latest import versionKai Koehne2019-04-123-1/+6
* Fix coding style issuesJarek Kobus2018-05-021-2/+2
* Use nullptr instead of 0Jarek Kobus2018-05-023-4/+4
* Remove the code to manually initialize resources in static buildsSimon Hausmann2018-04-271-8/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-1/+12
|\
| * Properly convert URLs to local files in QML state machine loaderUlf Hermann2017-08-171-1/+12
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-5/+5
|/
* Fix bundling of module for static buildsv5.9.0-beta4Julian Strobl2017-05-051-0/+8
* Doc: Fix QML property types and method signaturesv5.9.0-beta1Leena Miettinen2017-03-233-6/+8
* Doc: Add docs for the InvokedServices QML typeLeena Miettinen2017-03-211-0/+33
* Doc: Add docs for the EventConnection QML typeLeena Miettinen2017-03-211-0/+37
* Doc: Remove docs for property changed signalsLeena Miettinen2017-03-211-13/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-103-8/+8
|\
| * Switch to using QQmlExtensionInterface IDRobin Burchell2017-02-081-1/+1
| * Reformat include statements in accordance with coding conventionsUlf Hermann2017-02-083-7/+7
* | statemachineloader: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-131-5/+5
|/
* Doc: Fix the name of the QML moduleLeena Miettinen2016-10-121-1/+1
* Update plugins.qmltypesUlf Hermann2016-09-272-5/+123
* Replace Q_FOREACH/foreach with ranged-forErik Verbruggen2016-09-252-4/+5
* Make QML imports private on C++ sideUlf Hermann2016-09-2210-24/+69
* Rename StateMachineLoader.filename to "source"Ulf Hermann2016-09-063-30/+33
* Replace runningSubStateMachines() with invokableServices()Ulf Hermann2016-08-304-26/+27
* Expose sub state machines through a QVariantMapUlf Hermann2016-08-184-2/+186
* Add a QML default property for QScxmlStateMachineUlf Hermann2016-08-184-2/+129
* Doc: Describe the StateMachineLoader::stateMachineChanged() signalLeena Miettinen2016-08-181-0/+3
* Better connection mechanism for eventsUlf Hermann2016-07-144-2/+195
* Improve QtScxml module conformity to other Qt modulesAlex Blasche2016-05-175-6/+11
* Cleanup and rename QML scxmlstatemachine pluginAlex Blasche2016-05-123-8/+9
* Add qmltypes file to QtScxml typesAlex Blasche2016-05-031-0/+21
* Pass data model and initial values through the loaderUlf Hermann2016-03-302-0/+58
* Automatically initialize state machines when startingUlf Hermann2016-03-301-1/+0
* Move the registration of QScxmlEvent type into QScxmlStateMachinePlugin.Friedemann Kleint2016-02-241-0/+8
* Improve handling of various error casesUlf Hermann2016-02-161-1/+1
* Make sure the parser's input buffer is opened in release buildsUlf Hermann2016-02-161-1/+5
* Update license headersJarek Kobus2016-01-263-27/+81
* Even more documentation.Erik Verbruggen2015-12-011-2/+2
* Fix licenses.Erik Verbruggen2015-11-173-51/+60
* Doc: standardized spelling of state machineNico Vertriest2015-11-131-2/+2
* Get documentation generation working.Erik Verbruggen2015-10-281-0/+29
* Fix build.Erik Verbruggen2015-09-212-2/+2
* Nuked the Scxml namespace.Erik Verbruggen2015-09-173-14/+14
* Renamed StateMachine to QScxmlStateMachine.Erik Verbruggen2015-09-172-5/+5
* Renamed TableData to QScxmlTableData and ScxmlError to QScxmlError.Erik Verbruggen2015-09-171-1/+1
* Pimple Scxml::ScxmlEvent, and rename to QScxmlEventAndré Pönitz2015-08-251-2/+0
* Pass data in & out of a state-machine.Erik Verbruggen2015-08-259-520/+113
* Fix crash when setting an invalid URL as scxml filename.Erik Verbruggen2015-08-121-0/+3
* Canonicalize module naming (QScxml -> QtScxml)Louai Al-Khanji2015-08-124-7/+7
* Fix qmake warnings.Erik Verbruggen2015-08-113-15/+15
* Renamed StateTable to StateMachine.Erik Verbruggen2015-08-114-13/+13