summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove docs for obsolete QScxmlParser::State enumLeena Miettinen2016-07-261-15/+0
* 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
* Don't bind NULL events to _event variable.Jarek Kobus2016-05-202-0/+6
* Refactor parser, parse recursively nowJarek Kobus2016-05-203-608/+1024
* Doc: Fix typo: relased > releasedLeena Miettinen2016-05-201-1/+1
* Doc: Add information to the OverviewLeena Miettinen2016-05-191-2/+78
* Doc: Add docs for QScxmlStateMachine::externalEventOccurredLeena Miettinen2016-05-191-1/+14
* Improve QtScxml module conformity to other Qt modulesAlex Blasche2016-05-178-10/+15
* 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-126-11/+12
* 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-031-0/+1
* 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-021-2/+2
* 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-192-26/+0
* Allow history states for <scxml>'s "initial" attributeUlf Hermann2016-04-193-1/+40
* Don't crash when trying to execute things in the null data modelUlf Hermann2016-04-181-10/+20
* 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
* Don't crash on misplaced <invoke>Ulf Hermann2016-04-141-2/+10
* Detect clashes in event and state namesJarek Kobus2016-04-142-124/+268
* Validate IDs and event names, and handle them well in C++ generation.Erik Verbruggen2016-04-131-5/+123
* Add externalEventOccurred() signal.v5.7.0-beta1Jarek Kobus2016-04-122-0/+5
* Don't crash on <initial> outside a stateUlf Hermann2016-04-051-5/+12
* Improve debug/tracing output.Erik Verbruggen2016-04-046-24/+56
* Don't complain about event="*" inside transition element in qt-mode.Jarek Kobus2016-04-041-1/+1
* Report a parse error if we didn't manage to create a root elementUlf Hermann2016-04-041-2/+2
* Don't crash on unbalanced XML tagsUlf Hermann2016-04-041-0/+4
* Don't crash on invalid nested state machinesUlf Hermann2016-04-041-2/+6
* Don't crash on "else" instructions without preceding "if"Ulf Hermann2016-04-042-4/+20
* Stop parsing if the root element isn't called "scxml"Ulf Hermann2016-04-041-0/+4
* Null data model: fix boolean condition evaluation.Erik Verbruggen2016-04-011-0/+1
* Register metatype for QScxmlEvent, so that we can use it from QMLUlf Hermann2016-03-311-0/+2
* Clean up QScxmlParserUlf Hermann2016-03-303-32/+75
* Pass data model and initial values through the loaderUlf Hermann2016-03-302-0/+58
* Automatically initialize state machines when startingUlf Hermann2016-03-305-13/+72
* Drop the stateMachine parameter from data model constructorsUlf Hermann2016-03-3013-54/+104
* Make data models QObjects, and rename some members to avoid clashesUlf Hermann2016-03-3013-121/+118
* Unify Qt namespace declarationsUlf Hermann2016-03-307-5/+22
* Deduplicate QScxmlStateMachine ctor and remove didChangeUlf Hermann2016-03-263-19/+22
* Put all executable content declarations in one fileUlf Hermann2016-03-263-32/+28
* Don't check the scxml version attributeUlf Hermann2016-03-221-4/+0