aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/util
Commit message (Expand)AuthorAgeFilesLines
* Add a feature for DelegateModelUlf Hermann2018-03-212-2/+10
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-262-14/+13
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-268-45/+45
* doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-091-1/+1
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-19/+19
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+1
|\
| * Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-2/+2
* | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-224-22/+10
|\|
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-182-9/+5
| |\
| | * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-022-12/+8
| * | Fix linking if apps using QQmlPropertyMap when using version scriptsSimon Hausmann2017-07-182-13/+5
* | | Unify IndexedBuiltinFunction with BuiltinFunctionLars Knoll2017-08-081-14/+18
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-12/+16
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-24/+20
|\|
| * Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-24/+20
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-30/+30
|/
* headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-5/+20
|\
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-5/+20
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-071-4/+4
* | Qml utils: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-123-7/+13
|/
* Fix performance issues when handling layout changed in Quick item views.Milian Wolff2016-04-261-4/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-1/+1
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-1/+1
* | Updated license headersJani Heikkinen2016-01-1910-140/+200
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-062-0/+22
* Reimplement the right metaCall() methodLars Knoll2015-09-251-1/+4
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-2/+2
* Add const & to a few iteratorsAlbert Astals Cid2015-09-211-6/+6
* Further cleanupsLars Knoll2015-09-151-1/+1
* Doc: Fixed several link errorsNico Vertriest2015-09-071-2/+1
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-2/+2
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-2/+2
* | Add missing QVector::reserve() callsSérgio Martins2015-06-051-1/+3
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
|/
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+1
* Update copyright headersJani Heikkinen2015-02-1210-70/+70
* CleanupsLars Knoll2015-01-231-11/+11
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-2/+2
* Cleanup variant conversion codeLars Knoll2015-01-091-6/+6
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-6/+6
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-6/+6
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-3/+3
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-3/+3
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-3/+3