aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpropertychanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QQmlEngine::retranslate() with PropertyChangesSimon Hausmann2018-02-261-8/+17
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-13/+20
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-13/+20
| |\
| | * Speed up PropertyChange state applicationSimon Hausmann2018-01-171-13/+20
* | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
|/ /
* / Disambiguate QQuickStateActionEvent::overrideKevin Funk2017-09-251-1/+1
|/
* Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-2/+2
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-6/+6
|\
| * Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-2/+2
| * Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
| * Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-061-4/+4
* | Quick: add missing 'override'Anton Kudryavtsev2016-10-071-10/+10
|/
* Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-1/+1
* Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-121-2/+2
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-6/+6
* QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-7/+17
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+0
* Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-301-6/+6
* Minor link issue in qquickpropertychangesNico Vertriest2016-03-311-2/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* Get rid of QQuickStateActionEvent::ReasonLars Knoll2015-06-101-2/+2
* Make bindings refcountedLars Knoll2015-06-101-5/+5
* Simplify binding setup code furtherLars Knoll2015-04-271-15/+5
* Make removal of bindings explicitLars Knoll2015-04-251-2/+2
* Speed up object creationSimon Hausmann2015-04-161-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* CleanupSimon Hausmann2014-08-151-8/+8
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\
| * Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-1/+1
| * Fix crash when sharing data structures between 32-bit and 64-bitSimon Hausmann2014-05-261-1/+5
* | Rework custom parser integrationSimon Hausmann2014-06-041-105/+88
|/
* Doc: Fix invalid cross-referenceKevin Funk2014-05-121-1/+1
* Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-12/+25
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-16/+5
* Fix performance regression for bindings from QtQuick state changesSimon Hausmann2014-04-021-1/+3
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-291-2/+1
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+0
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-1/+1
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-0/+3
* Remove old compiler and VMESimon Hausmann2014-03-071-72/+0
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-1/+2
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-0/+5
|\
| * Doc: note about visible and enabled in PropertyChangesFrederik Gladhorn2014-02-101-0/+5
* | [new compiler] Initial support for QQuick state changesSimon Hausmann2014-01-171-0/+61
|/
* Remane private QQuickAction into QQuickStateActionGabriel de Dietrich2013-10-031-8/+8