aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-236-28/+70
* Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-121-0/+6
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-093-4/+21
* Fix remaining QQmlLocale auto-test failuresSimon Hausmann2014-04-081-2/+5
* Fix XHR auto tests always failingSimon Hausmann2014-04-081-1/+2
* Fix memory corruption in XHR implementationSimon Hausmann2014-04-081-0/+1
* Use RAII for VME profilerUlf Hermann2014-04-031-18/+17
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-027-5/+36
* Fix performance regression for bindings from QtQuick state changesSimon Hausmann2014-04-021-1/+1
* Fix compilation of script stringsSimon Hausmann2014-04-024-23/+25
* Give the QML and the debug server thread an objectname.Thomas McGuire2014-04-011-0/+1
* Fix typoSimon Hausmann2014-04-013-4/+4
* Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-311-2/+1
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-291-1/+1
* Eliminate noop translation bindingsSimon Hausmann2014-03-292-9/+0
* Remove dead codeSimon Hausmann2014-03-292-30/+0
* Make it possible to supply compilation units from pluginsSimon Hausmann2014-03-295-38/+205
* Fix crash in conversion from QVariantMap to QJSValueSimon Hausmann2014-03-281-1/+5
* Various cleanupsSimon Hausmann2014-03-282-18/+22
* Doc: Document signals (not handlers) under \qmlattachedsignalSze Howe Koh2014-03-281-8/+8
* Save another 4/8 bytes per QQmlBoundSignalExpressionSimon Hausmann2014-03-272-2/+2
* Fix build on older MinGWKonstantin Ritt2014-03-271-1/+14
* Fix some documentation errors.Friedemann Kleint2014-03-245-13/+12
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-2114-45/+18
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-1911-236/+1
* Clear the chain of incubated objects in QQmlIncubatorPrivate::clearAlbert Astals Cid2014-03-191-14/+14
* Cleanup: Get rid of QQmlScript::TypeReferenceSimon Hausmann2014-03-193-18/+9
* Cleanup: Remove dead codeSimon Hausmann2014-03-191-31/+0
* CleanupSimon Hausmann2014-03-194-135/+88
* Clean up script importsSimon Hausmann2014-03-194-327/+45
* Clean, part 3Simon Hausmann2014-03-193-47/+12
* Cleanup, part 2Simon Hausmann2014-03-183-58/+54
* Use QUrl::toLocalFile() when decoding a string URLAndrew Knight2014-03-181-8/+3
* Namespace cleanupSimon Hausmann2014-03-175-9/+9
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-173-5/+9
* Suppress implicit sign conversion warnings in public APIKurt Pattyn2014-03-171-3/+3
* Fix crash on shutdown with statesSimon Hausmann2014-03-151-0/+1
* Fix QQmlContextData object leakLiang Jian2014-03-141-1/+1
* Fix QmldirCache object leakLiang Jian2014-03-142-3/+19
* Fix QQmlTypeData object leakLiang Jian2014-03-131-0/+5
* Fix QQmlBoundSignalExpression::Data object leakLiang Jian2014-03-131-0/+1
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-133-32/+22
* Static plugins: support loading static plugins from several enginesRichard Moe Gustavsen2014-03-133-16/+58
* Remove redundant QQmlBinding members.Michael Brasser2014-03-116-79/+102
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-112-4/+4
* Fix incorrectly initialized property cache on group objectsSimon Hausmann2014-03-111-6/+11
* Reserve a double slot for accessor propertiesLars Knoll2014-03-071-2/+4
* Remove the name member of FunctionObjectLars Knoll2014-03-071-1/+1
* Remove old compiler and VMESimon Hausmann2014-03-0722-8777/+61
* Add the features of QLoggingCategory to QML's debugging methods.Giorgos Tsiapaliokas2014-03-071-4/+10