aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Avoid race condition in QQmlEngine on shutdown.Gunnar Sletta2014-07-043-3/+15
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-025-20/+45
|\
| * Fix intermittent crash with older MinGW releasesRobin KAY2014-06-271-6/+3
| * Fix crash when deleting component in Component.onComplete through loaderSimon Hausmann2014-06-232-7/+28
| * Fix memory leak in QQmlComponent::createObjectSimon Hausmann2014-06-232-6/+4
| * QQmlObjectCreator: Clear sharedState componentAttached in destruction/clearAlbert Astals Cid2014-06-201-0/+9
| * Fix QQmlComponent detailed description.Mitch Curtis2014-06-201-1/+1
* | Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-251-1/+2
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-0/+1
|\|
| * Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
* | Add support for translations in pure QJSEngine based environmentsSimon Hausmann2014-06-131-7/+26
* | Javascript heap profilerUlf Hermann2014-06-061-3/+3
* | Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-057-17/+15
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-044-10/+19
|\|
| * Fix potential null pointer dereferencingFrederik Gladhorn2014-05-302-8/+13
| * Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-271-1/+1
| * Fix QQmlScriptString::isEmpty for script strings without source codeSimon Hausmann2014-05-271-1/+3
| * Fix cached compilation units for file importsSimon Hausmann2014-05-261-0/+2
* | Rework custom parser integrationSimon Hausmann2014-06-046-62/+53
|/
* Doc: Polish property binding explanationsSze Howe Koh2014-05-161-10/+8
* Remove V8 profiler serviceUlf Hermann2014-05-092-3/+0
* QQmlPlatform: use QStringLiteral instead of QLatin1StringJ-P Nurmi2014-05-061-9/+9
* Return "winphone" and "winrt" for Qt.platform.os when appropriateAndrew Knight2014-05-061-0/+4
* 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