aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate accesses to the root contextLars Knoll2014-12-1114-65/+66
* Fix Object::arrayData() accessor to return a heap objectLars Knoll2014-12-117-50/+52
* Get rid of a not required reinterpret_castLars Knoll2014-12-111-1/+1
* Cleanup header inclusion orderLars Knoll2014-12-113-80/+77
* Remove arrayData() calls from qv4object.cppLars Knoll2014-12-102-28/+31
* Changed value type property index encodingSimon Hausmann2014-12-107-32/+36
* Fix arrayData accesses in qv4lookup.cppLars Knoll2014-12-101-12/+12
* Remove non required arrayData() accesses from qv4arrayobject.cppLars Knoll2014-12-101-7/+7
* Move readonly accessors into Heap::ArrayDataLars Knoll2014-12-102-56/+69
* Move function definition where it belongsLars Knoll2014-12-092-5/+5
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-0919-88/+116
|\
| * Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-093-7/+13
| |\
| | * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-053-7/+13
| | |\
| | | * QQmlInspectorService: handle views only with supported plugins.v5.4.0Ulf Hermann2014-12-051-0/+1
| | | * Add string::arg method in installTranslatorFunctionsKai Koehne2014-12-051-0/+6
| | | * Fix crashes on QNX/x86Simon Hausmann2014-12-031-7/+6
| * | | Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-083-5/+5
| |/ /
| * | Fix QtQuick2 module unload supportChris Adams2014-12-041-1/+1
| * | Fix application build when combining with Mac OS X Cocoa headersSimon Hausmann2014-12-031-6/+6
| * | Fix conditional breakpoints in QMLSimon Hausmann2014-12-031-1/+3
| * | Fix expression evaluation in specific frames in the debuggerSimon Hausmann2014-12-031-13/+19
| * | Remove dead codeSimon Hausmann2014-12-032-14/+0
| |/
| * Regression: Fix array data corruptionSimon Hausmann2014-12-022-2/+4
| * Fix loading of .ui.qml form files with cached compilation unitsSimon Hausmann2014-12-021-15/+21
| * Document Qt.application.supportsMultipleWindows property.Mitch Curtis2014-11-251-0/+6
| * Don't embded qmldbg_tcp plugin to libQt5Qml in static buildPasi Petäjäjärvi2014-11-111-5/+0
| * Inspector: Do not assert when trying to stream QModelIndexKai Koehne2014-11-071-2/+10
| * Avoid stack overflow when destroying InternalClassUlf Hermann2014-11-061-18/+17
| * qv4: assign split of edges to loop header to the correct groupFawzi Mohamed2014-11-051-1/+13
| * Mark cleanup function as unused if compiled with QT_QML_NO_DEBUGGERUlf Hermann2014-11-051-0/+1
* | Cleanup: Remove unused codeSimon Hausmann2014-12-092-6/+2
* | Cleanup: Merge QQmlDataLoader and QQmlTypeLoaderSimon Hausmann2014-12-093-150/+129
* | May it rest in pieces.Robin Burchell2014-12-092-2/+0
* | Fix crash with when evaluating bindings with QQmlExpression that throw except...Simon Hausmann2014-12-051-1/+2
* | QmlDebug: Provide public method for starting a debug serverUlf Hermann2014-12-055-37/+130
* | Mark parameter to QQmlDebuggingEnabler as unused if it isn't used.Ulf Hermann2014-12-051-0/+2
* | Doc: Remove text that claims aliases cannot be read-onlySimon Hausmann2014-11-241-2/+2
* | Operate directly on Heap::ArrayData where possibleLars Knoll2014-11-222-114/+122
* | Reduce usage of Object::arrayData()Lars Knoll2014-11-221-63/+64
* | Move the indexing methods from SimpleArrayData to Heap::SimpleArrayDataLars Knoll2014-11-221-3/+7
* | Remove two reinterpret_casts in ObjectLars Knoll2014-11-229-50/+50
* | Let the memory manager operate on Heap::Base objects, not ManagedLars Knoll2014-11-218-46/+49
* | Cleanup destruction of heap objectsLars Knoll2014-11-2132-145/+56
* | Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-217-16/+17
* | We should never construct a managed derived type directly anymoreLars Knoll2014-11-213-6/+5
* | Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-219-38/+26
* | Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-215-30/+29
* | Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-2111-49/+54
* | Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-2122-228/+269
* | Get rid of one PersistentValue usageSimon Hausmann2014-11-202-3/+9