aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Only heap allocate binding bits storage if needed.Aaron Kennedy2015-04-272-15/+43
* V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-04-221-0/+1
* Eliminate remaining property cache string lookups upon object instantiationSimon Hausmann2015-04-211-4/+5
* Speed up instantiation of objects that are assigned to list propertiesSimon Hausmann2015-04-211-3/+10
* Speed up property binding initialization on object creationSimon Hausmann2015-04-212-47/+38
* Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-202-0/+4
* Fix forward declaration of QQmlSourceLocation.Friedemann Kleint2015-04-171-1/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-161-2/+9
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-2/+9
| |\
| | * Add note clarifying return value of Qt.openUrlExternally()Aaron McCarthy2015-04-021-2/+9
* | | Speed up composite type instantiation with lots of IDsSimon Hausmann2015-04-163-28/+13
* | | Speed up object creationSimon Hausmann2015-04-169-23/+38
* | | Speed up object creation with lots of id name objectsSimon Hausmann2015-04-163-32/+44
* | | Speed up creation of objects without script bindingsSimon Hausmann2015-04-162-28/+31
* | | Speed up copying of value types in bindingsSimon Hausmann2015-04-163-0/+32
* | | Speed up value type binding creationSimon Hausmann2015-04-164-40/+62
* | | Changed QML type lockingSimon Hausmann2015-04-163-47/+47
* | | Speed up creation of objects that don't import scriptsSimon Hausmann2015-04-161-1/+1
* | | Speed up binding evaluationSimon Hausmann2015-04-163-28/+10
|/ /
* | Unregister types in the QMetaType system on unload.Robert Griebl2015-04-151-1/+10
* | Simple speed-up for binding setup during object instantiationSimon Hausmann2015-04-141-2/+1
* | Cleanup: Fix const'ness of the property binding validator codeSimon Hausmann2015-04-141-1/+1
* | CleanupSimon Hausmann2015-04-141-3/+2
* | Fix some qdoc warnings.Friedemann Kleint2015-03-313-5/+5
* | Fixing yet another memory leakRobert Griebl2015-03-251-2/+1
* | Remove QItemSelection value-type, use Array insteadGabriel de Dietrich2015-03-221-3/+0
* | Remove QModelIndexList value type, use Array insteadGabriel de Dietrich2015-03-221-8/+5
* | Fix conversion between char and string.Christian Strømme2015-03-211-2/+24
* | Remove forward declaration of QScriptContextLars Knoll2015-03-181-1/+0
* | 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
* | Work around QPersistentModelIndex being a built-in meta-typeGabriel de Dietrich2015-03-051-3/+27
* | 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
* | 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