summaryrefslogtreecommitdiffstats
path: root/tests/auto/scion
Commit message (Expand)AuthorAgeFilesLines
* Fix shadow buildSamuli Piippo2019-08-191-4/+4
* 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
* Drop the --no-c++11 parameter from qscxmlcUlf Hermann2016-11-231-1/+0
* Rename QScxmlParser to QScxmlCompilerUlf Hermann2016-10-141-7/+7
* Simplify QScxmlParserUlf Hermann2016-09-221-4/+1
* Remove unneeded includesJarek Kobus2016-08-231-1/+0
* Auto-include qscxmlc in module configUlf Hermann2016-07-151-2/+0
* Replace the QStateMachine-based implementation.Erik Verbruggen2016-06-091-3/+4
* Implement srcexpr in <invoke>Jarek Kobus2016-06-072-2/+4
* Use parent's loader for loading sub state machines.Jarek Kobus2016-06-021-20/+24
* 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-201-27/+34
* fix prefix buildsOswald Buddenhagen2016-04-081-8/+6
* Deduplicate QScxmlStateMachine ctor and remove didChangeUlf Hermann2016-03-261-2/+2
* Rename qscxmlc optionsJarek Kobus2016-03-071-2/+2
* Enable tst_scion for MSVC.Friedemann Kleint2016-02-241-0/+1
* Change staticMetaObject generation.Erik Verbruggen2016-02-051-11/+0
* 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-032-5/+6
* 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-282-9/+4
* Enable script-src testsJarek Kobus2015-10-282-36/+8
* Fix loading from "src" attribute inside <data> elementJarek Kobus2015-10-282-6/+58
* Enable more testsJarek Kobus2015-10-082-35/+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-062-12/+7
* Fix <invoke> to only run on states that are entered.Erik Verbruggen2015-10-062-5/+2
* Cancel an <invoke> when argument evaluation fails.Erik Verbruggen2015-09-212-3/+1
* Renamed files to (hopefully) match Qt naming.Erik Verbruggen2015-09-171-3/+3
* Nuked the Scxml namespace.Erik Verbruggen2015-09-172-9/+7
* Renamed StateMachine to QScxmlStateMachine.Erik Verbruggen2015-09-172-13/+13
* 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-152-23/+11
* Implement exitInterpreter() and fix <onexit> in <final>.Erik Verbruggen2015-09-152-4/+0