aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpropertychanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-041-54/+26
* Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-1/+1
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-8/+8
* QML: Special case null as binding typeUlf Hermann2019-01-211-0/+3
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-5/+5
* Clean up compilation unit string resolutionSimon Hausmann2018-07-311-1/+1
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-3/+3
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-1/+1
* Clean up QQmlCustomParser APISimon Hausmann2018-07-301-7/+7
* Internal naming cleanupSimon Hausmann2018-06-291-3/+3
* 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