aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge QQmlAccessible into QAccessibleQuickItemFrederik Gladhorn2014-11-116-296/+109
* Use Heap object for CallData::function memberLars Knoll2014-11-116-24/+28
* Use Heap objects as membersLars Knoll2014-11-114-26/+49
* Move data for objects in QtQuick into the Heap namespaceLars Knoll2014-11-114-69/+105
* Move data for remaining objects in QtQml into the Heap namespaceLars Knoll2014-11-112-78/+106
* 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-1011-106/+167
* Move data of some Qml related objects into Heap namespace.Lars Knoll2014-11-106-77/+106
* Move Data for typedarrays into Heap namespaceLars Knoll2014-11-107-65/+85
* Move more Data objects into the Heap namespaceLars Knoll2014-11-098-56/+75
* Move Data of error objects into the Heap namespaceLars Knoll2014-11-083-130/+153
* Move Data of the builtin functions to the Heap namespaceLars Knoll2014-11-084-79/+90
* Move Data of Variant and ArgumentsObject into Heap namespaceLars Knoll2014-11-0810-89/+121
* Use Heap namespace for data of QObjectWrapper related classesLars Knoll2014-11-082-17/+19
* Move more Data members over to the Heap namespaceLars Knoll2014-11-089-78/+110
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-0839-134/+149
* Move Data for String into the Heap namespaceLars Knoll2014-11-087-74/+81
* Move Data for Number/Boolean/ArrayObject into the HeapLars Knoll2014-11-084-55/+62
* Move Object::Data into the Heap namespaceLars Knoll2014-11-0854-128/+146
* Cleanup RegExpLars Knoll2014-11-086-40/+32
* Refactor ExecutionContextsLars Knoll2014-11-0814-132/+150
* Begin moving the data out of Managed objectsLars Knoll2014-11-0855-203/+233
* QQuickRepeater::clear: Remove items from the end backwards.Robin Burchell2014-11-071-1/+3
* Get rid of Members and directly store MemberData::Data pointersLars Knoll2014-11-0714-118/+135
* Add scroll and page accessible actionsFrederik Gladhorn2014-11-062-1/+90
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-11-046-18/+22
|\
| * qv4: assign split edges to the correct loop groupFawzi Mohamed2014-11-041-9/+1
| * Fix memory leak in QQmlLocaleDataLiang Jian2014-11-041-1/+1
| * Fix disappearing nodes when adding in two levels of batch rootEskil Abrahamsen Blomfeldt2014-11-041-6/+12
| * Fix memory leak in QV4::QQmlSequenceLiang Jian2014-11-041-1/+1
| * Doc: Qt Quick Designer UI formsLeena Miettinen2014-11-031-0/+6
| * Fix memory leak caused by QV4::ErrorObjectJian Liang2014-11-021-1/+1
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-0449-188/+211
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-0442-395/+390
* | Cleanup header file dependenciesLars Knoll2014-11-0434-275/+89
* | Remove some unneeded reinterpret_cast'sLars Knoll2014-11-048-15/+15
* | Remove most calls to Value::managed()Lars Knoll2014-11-047-8/+14
* | Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-0427-114/+151
* | Cleanup: Get rid of String and Object pointers in ValueSimon Hausmann2014-11-043-14/+12
* | Cleanup: Remove duplicated codeSimon Hausmann2014-11-031-16/+1
* | Remove unused fileSimon Hausmann2014-11-032-35/+0
* | Use an allocator for QSGBatchRenderer::Node and Element instances.Gunnar Sletta2014-11-022-22/+140
* | QQuickTextEdit: don't ifdef out propertiesJ-P Nurmi2014-11-012-16/+12
* | QQuickTextInput: don't ifdef out propertiesJ-P Nurmi2014-11-012-19/+24
* | Fix typo in Q_ASSERT_X warning.Gunnar Sletta2014-11-011-1/+1
* | Fix beforePaint node calculation further.Gunnar Sletta2014-11-011-3/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-3131-163/+151
|\|
| * Get rid of !this and similar constructsLars Knoll2014-10-3121-124/+108
| * Don't allocate less memory than requiredLars Knoll2014-10-311-0/+2
| * BorderImage: Fix white area when size changes after first paintEskil Abrahamsen Blomfeldt2014-10-312-1/+8