summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a test for done.state eventJarek Kobus2016-04-062-0/+47
* 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
* Deduplicate QScxmlStateMachine ctor and remove didChangeUlf Hermann2016-03-262-3/+3
* Rename qscxmlc optionsJarek Kobus2016-03-071-2/+2
* Enable tst_scion for MSVC.Friedemann Kleint2016-02-242-1/+2
* Add a test for nested state machineJarek Kobus2016-02-104-7/+67
* Rename connect -> connectToState, remove "signal" argument.Jarek Kobus2016-02-101-1/+1
* Change staticMetaObject generation.Erik Verbruggen2016-02-051-11/+0
* Update license headersJarek Kobus2016-01-2610-107/+238
* Fix connecting to a signal of a final state, more testsJarek Kobus2015-12-172-9/+57
* Add stateNames() methodJarek Kobus2015-12-175-1/+111
* Rename activeStates() into activeStateNames(), make it constJarek Kobus2015-12-161-1/+1
* Fix routing of delayed eventsJarek Kobus2015-12-031-4/+2
* Change QScxmlEvent::{name,sendId} from QByteArray to QString.Erik Verbruggen2015-12-032-5/+6
* Clean up the state-machine initialization.Erik Verbruggen2015-12-012-3/+4
* Even more documentation.Erik Verbruggen2015-12-011-1/+1
* Temporarily disable building tests/examples with msvc.Erik Verbruggen2015-11-201-2/+1
* Build fixes.Erik Verbruggen2015-11-181-1/+3
* Revert "Fix routing delayed events"Erik Verbruggen2015-11-181-2/+4
* Fix logging.Erik Verbruggen2015-11-042-2/+1
* Fix routing delayed eventsJarek Kobus2015-10-301-4/+2
* The test403c fixed after an obvious fix in QStateMachine.Jarek Kobus2015-10-301-2/+0