summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Put all executable content declarations in one fileUlf Hermann2016-03-263-32/+28
* Don't check the scxml version attributeUlf Hermann2016-03-221-4/+0
* Handle parantheses and commas in state namesUlf Hermann2016-03-222-0/+6
* Add a stop() method and properly expose the running propertyUlf Hermann2016-03-212-2/+31
* Doc: add direct links to SCXML Specification sectionsLeena Miettinen2016-03-177-14/+42
* Doc: Describe enable-qt-modeLeena Miettinen2016-03-151-0/+4
* Doc: Add docs for Mediaplayer example versionsLeena Miettinen2016-03-151-1/+4
* Doc: Edit QScxmlStateMachine docsLeena Miettinen2016-03-152-103/+106
* Doc: Link to qscxmlc docs from front pageLeena Miettinen2016-03-091-0/+1
* Doc: Rewrite the examples topicLeena Miettinen2016-03-091-5/+15
* Don't check the id of <initial> element.Jarek Kobus2016-03-081-1/+2
* Fix docs according to the current APIJarek Kobus2016-03-081-6/+5
* Don't crash when empty identifier met.Jarek Kobus2016-03-081-0/+3
* Doc: Move info from front page to separate filesv5.7.0-alpha1Leena Miettinen2016-03-074-187/+298
* Doc: Add standard getting started infoLeena Miettinen2016-03-073-2/+44
* Add an qt-mode option to qscxmlcJarek Kobus2016-03-073-2/+42
* Doc: corrections according to the current API state.Jarek Kobus2016-03-034-27/+19
* Add explicit and make public headers compile with -Wzero-as-null-pointer-cons...Marc Mutz2016-03-031-1/+1
* Move the registration of QScxmlEvent type into QScxmlStateMachinePlugin.Friedemann Kleint2016-02-242-9/+8
* Add version info to qscxmlcJarek Kobus2016-02-182-4/+4
* Improve handling of various error casesUlf Hermann2016-02-163-7/+14
* Make sure the parser's input buffer is opened in release buildsUlf Hermann2016-02-161-1/+5
* Doc: Edit QScxmlEventFilter docsLeena Miettinen2016-02-121-7/+7
* Doc: Edit QScxmlEvent docsLeena Miettinen2016-02-121-41/+119
* Move examples into module based subdirAlex Blasche2016-02-121-2/+2
* qtscxml is first relased as part of Qt 5.7Alex Blasche2016-02-118-10/+10
* Reorganize the calculator example.Jarek Kobus2016-02-112-1/+6
* Add a test for nested state machineJarek Kobus2016-02-101-0/+2
* Rename connect -> connectToState, remove "signal" argument.Jarek Kobus2016-02-102-7/+7
* Doc: Edit QScxmlParser docsLeena Miettinen2016-02-101-38/+42
* Doc: Edit QScxmlEcmaScriptDataModel docsLeena Miettinen2016-02-091-7/+14
* Doc: Edit QScxmlNullDataModel docsLeena Miettinen2016-02-091-10/+17
* Doc: Edit QScxmlCppDataModel docsLeena Miettinen2016-02-091-39/+31
* Mark the module as TP in Qt 5.7Alex Blasche2016-02-081-0/+3
* Doc: Edit QScxmlError docsLeena Miettinen2016-02-081-19/+20
* Doc: Edit QScxmlDataModel docsLeena Miettinen2016-02-081-15/+26
* Add a version check & edit disclaimer to generated files.Erik Verbruggen2016-02-051-0/+4
* Change staticMetaObject generation.Erik Verbruggen2016-02-052-113/+125
* Remove event_ prefix from event signals and slots.Erik Verbruggen2016-02-041-5/+11
* Change state properties to be booleans and add notify signals.Erik Verbruggen2016-02-041-12/+48
* Introducing Qt mode: the cutest mode since vi mode.Erik Verbruggen2016-02-042-3/+152
* Add eventOccurred signal that will be emitted for every external event.Erik Verbruggen2016-02-042-4/+8
* Make QScxmlEvent a Q_GADGET so it can be used in QML.Erik Verbruggen2016-02-042-0/+18
* Doc: remove redundant "Returns".Jarek Kobus2016-01-295-13/+13
* Doc: clarify QScxmlEventFilter::handle().Jarek Kobus2016-01-291-2/+3
* Piggyback on QObjectPrivate where possible.Erik Verbruggen2016-01-294-74/+109
* Update license headersJarek Kobus2016-01-2643-387/+1101
* Add bizarre hack to copy .prf file in developer buildsUlf Hermann2016-01-221-0/+15
* Move submitError to QScxmlStateMachinePrivate.Erik Verbruggen2016-01-217-47/+62
* Fix logging category declarations.Erik Verbruggen2016-01-207-5/+53