aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Get rid of !this and similar constructsLars Knoll2014-10-311-8/+5
* Doc: apply title case to all section1 titlesNico Vertriest2014-09-241-1/+1
* Add missing import to documentation code snippetSérgio Martins2014-09-231-0/+1
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-0/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-263-5/+6
|\
| * Don't use d->instanceModel after free'ing itLars Knoll2014-08-261-0/+1
| * Fix typo in DelegateModelGroup documentationAlbert Astals Cid2014-08-251-1/+1
| * Don't abuse new to do a reinterpret_castLars Knoll2014-08-241-4/+4
| * The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-141-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-2525-467/+267
* | CleanupSimon Hausmann2014-08-154-21/+21
* | Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* | Do not emit Timer.onTriggered while executing arbitrary JS codeGunnar Sletta2014-08-082-8/+37
* | Merge branch '5.3' into devGunnar Sletta2014-08-072-8/+19
|\|
| * Merge remote-tracking branch 'origin/stable' into 5.3J-P Nurmi2014-07-302-2/+18
| |\
| | * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-292-2/+18
| * | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-301-6/+1
* | | Cleanup: Get rid of __data membersSimon Hausmann2014-07-222-16/+0
* | | Fix Managed::as<>() methodLars Knoll2014-07-222-4/+4
* | | Change the object allocation schemeSimon Hausmann2014-07-221-7/+7
* | | Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-1/+1
* | | Fix constructors for the delegate modelLars Knoll2014-07-221-35/+47
* | | Convert delegate model and indexed builtin functionLars Knoll2014-07-222-12/+11
* | | Get rid of all uses of ObjectRefLars Knoll2014-07-222-12/+12
* | | Get rid of StringRefLars Knoll2014-07-224-23/+23
* | | Convert ExecutionContext to new storage schemeLars Knoll2014-07-222-12/+12
* | | Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-222-4/+4
* | | Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-223-92/+80
* | | Get rid of different macros for vtable specializationsLars Knoll2014-07-221-2/+2
* | | Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+2
* | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-103-7/+7
|\| |
| * | Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-023-7/+7
| |/
* | Fix crash in QQmlDelegateModel during destruction phaseSimon Hausmann2014-06-242-6/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-043-27/+74
|\|
| * Fix worker scripts with cached compilation unitsSimon Hausmann2014-06-041-23/+31
| * Fix emission of QQmlListModel::rowsAboutToBeXxx() signalsJ-P Nurmi2014-05-292-4/+43
* | Rework custom parser integrationSimon Hausmann2014-06-044-233/+97
|/
* Implement proper support for layoutChange in QQmlDelegateModelDaniel Vrátil2014-05-123-3/+61
* Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-0/+4
* Prevent a crash when the item is deleted but not removed from cacheAndy Shaw2014-04-181-1/+1
* Doc: Fix some code snippet warningsSergio Ahumada2014-04-031-2/+2
* Work around warning by GCC 4.8 with -O3 about array out of boundsThiago Macieira2014-04-021-2/+2
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-024-21/+11
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-294-5/+4
* Eliminate noop translation bindingsSimon Hausmann2014-03-292-37/+7
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-192-2/+1
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-182-4/+4
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-2/+4
* Fix crash when appending arrays to sub models in list modelsSimon Hausmann2014-03-141-0/+3
* Fix WorkerScript object leakLiang Jian2014-03-141-1/+5