aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/statemachine
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2413-260/+260
* Update commercial license headersTarja Sundqvist2021-02-0213-260/+260
* Avoid GHS linker to optimize away QML type registrationsKimmo Ollila2020-11-181-0/+1
* Don't leak QQmlBoundSignalExpressions in signaltransition.cppUlf Hermann2020-06-251-5/+7
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-103-13/+0
* statemachine: Use new QQmlListProperty capabilitiesUlf Hermann2020-02-067-31/+125
* Synthetically reference type registration functionsUlf Hermann2020-02-041-1/+7
* Generate registrations for all importsUlf Hermann2020-01-103-193/+5
* Specify parameters of type registration in class declarationsUlf Hermann2019-09-269-14/+112
* Regenerate plugins.qmltypesUlf Hermann2019-08-261-1/+1
* StateMachine: Warn about invalid childMode changesErik Verbruggen2019-05-212-0/+16
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-162-5/+7
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* Update plugins.qmltypes for Qt 5.13Kai Koehne2019-03-131-1/+1
* Update plugins.qmltypesKai Koehne2018-09-062-1/+3
* Clean up QQmlCustomParser APISimon Hausmann2018-07-302-5/+5
* Remove the code to manually initialize resources in static buildsSimon Hausmann2018-05-021-8/+1
* Document latest QtQml.StateMachine import version to be 2.11Kai Koehne2018-04-202-2/+2
* add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-211-0/+3
* Simplify handling of function expressions as signal handlersMichael Brasser2018-03-211-7/+0
* Handle function expressions in SignalTransitionMichael Brasser2018-03-211-3/+11
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-264-5/+5
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+2
* Replace remaining Q_NULLPTR with nullptrKevin Funk2017-11-173-3/+3
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-7/+7
* Run includemocs in qtdeclarativeThiago Macieira2017-04-264-0/+7
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-114-4/+4
* Imports: add missing 'override'Anton Kudryavtsev2016-10-063-6/+6
* Update .qmltypesMarco Benelli2016-09-121-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-8/+21
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-7/+19
| |\
| | * Fix crash with SignalTransitionSimon Hausmann2016-05-251-7/+19
| * | Imports: de-duplicate some expensive callsAnton Kudryavtsev2016-05-271-1/+2
* | | Imports, Plugins, Quick: replace QStringLiteral with QL1SAnton Kudryavtsev2016-06-091-1/+1
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+0
* | | Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-302-6/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
| |\|
| | * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-1/+1
* | | Mark overrides of QQmlExtensionPluginFrank Meerkoetter2016-04-191-1/+1
* | | Cleanup dead fwd declarationFrank Meerkoetter2016-04-181-2/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-223-5/+92
|\|
| * Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-193-5/+92
* | Updated license headersJani Heikkinen2016-01-1912-168/+240
* | Utilize the resources when building statically.Andy Shaw2015-12-021-0/+8
|/
* Update plugins.qmltypesKai Koehne2015-10-231-1/+11
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-4/+4
|\
| * Doc fix: QHistoryState is registered in QML as HistoryStatePierre Rossi2015-01-281-4/+4
* | Update copyright headersJani Heikkinen2015-02-1212-72/+72
* | Rework QJSValue internalsLars Knoll2015-01-211-1/+1