summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use std::is_same type traitKai Koehne2016-11-091-4/+4
* Further clean up qscxmlinvokableservice.hv5.8.0-beta1Ulf Hermann2016-10-2710-254/+250
* Document the fact that an event loop is requiredErik Verbruggen2016-10-272-0/+10
* Rename QScxmlParser to QScxmlCompilerUlf Hermann2016-10-1412-181/+179
* Clean up qscxmlinvokableservice.hUlf Hermann2016-10-143-126/+156
* Simplify qscxmlexecutablecontent.hUlf Hermann2016-10-1412-69/+58
* Use std::function for onEntry and onExit return typesUlf Hermann2016-10-142-40/+25
* Rename QScxmlExecutableContent::Instructions and make byte code constUlf Hermann2016-10-147-94/+123
* Doc: Fix the name of the QML moduleLeena Miettinen2016-10-122-2/+2
* State machine interrogation interfaceErik Verbruggen2016-10-075-2/+366
* Doc: Add links to Qt Widgets and Qt Quick module docsLeena Miettinen2016-10-051-2/+2
* Doc: Remove note about Qt SCXML being released as Technology PreviewLeena Miettinen2016-10-051-3/+0
* Doc: Replace obsolete dependency "qtdeclarative" with "qtquick"Leena Miettinen2016-10-051-1/+1
* Update plugins.qmltypesUlf Hermann2016-09-276-13/+130
* Doc: Add docs for FTP Client exampleLeena Miettinen2016-09-261-0/+5
* Replace Q_FOREACH/foreach with ranged-forErik Verbruggen2016-09-257-39/+42
* Clean up includesUlf Hermann2016-09-221-1/+1
* Simplify QScxmlParserUlf Hermann2016-09-224-27/+20
* Make QML imports private on C++ sideUlf Hermann2016-09-2210-24/+69
* Remove unused methodsErik Verbruggen2016-09-211-29/+0
* Remove unnecessary attribute from qt_static_metacallErik Verbruggen2016-09-191-2/+1
* Change the initial state of a parallel state to contain all childrenErik Verbruggen2016-09-191-8/+35
* Use Q_ENUM instead of Q_ENUMS [-Wclazy-qenums]Sergio Martins2016-09-181-1/+1
* Pass by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2016-09-181-1/+1
* Change the type of generated states to "Synthetic"Erik Verbruggen2016-09-164-3/+8
* Add onEntry and onExit templates to QScxmlStateMachinesUlf Hermann2016-09-122-0/+174
* Fix some parameter alignmentUlf Hermann2016-09-122-4/+5
* Rename StateMachineLoader.filename to "source"Ulf Hermann2016-09-063-30/+33
* Clarify documentation for connectToEvent and connectToStateUlf Hermann2016-09-061-17/+59
* Fix some parameter alignmentUlf Hermann2016-09-061-8/+8
* Remove remaining dynamic castsv5.8.0-alpha1Ulf Hermann2016-08-313-4/+13
* Replace runningSubStateMachines() with invokableServices()Ulf Hermann2016-08-308-53/+50
* Remove unneeded includesJarek Kobus2016-08-231-1/+0
* Don't return values by referenceJarek Kobus2016-08-231-17/+16
* Get rid of qt modeJarek Kobus2016-08-2312-577/+8
* Merge dev into 5.8Oswald Buddenhagen2016-08-222-2/+6
|\
| * Update valid names listJarek Kobus2016-08-091-2/+0
| * Doc: Add docs for QScxmlStateMachine::runningSubStateMachinesLeena Miettinen2016-08-081-0/+6
* | Support <content expr="...">Ulf Hermann2016-08-195-1/+7
* | In Qt mode reject documents with events that cannot be mapped to slotsUlf Hermann2016-08-182-10/+0
* | Expose sub state machines through a QVariantMapUlf Hermann2016-08-184-2/+186
* | Add a QML default property for QScxmlStateMachineUlf Hermann2016-08-184-2/+129
* | Don't assert if an invalid state is specified in connectToState()Ulf Hermann2016-08-181-6/+8
* | Doc: Describe the StateMachineLoader::stateMachineChanged() signalLeena Miettinen2016-08-181-0/+3
|/
* Make some more members of QScxmlStateMachine Q_PROPERTYsUlf Hermann2016-08-042-31/+43
* Make EcmaScript data model's jsEngine non-mutable and privateUlf Hermann2016-08-042-49/+42
* Rename "In" method to lowercase "inState"Ulf Hermann2016-08-045-6/+6
* Clean up handling of session IDsUlf Hermann2016-08-044-32/+21
* Doc: Add docs for QScxmlError propertiesLeena Miettinen2016-08-031-0/+25
* Doc: Add docs for QScxmlEvent propertiesLeena Miettinen2016-08-021-0/+23