summaryrefslogtreecommitdiffstats
path: root/src/src.pro
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize module naming (QScxml -> QtScxml)Louai Al-Khanji2015-08-121-3/+2
| | | | | Change-Id: Iad3f027cddcd3c56bca9a136099ef0628f71f5ba Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Moved qscxmlc, examples, and tests to correct places.Erik Verbruggen2015-06-111-7/+3
| | | | | Change-Id: I943df1ba0c3cecaf54decc59526d6f4334b480db Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Rename QScxmlLibt to QScxmlRisto Avila2015-06-081-4/+4
| | | | | Change-Id: I772c9b6aa87b5ea61005ebb8f63c0559de8cf348 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Added QML module and an example using it.Erik Verbruggen2015-06-031-0/+4
| | | | | | | | This supports loading a state machine from a .scxml file, as well as setting a state machine as a QObject on the QML context. Change-Id: Iab2f12cb58f13b43912e83a08e67476d4c9296b5 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Remove the dumper for .scxml output.Erik Verbruggen2015-05-111-1/+0
| | | | | | | This wasn't used. Change-Id: Id47373d0dc4498f240167c94b76b7a0c4f4ca86d Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Removed qscxmlserver as obsoleteRisto Avila2015-04-131-2/+0
| | | | | Change-Id: I1505b107ef1e91f2c6554f19cbe5b8510081fa2f Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Initial commit for integrating qscxmllib and qscxmlcppRisto Avila2015-04-091-2/+5
| | | | | Change-Id: I4843c46575359dbf6f5170bfe06a924ae7a6ab22 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* adding infrastructure for c++ compilationFawzi Mohamed2015-02-261-1/+2
| | | | | Change-Id: If47814f96f263b71f1ce85c4fd5f629f217179e2 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
* Preparing for automated scxml testsFawzi Mohamed2015-02-181-1/+2
| | | | | | | | | adding an http server that can be tested using the SCION testing infrastructure requires https://codereview.qt-project.org/#/c/106496/ Change-Id: I699e64c9be95bb16d70d10f213289d9550731c74 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
* scxml: initial commitFawzi Mohamed2015-01-211-0/+7
Main internal infrastructure present, not yet functional. Change-Id: I1c36e17dc070e46037b11f1f3b416dcbd7c1a2f0 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>