summaryrefslogtreecommitdiffstats
path: root/src/imports/scxmlstatemachine/statemachineloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Properly convert URLs to local files in QML state machine loaderUlf Hermann2017-08-171-1/+12
* Doc: Fix QML property types and method signaturesv5.9.0-beta1Leena Miettinen2017-03-231-2/+2
* Doc: Remove docs for property changed signalsLeena Miettinen2017-03-211-13/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-5/+5
|\
| * Reformat include statements in accordance with coding conventionsUlf Hermann2017-02-081-5/+5
* | 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
* Replace Q_FOREACH/foreach with ranged-forErik Verbruggen2016-09-251-2/+3
* Make QML imports private on C++ sideUlf Hermann2016-09-221-1/+1
* Rename StateMachineLoader.filename to "source"Ulf Hermann2016-09-061-23/+26
* Doc: Describe the StateMachineLoader::stateMachineChanged() signalLeena Miettinen2016-08-181-0/+3
* Improve QtScxml module conformity to other Qt modulesAlex Blasche2016-05-171-1/+1
* Pass data model and initial values through the loaderUlf Hermann2016-03-301-0/+44
* Automatically initialize state machines when startingUlf Hermann2016-03-301-1/+0
* 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-261-9/+27
* Even more documentation.Erik Verbruggen2015-12-011-2/+2
* Fix licenses.Erik Verbruggen2015-11-171-17/+20
* 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-211-1/+1
* Nuked the Scxml namespace.Erik Verbruggen2015-09-171-7/+7
* Renamed StateMachine to QScxmlStateMachine.Erik Verbruggen2015-09-171-2/+2
* 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-251-0/+101