summaryrefslogtreecommitdiffstats
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-2712-292/+296
* | Document the fact that an event loop is requiredErik Verbruggen2016-10-272-0/+10
* | Do not accidentally generate <::Erik Verbruggen2016-10-181-2/+2
* | Add a sudoku exampleJarek Kobus2016-10-1710-0/+674
* | Rename QScxmlParser to QScxmlCompilerUlf Hermann2016-10-1419-204/+202
* | Clean up qscxmlinvokableservice.hUlf Hermann2016-10-144-128/+158
* | Simplify qscxmlexecutablecontent.hUlf Hermann2016-10-1415-73/+74
* | Use std::function for onEntry and onExit return typesUlf Hermann2016-10-148-55/+27
* | Use QByteArray rather than QString for ftpclient exampleUlf Hermann2016-10-146-24/+23
* | Rename QScxmlExecutableContent::Instructions and make byte code constUlf Hermann2016-10-148-95/+124
* | Doc: Fix the name of the QML moduleLeena Miettinen2016-10-122-2/+2
* | State machine interrogation interfaceErik Verbruggen2016-10-0710-3/+636
* | 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
* | Re-enable building of examples on MSVCUlf Hermann2016-10-041-2/+0
* | Update plugins.qmltypesUlf Hermann2016-09-2711-22/+139
* | Doc: fix code snippet in Mediaplayer QML Dynamic ExampleLeena Miettinen2016-09-271-1/+1
* | Doc: Add docs for FTP Client exampleLeena Miettinen2016-09-263-0/+149
* | Replace Q_FOREACH/foreach with ranged-forErik Verbruggen2016-09-2512-55/+62
* | Add a simple FTP client exampleUlf Hermann2016-09-238-0/+629
* | Clean up includesUlf Hermann2016-09-225-18/+17
* | Simplify QScxmlParserUlf Hermann2016-09-225-31/+21
* | 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
* | Don't generate empty switch statements for C++ data modelsUlf Hermann2016-09-142-44/+55
* | Add git-archive export optionsAntti Kokko2016-09-132-0/+4
* | Add onEntry and onExit templates to QScxmlStateMachinesUlf Hermann2016-09-126-3/+303
* | Fix some parameter alignmentUlf Hermann2016-09-122-4/+5
* | Doc: Fix the snippets in Traffic Light QML example docsLeena Miettinen2016-09-082-8/+6
* | Rename StateMachineLoader.filename to "source"Ulf Hermann2016-09-067-34/+37
* | Clarify documentation for connectToEvent and connectToStateUlf Hermann2016-09-061-17/+59
* | Fix some parameter alignmentUlf Hermann2016-09-061-8/+8
* | Example: Final cleanup of trafficlightsThomas Hartmann2016-09-022-24/+3
* | Examples: Using when in statesThomas Hartmann2016-09-022-13/+11
* | Examples: Use a proper type for the stateMachine propertyThomas Hartmann2016-09-022-1/+11
* | Examples: Use QML states for trafficlightsThomas Hartmann2016-09-022-3/+53
* | Examples: Use .ui file for trafficlightThomas Hartmann2016-09-024-40/+112
* | Examples: minor cleanupThomas Hartmann2016-09-021-19/+19
* | TrafficLight example: Use relative image file names in .qml examplesAlessandro Portale2016-09-011-5/+5
* | Remove remaining dynamic castsv5.8.0-alpha1Ulf Hermann2016-08-313-4/+13
* | Replace runningSubStateMachines() with invokableServices()Ulf Hermann2016-08-3010-73/+72
* | Small corrections to examplesJarek Kobus2016-08-266-32/+23
* | Provide a simplified traffic light exampleUlf Hermann2016-08-258-0/+328