summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump versionOswald Buddenhagen2016-07-281-1/+1
* Doc: Remove docs for obsolete QScxmlParser::State enumLeena Miettinen2016-07-261-15/+0
* Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-1/+4
|\
| * Doc: Fix examples install path for Qt Creatorv5.7.0Leena Miettinen2016-06-011-1/+1
| * Doc: Highlight some examples in Qt CreatorLeena Miettinen2016-06-011-0/+3
|/
* fix example installsv5.7.0-rc1Oswald Buddenhagen2016-05-253-3/+3
* Move scxml files into data subfolder, add more testsJarek Kobus2016-05-2010-12/+97
* Enable more testJarek Kobus2016-05-202-27/+3
* Don't bind NULL events to _event variable.Jarek Kobus2016-05-203-2/+6
* Fix posting delayed events in scion playlistsJarek Kobus2016-05-201-9/+3
* Refactor parser, parse recursively nowJarek Kobus2016-05-206-635/+1078
* Doc: Fix typo: relased > releasedLeena Miettinen2016-05-201-1/+1
* Add change log for Qt 5.7.0Leena Miettinen2016-05-201-0/+24
* Doc: Add information to the OverviewLeena Miettinen2016-05-191-2/+78
* Doc: Add docs for QScxmlStateMachine::externalEventOccurredLeena Miettinen2016-05-191-1/+14
* Add a test checking dynamic meta object content of the state machineJarek Kobus2016-05-186-1/+305
* Doc: Edit Pinball example docsLeena Miettinen2016-05-178-296/+256
* Improve QtScxml module conformity to other Qt modulesAlex Blasche2016-05-1711-13/+18
* Fix cmake test caseUlf Hermann2016-05-172-5/+2
* Fix compilationSimon Hausmann2016-05-171-0/+2
* De-inline QScxmlDataModel hierarchy dtorsMarc Mutz2016-05-128-0/+24
* Add explicit and make public headers compile with -Wzero-as-null-pointer-cons...Marc Mutz2016-05-124-5/+5
* scxml parser: fix compilation with GCC 6Marc Mutz2016-05-121-1/+1
* Cleanup and rename QML scxmlstatemachine pluginAlex Blasche2016-05-1211-16/+17
* Fix valid children according to scxml specificationJarek Kobus2016-05-041-2/+3
* Set the event type of done.state events to internal.Erik Verbruggen2016-05-035-0/+80
* Add qmltypes file to QtScxml typesAlex Blasche2016-05-031-0/+21
* Remove dead codeJarek Kobus2016-05-021-4/+0
* Don't leak m_doc->root when nested <scxml> occurred.Jarek Kobus2016-05-023-2/+10
* Fix the event's debugString().Erik Verbruggen2016-04-281-7/+14
* Fix compiler warning.Erik Verbruggen2016-04-191-1/+1
* Remove old, obsolete, dead codeJarek Kobus2016-04-193-57/+0
* Allow history states for <scxml>'s "initial" attributeUlf Hermann2016-04-196-5/+60
* Don't mangle service namesUlf Hermann2016-04-182-2/+13
* Don't crash when trying to execute things in the null data modelUlf Hermann2016-04-184-11/+37
* Don't generate calls to setInitialState for parallel statesJarek Kobus2016-04-161-5/+7
* Remove redundant m_currentParent, it's the same as m_currentStateJarek Kobus2016-04-162-23/+20
* Refactor checkAttributes, remove unused code.Jarek Kobus2016-04-162-64/+123
* Reduce repeating code, remove unused ParserState::DataElementJarek Kobus2016-04-162-90/+90
* Give more descriptive names to test casesUlf Hermann2016-04-1535-34/+34
* Don't crash on misplaced <invoke>Ulf Hermann2016-04-143-2/+29
* Detect clashes in event and state namesJarek Kobus2016-04-146-156/+380
* Validate IDs and event names, and handle them well in C++ generation.Erik Verbruggen2016-04-1324-84/+759
* Write generated string literals as array of numbersUlf Hermann2016-04-132-53/+24
* Add externalEventOccurred() signal.v5.7.0-beta1Jarek Kobus2016-04-125-0/+78
* Use common .pri file for building qscxmlc and its testJarek Kobus2016-04-123-45/+39
* Don't include source file in tests/auto/qscxmlcJarek Kobus2016-04-126-14/+106