summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Add onEntry and onExit templates to QScxmlStateMachinesUlf Hermann2016-09-124-3/+129
* Replace runningSubStateMachines() with invokableServices()Ulf Hermann2016-08-301-17/+18
* Remove unneeded includesJarek Kobus2016-08-231-1/+0
* Get rid of qt modeJarek Kobus2016-08-2312-110/+12
* In Qt mode reject documents with events that cannot be mapped to slotsUlf Hermann2016-08-182-1/+3
* Make generated signals publicUlf Hermann2016-08-091-0/+12
* Remove misleading qt:signal declarationsUlf Hermann2016-08-091-1/+1
* Fix test after change in qtbaseErik Verbruggen2016-08-031-1/+1
* Don't generate properties and getters for sub state machinesJarek Kobus2016-07-291-4/+6
* Provide API for access to all running sub state machinesJarek Kobus2016-07-294-1/+56
* Generate unique class names for sub machinesJarek Kobus2016-07-282-2/+2
* Add a test for the state machine with a few sub machinesJarek Kobus2016-07-275-1/+32
* Auto-include qscxmlc in module configUlf Hermann2016-07-155-9/+0
* Better connection mechanism for eventsUlf Hermann2016-07-142-19/+61
* Provide Qt5-style syntax for connectToStateUlf Hermann2016-07-131-5/+52
* Add a test for connectToState()Jarek Kobus2016-07-133-1/+143
* Add a test for non-ascii event namesUlf Hermann2016-07-113-1/+21
* Replace the QStateMachine-based implementation.Erik Verbruggen2016-06-094-28/+37
* Implement srcexpr in <invoke>Jarek Kobus2016-06-072-2/+4
* Change verification to run if no parse errors are found.Erik Verbruggen2016-06-078-12/+0
* Use parent's loader for loading sub state machines.Jarek Kobus2016-06-021-20/+24
* Simplify qscxmlc test scxml and merge it into parser testUlf Hermann2016-06-02114-5516/+544
* 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-201-2/+0
* Fix posting delayed events in scion playlistsJarek Kobus2016-05-201-9/+3
* Refactor parser, parse recursively nowJarek Kobus2016-05-203-27/+54
* Add a test checking dynamic meta object content of the state machineJarek Kobus2016-05-186-1/+305
* Fix cmake test caseUlf Hermann2016-05-172-5/+2
* Set the event type of done.state events to internal.Erik Verbruggen2016-05-034-0/+79
* Don't leak m_doc->root when nested <scxml> occurred.Jarek Kobus2016-05-022-0/+8
* Allow history states for <scxml>'s "initial" attributeUlf Hermann2016-04-192-1/+17
* Don't mangle service namesUlf Hermann2016-04-181-0/+11
* Don't crash when trying to execute things in the null data modelUlf Hermann2016-04-183-1/+17
* Give more descriptive names to test casesUlf Hermann2016-04-1535-34/+34
* Don't crash on misplaced <invoke>Ulf Hermann2016-04-142-0/+19
* Detect clashes in event and state namesJarek Kobus2016-04-143-22/+105
* Validate IDs and event names, and handle them well in C++ generation.Erik Verbruggen2016-04-1320-5/+482
* Add externalEventOccurred() signal.v5.7.0-beta1Jarek Kobus2016-04-123-0/+73
* Use common .pri file for building qscxmlc and its testJarek Kobus2016-04-121-13/+3
* Don't include source file in tests/auto/qscxmlcJarek Kobus2016-04-122-5/+3
* fix prefix buildsOswald Buddenhagen2016-04-081-8/+6
* Don't crash on <initial> outside a stateUlf Hermann2016-04-052-0/+94
* Report a parse error if we didn't manage to create a root elementUlf Hermann2016-04-045-0/+328
* Don't crash on unbalanced XML tagsUlf Hermann2016-04-042-0/+80
* Don't crash on invalid nested state machinesUlf Hermann2016-04-049-0/+483
* Don't crash on "else" instructions without preceding "if"Ulf Hermann2016-04-0415-0/+3570
* Stop parsing if the root element isn't called "scxml"Ulf Hermann2016-04-047-0/+782
* Add an (initially empty) test for qscxmlcUlf Hermann2016-04-015-1/+96
* Automatically initialize state machines when startingUlf Hermann2016-03-301-1/+0