aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * V4: only optimize out to-int32 conversions when the operands are int32.Erik Verbruggen2014-12-181-2/+1
| | * Mark qmlRegisterCustomExtendedType as \internalAlejandro Exojo2014-12-121-0/+1
| | * Restore extension types documentationAlejandro Exojo2014-12-102-3/+66
| | * QML Debugging: Fix breakpoints/stepping in a with-statement.Erik Verbruggen2014-12-101-1/+7
| | * Windows: Don't disable JITSérgio Martins2014-12-091-2/+2
| | * QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-094-18/+37
* | | Redirect console.info to new QtInfoMsgKai Koehne2015-01-153-4/+14
* | | Remove side-effect in assertHolger Hans Peter Freyther2015-01-141-1/+1
|/ /
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-1324-135/+145
* | Use a list of lists for free chunks instead of merging in one listJocelyn Turcotte2015-01-131-104/+83
* | Fix a harmless valgrind warning in RegExpObjectJocelyn Turcotte2015-01-131-1/+1
* | Rename QML debug macro to Qt naming stylePasi Petäjäjärvi2015-01-121-4/+4
* | V4 IR: move the MemberResolver out of IR::Temp.Erik Verbruggen2015-01-123-28/+42
* | Add ability to retrieve QJSEngine for a given QObjectSimon Hausmann2015-01-122-0/+20
* | QV4::String is not an ObjectLars Knoll2015-01-122-119/+2
* | Get rid of Value::engine()Lars Knoll2015-01-1210-31/+25
* | V4 JIT: ARM: move registers around.Erik Verbruggen2015-01-121-2/+2
* | Disallow QQmlDebugServer::enable for QT_QML_NO_DEBUGGERUlf Hermann2015-01-121-0/+8
* | Define vtable for CatchContextLars Knoll2015-01-121-0/+1
* | Move extensible into the internal classLars Knoll2015-01-125-23/+32