aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-213-13/+7
* Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-213-9/+9
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-1/+1
* Update qml to use new QMetaType::registerNormalizedType signatureJędrzej Nowacki2014-11-181-4/+0
* Cleanup exception catching codeLars Knoll2014-11-155-14/+8
* Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-0/+2
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-122-7/+7
* Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-2/+2
* Use heap objects in the remaining managed objectsLars Knoll2014-11-125-27/+31
* Store Heap objects in the qml binding wrapperLars Knoll2014-11-121-2/+4
* Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-1/+3
* Move data for remaining objects in QtQml into the Heap namespaceLars Knoll2014-11-111-31/+40
* Move XHR object data to Heap namespaceLars Knoll2014-11-111-112/+142
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-107-44/+74
* Move data of some Qml related objects into Heap namespace.Lars Knoll2014-11-104-65/+86
* Move Data of the builtin functions to the Heap namespaceLars Knoll2014-11-082-72/+79
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-083-6/+6
* Move Object::Data into the Heap namespaceLars Knoll2014-11-0813-29/+29
* Begin moving the data out of Managed objectsLars Knoll2014-11-087-10/+10
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-11-041-1/+1
|\
| * Fix memory leak in QQmlLocaleDataLiang Jian2014-11-041-1/+1
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-046-24/+23
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-049-42/+42
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
* | Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-2/+2
* | Cleanup: Remove duplicated codeSimon Hausmann2014-11-031-16/+1
* | Remove unused fileSimon Hausmann2014-11-032-35/+0
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-319-76/+54
|\|
| * Get rid of !this and similar constructsLars Knoll2014-10-318-74/+52
| * Fix ICC-on-Mac warning about unknown #pragmaThiago Macieira2014-10-301-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2913-57/+36
|\|
| * Revert: use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-281-4/+2
| * QmlEngine: Use separate mutex for network access managerKai Koehne2014-10-232-2/+3
| * Fix assignment to QObject pointer propertiesSimon Hausmann2014-10-231-5/+4
| * Fix a PIDLIST_ABSOLUTE leak in QQmlEngine on WindowsJocelyn Turcotte2014-10-221-1/+5
| * Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-099-45/+22
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0913-242/+242
|\|
| * use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-011-2/+4
| * qmldir parser: add support for "depends component version" syntaxShawn Rutledge2014-10-012-0/+30
| * Document that QQmlApplicationEngine's root item must be a window.Mitch Curtis2014-09-301-1/+5
| * Allow multiple cached qml unit registration functionsSimon Hausmann2014-09-241-5/+7
| * Doc: apply title case to all section1 titlesNico Vertriest2014-09-241-1/+1
| * Fix deadlock with QQuickView embedded via QWidget::createWindowContainerDyami Caliri2014-09-221-2/+9
| * Fix compiler warnings in qv8engine.cpp.Friedemann Kleint2014-09-191-1/+5
| * Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-172-190/+129
| * Cleaned up the documentation for QQmlEngine::ObjectOwnership.Kavindra Palaraja2014-09-161-34/+30
| * Fixed documentation for QQmlEngine::ObjectOwnership.Kavindra Palaraja2014-09-161-1/+1
| * Don't start QQmlThreads from their constructorUlf Hermann2014-09-163-6/+13
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-1/+1
| * Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-112-3/+12