summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add a way to verify events received from a test caseUlf Hermann2017-02-081-0/+103
| * Reformat include statements in accordance with coding conventionsUlf Hermann2017-02-0818-57/+49
| * Fix incorrect include of QStringMilla Pohjanheimo2017-02-081-1/+1
| * Make ftpclient example valid scxmlUlf Hermann2017-02-072-2/+3
| * Evaluate expr in <content> to variant, rather than stringUlf Hermann2017-02-071-1/+1
| * Fix example to use source instead of filenameAndy Shaw2017-01-311-1/+1
* | Doc: Mention that the state machine owns submitted eventsUlf Hermann2017-03-061-0/+1
* | Make QScxmlScxmlService::stateMachine a Q_PROPERTYUlf Hermann2017-02-245-13/+117
* | Register a metatype for QScxmlStateMachine *Ulf Hermann2017-02-241-1/+4
* | Merge remote-tracking branch 'origin/5.8' into devv5.9.0-alpha1Liang Qi2017-01-2535-394/+968
|\|
| * remove obsolete host build declarations from subdirs projectsOswald Buddenhagen2017-01-181-2/+0
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-0431-374/+960
| |\
| | * Initialize the scxml element's initial transitionv5.8.0-rc1v5.8.0Ulf Hermann2016-12-081-0/+1
| | * Emit runningChanged signal when running changesJan Arne Petersen2016-12-082-1/+35
| | * Doc: Edit the docs for grammar and styleLeena Miettinen2016-12-028-105/+117
| | * Add missing documentationUlf Hermann2016-11-3014-50/+602
| | * Drop indirect access to tableData from various data modelsUlf Hermann2016-11-306-65/+55
| | * Drop the final from methods of QScxmlCppDataModelUlf Hermann2016-11-301-4/+3
| | * Drop Q_UNREACHABLE() from C++ data model methodsUlf Hermann2016-11-301-4/+0
| | * Drop empty QScxmlEcmaScriptDataModel destructorUlf Hermann2016-11-302-6/+0
| | * Fix header guardsUlf Hermann2016-11-2915-45/+45
| | * Merge 5.8 into 5.8.0Oswald Buddenhagen2016-11-2910-63/+125
| | |\
| | * | Drop some empty destructorsUlf Hermann2016-11-294-12/+0
| | * | Reduce the public API exposed in qscxmlinvokableservice.hUlf Hermann2016-11-297-158/+186
| | * | Pass the factory to QScxmlInvokableService::start()Ulf Hermann2016-11-293-12/+8
| | * | Set ok to false in the evaluate stubs of the C++ data modelUlf Hermann2016-11-251-3/+3
| | * | Drop the return value from QScxmlDataModel::evaluateForEach()Ulf Hermann2016-11-258-23/+19
| * | | Bump versionOswald Buddenhagen2017-01-031-1/+1
| * | | TrafficLight example: prevent resizing past implicit background sizeMitch Curtis2017-01-021-0/+2
| * | | remove dependencies from sync.profileOswald Buddenhagen2016-12-271-12/+0
| * | | Resolve the mixup of various ID typesUlf Hermann2016-12-194-7/+7
* | | | statemachineloader: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-131-5/+5
* | | | Optionally generate accessor and signal methods for statesUlf Hermann2016-12-139-14/+118
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1211-64/+126
|\| | |
| * | | Fix include directive in qscxmlinvokableservice.hFriedemann Kleint2016-12-021-1/+1
| | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-280-0/+0
| |\ \
| | * | Do not accidentally generate <::5.7Ulf Hermann2016-11-151-4/+4
| | * | Fix qscxmlc documentationChristian Kandeler2016-10-191-5/+5
| | * | TrafficLight example: Use relative image file names in .qml examplesv5.7.1Alessandro Portale2016-08-231-5/+5
| * | | Drop the --no-c++11 parameter from qscxmlcUlf Hermann2016-11-236-36/+9
| * | | Fix qscxmlc documentationUlf Hermann2016-11-231-6/+7
| * | | Remove redundant "public:" from generated headersUlf Hermann2016-11-231-1/+0
| * | | Add QScxmlStateMachineInfo::initialTransition()Kevin Funk2016-11-223-0/+29
| * | | Guard QScxmlStateMachineInfo::stateChildren()Kevin Funk2016-11-221-3/+9
| * | | Add QScxmlStateMachineInfo::stateParent() + testsKevin Funk2016-11-223-0/+20
| * | | Distinguish invalid state/transition types from IDs and drop root stateUlf Hermann2016-11-223-18/+12
| * | | Add QScxmlStateMachineInfo::transitionEvents()Jan Arne Petersen2016-11-223-0/+31
| * | | Add QScxmlStateMachineInfo::stateMachine()Kevin Funk2016-11-212-0/+9
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-2060-788/+2079
|\| |
| * | Add CMake macros for statechart code generationKevin Funk2016-11-185-0/+186