summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| * | Drop the NOTIFY part from generated Q_PROPERTY macrosUlf Hermann2016-11-181-5/+2
| * | Doc: Fix example trying to QObject::connect to a stateUlf Hermann2016-11-181-3/+2
| * | Update docs according to recent changesJarek Kobus2016-11-141-2/+2
| * | Fix docJarek Kobus2016-11-141-1/+1
| * | Add docs for sudoku exampleJarek Kobus2016-11-145-4/+396
| * | 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
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1146-89/+1619
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2338-234/+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