aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-1711-64/+89
|\
| * Fix warningAleix Pol2015-03-161-1/+1
| * Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-167-5/+5
| * Remove QQmlDirParser from QtQmlDevToolsSimon Hausmann2015-03-163-28/+4
| * Acknowledge QPersistentModelIndex is a built-in meta-typeGabriel de Dietrich2015-03-121-30/+3
| * QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-091-0/+76
* | Merge remote-tracking branch 'origin/5.5' into devGabriel de Dietrich2015-03-061-3/+27
|\|
| * Work around QPersistentModelIndex being a built-in meta-typeGabriel de Dietrich2015-03-051-3/+27
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-035-20/+26
|\|
| * QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-264-12/+13
| * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-5/+10
| |\
| | * Fix crash when invalidating qqmltypeloaderDaiwei Li2015-02-061-4/+7
| | * Doc: add missing "winrt" & "winphone" to Qt.platform.osJ-P Nurmi2015-02-021-0/+2
| | * Doc: fix Qt.platform.os since -tagJ-P Nurmi2015-02-021-1/+1
| | * Remove unnecessary QString::toUtf8 method callNobuaki Sukegawa2014-12-201-1/+0
| * | Fix some qdoc-warnings.Friedemann Kleint2015-02-231-3/+3
* | | Only heap allocate binding bits storage if needed.Aaron Kennedy2015-02-242-15/+43
|/ /
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-2/+0
* | Add Qt.hsva() functionSean Harmer2015-02-184-0/+31
* | NamedNodeMap: Remove logically dead codeHolger Hans Peter Freyther2015-02-181-6/+2
* | Add Q_GADGET wrappers for QModelIndex & Co.Gabriel de Dietrich2015-02-121-0/+20
* | Update copyright headersJani Heikkinen2015-02-12155-1077/+1077
* | Typeloader cleanupSimon Hausmann2015-01-233-31/+26
* | CleanupsLars Knoll2015-01-236-339/+339
* | CleanupsLars Knoll2015-01-233-10/+10
* | Remove all remaining usages of ValueRefLars Knoll2015-01-234-9/+9
* | Get rid of most uses of ValueRefLars Knoll2015-01-2327-80/+80
* | Rework QJSValue internalsLars Knoll2015-01-213-10/+8
* | Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-211-1/+1
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-216-22/+22
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-218-23/+0
* | QQmlData: More member reorganisation to remove holes.Robin Burchell2015-01-201-2/+3
* | QQmlValueTypeWrapper: Use QVariant to QString conversion if possibleGabriel de Dietrich2015-01-201-10/+18
* | Move vtable out of internalClassLars Knoll2015-01-201-1/+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
* | Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-161-2/+2
* | Refactor persistent valuesLars Knoll2015-01-162-4/+7
* | Redirect console.info to new QtInfoMsgKai Koehne2015-01-153-4/+14
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-1312-38/+45
* | Get rid of Value::engine()Lars Knoll2015-01-121-4/+4
* | Get rid of the bindingKeyFlagLars Knoll2015-01-124-6/+5
* | Fix compiler warning about use of uninitialized variableLars Knoll2015-01-101-0/+1
* | QML: fix uninitialized variable use.Erik Verbruggen2015-01-091-0/+1
* | Remove QQmlTrace. We have a real profiler.Erik Verbruggen2015-01-096-457/+0
* | Cleanup variant conversion codeLars Knoll2015-01-098-41/+42
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-0910-735/+41
* | Make the remaining variant conversion methods staticLars Knoll2015-01-092-36/+37
* | Remove most v8engine references in xhrLars Knoll2015-01-083-85/+50