aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Bump QtQuick import version to 2.5Shawn Rutledge2015-02-121-1/+1
* QML Models: Register ItemSelectionModelGabriel de Dietrich2015-02-122-0/+141
* Add Q_GADGET wrappers for QModelIndex & Co.Gabriel de Dietrich2015-02-125-0/+412
* Update copyright headersJani Heikkinen2015-02-12546-3552/+3552
* Exposed TypedArray private APIs for Canvas3D use.Pasi Keranen2015-02-114-6/+20
* Initial shot at native Qml-and-C++ debugginghjk2015-02-041-0/+234
* QQmlEngineDebugService: Avoid assert when debugging QModelIndexGabriel de Dietrich2015-02-041-1/+15
* Keep PersistentValueStorage page size in sync with system page sizeTor Arne Vestbø2015-02-021-14/+12
* Properly mark all arguments in the call contextLars Knoll2015-01-261-5/+3
* Properly mark all members in QObjectMethodLars Knoll2015-01-231-0/+2
* Move Stmt::d to Phi::dRobin Burchell2015-01-233-20/+34
* V4: change regalloc hints to be a QVarLengthArray.Erik Verbruggen2015-01-231-7/+13
* Typeloader cleanupSimon Hausmann2015-01-233-31/+26
* Better align data members in ExecutionContextLars Knoll2015-01-232-7/+5
* Remove the realArgumentsCount member in CallContextLars Knoll2015-01-234-17/+10
* Store a double in NumberObjectLars Knoll2015-01-236-17/+16
* CleanupsLars Knoll2015-01-2338-725/+735
* CleanupsLars Knoll2015-01-2323-104/+69
* Move the definition of Object vtables into qv4object_p.hLars Knoll2015-01-232-59/+60
* Remove all remaining usages of ValueRefLars Knoll2015-01-2322-124/+43
* Get rid of most uses of ValueRefLars Knoll2015-01-2380-1031/+1020
* QML: Fix MSVC 2013/64bit warnings.Friedemann Kleint2015-01-225-23/+29
* Rework QJSValue internalsLars Knoll2015-01-2110-273/+353
* Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-217-24/+37
* Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-2116-51/+25
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-2128-94/+92
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-2134-90/+0
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-2125-176/+67
* QQmlData: More member reorganisation to remove holes.Robin Burchell2015-01-201-2/+3
* Models: Remove QModelIndex metatype re-declarationGabriel de Dietrich2015-01-201-2/+0
* QQmlValueTypeWrapper: Use QVariant to QString conversion if possibleGabriel de Dietrich2015-01-201-10/+18
* Move vtable out of internalClassLars Knoll2015-01-2021-72/+76
* Remove not required std::vector::reserve() callsLars Knoll2015-01-201-2/+0
* Fix a bug in removeMember causing a duplicate transition with an 0 lookup.Robin Burchell2015-01-201-3/+8
* QV4::InternalClass: Fix a memory leak.Robin Burchell2015-01-201-2/+2
* Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-175-0/+45
* QQmlData: Reorder fields to drop size from 144 to 136 bytes on x86_64.Robin Burchell2015-01-171-5/+5
* Fix Qt.inputMethod ownershipJ-P Nurmi2015-01-172-1/+2
* Implement DefUses::Temps with a QVarLengthArray.Robin Burchell2015-01-171-5/+2
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-166-17/+17
* Refactor persistent valuesLars Knoll2015-01-1614-470/+659
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-1613-39/+143
|\
| * Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-1614-40/+144
| |\
| | * Print exceptions in JS slotsKai Koehne2015-01-091-5/+9
| | * Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-081-0/+2
| | * doc: Fixed copy/paste errors in DSM snippetsAlejandro Exojo2014-12-303-3/+0
| | * Remove unnecessary QString::toUtf8 method callNobuaki Sukegawa2014-12-201-1/+0
| | * Fix invalid assertionNobuaki Sukegawa2014-12-201-1/+1
| | * Fix GC crash with conditional breakpoints and JS consoleSimon Hausmann2014-12-191-4/+6
| | * V4: fix reverse type propagationErik Verbruggen2014-12-181-8/+15