summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Better connection mechanism for eventsUlf Hermann2016-07-148-28/+388
* Provide Qt5-style syntax for connectToStateUlf Hermann2016-07-133-3/+111
* Pass the meta object of the implementation to QScxmlStateMachineUlf Hermann2016-07-134-22/+37
* Remove WrappedQStateMachineUlf Hermann2016-07-081-5/+0
* Remove superclass of QScxmlEvent.Erik Verbruggen2016-07-083-24/+4
* Replace the QStateMachine-based implementation.Erik Verbruggen2016-06-0918-2556/+2808
* Doc: Remove doc for removed enum QScxmlParser::StateLeena Miettinen2016-06-091-15/+0
* Doc: Edit documentation for loader functionsLeena Miettinen2016-06-092-6/+19
* Implement srcexpr in <invoke>Jarek Kobus2016-06-078-14/+163
* Change verification to run if no parse errors are found.Erik Verbruggen2016-06-071-1/+6
* Use parent's loader for loading sub state machines.Jarek Kobus2016-06-023-49/+53
* 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