summaryrefslogtreecommitdiffstats
path: root/tests/auto/scion/tst_scion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix header inclusion in tst_scion.cppUlf Hermann2018-07-131-1/+1
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-3/+3
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-221-1/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-211-1/+1
* Add a way to verify events received from a test caseUlf Hermann2017-02-081-0/+103
* Rename QScxmlParser to QScxmlCompilerUlf Hermann2016-10-141-7/+7
* Simplify QScxmlParserUlf Hermann2016-09-221-4/+1
* Remove unneeded includesJarek Kobus2016-08-231-1/+0
* Replace the QStateMachine-based implementation.Erik Verbruggen2016-06-091-3/+4
* Implement srcexpr in <invoke>Jarek Kobus2016-06-071-2/+3
* Use parent's loader for loading sub state machines.Jarek Kobus2016-06-021-20/+24
* Enable more testJarek Kobus2016-05-201-26/+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-201-27/+34
* Deduplicate QScxmlStateMachine ctor and remove didChangeUlf Hermann2016-03-261-2/+2
* Update license headersJarek Kobus2016-01-261-16/+26
* 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-031-5/+5
* Clean up the state-machine initialization.Erik Verbruggen2015-12-011-1/+2
* Revert "Fix routing delayed events"Erik Verbruggen2015-11-181-2/+4
* Fix logging.Erik Verbruggen2015-11-041-1/+0
* Fix routing delayed eventsJarek Kobus2015-10-301-4/+2
* The test403c fixed after an obvious fix in QStateMachine.Jarek Kobus2015-10-301-2/+0
* Add more comments on disabled testsJarek Kobus2015-10-281-1/+3
* Fix loading from src for <invoke>Jarek Kobus2015-10-281-5/+0
* Enable script-src testsJarek Kobus2015-10-281-15/+1
* Fix loading from "src" attribute inside <data> elementJarek Kobus2015-10-281-3/+45
* Enable more testsJarek Kobus2015-10-081-26/+18
* Compile fixJarek Kobus2015-10-081-0/+2
* Add properties for nested state machines.Erik Verbruggen2015-10-061-0/+3
* Cleanup: enamed all "table" variables to "stateMachine".Erik Verbruggen2015-10-061-9/+9
* Fix event routing from parent to <invoke>d service.Erik Verbruggen2015-10-061-10/+7
* Fix <invoke> to only run on states that are entered.Erik Verbruggen2015-10-061-3/+2
* Cancel an <invoke> when argument evaluation fails.Erik Verbruggen2015-09-211-1/+0
* Renamed files to (hopefully) match Qt naming.Erik Verbruggen2015-09-171-3/+3
* Nuked the Scxml namespace.Erik Verbruggen2015-09-171-7/+5
* Renamed StateMachine to QScxmlStateMachine.Erik Verbruggen2015-09-171-11/+11
* Renamed ScxmlParser to QScxmlParser.Erik Verbruggen2015-09-171-3/+3
* Cleanup of QScxmlEvent's data.Erik Verbruggen2015-09-151-14/+3
* Support namelist attribute and <param> in <invoke>.Erik Verbruggen2015-09-151-13/+7
* Implement exitInterpreter() and fix <onexit> in <final>.Erik Verbruggen2015-09-151-2/+0
* Support <finalize> in <invoke>.Erik Verbruggen2015-09-081-3/+0
* Fix message routing between parent/child state machines.Erik Verbruggen2015-09-081-6/+3
* Populate _event.invokeid for events from invoked state machines.Erik Verbruggen2015-09-081-1/+0
* Support locationid in <invoke>.Erik Verbruggen2015-09-081-3/+0
* Add initial support for <invoke>.Erik Verbruggen2015-09-031-1/+0
* Fix tests after .qrc file change.Erik Verbruggen2015-08-271-64/+66
* Pimple Scxml::ScxmlEvent, and rename to QScxmlEventAndré Pönitz2015-08-251-4/+12