summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle parantheses and commas in state namesUlf Hermann2016-03-222-0/+6
* Add a stop() method and properly expose the running propertyUlf Hermann2016-03-212-2/+31
* Doc: add direct links to SCXML Specification sectionsLeena Miettinen2016-03-177-14/+42
* Doc: Describe enable-qt-modeLeena Miettinen2016-03-151-0/+4
* Doc: Add docs for Mediaplayer example versionsLeena Miettinen2016-03-151-1/+4
* Doc: Edit QScxmlStateMachine docsLeena Miettinen2016-03-152-103/+106
* Doc: Link to qscxmlc docs from front pageLeena Miettinen2016-03-091-0/+1
* Doc: Rewrite the examples topicLeena Miettinen2016-03-091-5/+15
* Don't check the id of <initial> element.Jarek Kobus2016-03-081-1/+2
* Fix docs according to the current APIJarek Kobus2016-03-081-6/+5
* Don't crash when empty identifier met.Jarek Kobus2016-03-081-0/+3
* Doc: Move info from front page to separate filesv5.7.0-alpha1Leena Miettinen2016-03-074-187/+298
* Doc: Add standard getting started infoLeena Miettinen2016-03-073-2/+44
* Add an qt-mode option to qscxmlcJarek Kobus2016-03-073-2/+42
* Doc: corrections according to the current API state.Jarek Kobus2016-03-034-27/+19
* Add explicit and make public headers compile with -Wzero-as-null-pointer-cons...Marc Mutz2016-03-031-1/+1
* Move the registration of QScxmlEvent type into QScxmlStateMachinePlugin.Friedemann Kleint2016-02-242-9/+8
* Add version info to qscxmlcJarek Kobus2016-02-182-4/+4
* Improve handling of various error casesUlf Hermann2016-02-163-7/+14
* Make sure the parser's input buffer is opened in release buildsUlf Hermann2016-02-161-1/+5
* Doc: Edit QScxmlEventFilter docsLeena Miettinen2016-02-121-7/+7