aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix crash with early QObject property accessSimon Hausmann2014-08-252-5/+15
* Protect some members in QQmlObjectCreatorLars Knoll2014-08-252-5/+7
* Protect incubation against its creator being deleted.Gunnar Sletta2014-08-231-1/+1
* Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-222-4/+17
* Avoid double deletion when deleting an incubating component.Martin Jones2014-08-111-4/+3
* Clarify Component.onCompleted/onDestruction docsGunnar Sletta2014-08-061-5/+4
* Fix assertion: ASSERT: "hasException" in file jsruntime/qv4engine.cpp, line 933Robin Burchell2014-07-311-1/+0
* Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1
* Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-262-6/+22
* QQmlComponent::create(): visual items must have a visual parent.Mitch Curtis2014-07-241-0/+5
* Fix crash on QQmlEngine destruction.Andrew den Exter2014-07-032-2/+3
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-022-4/+4
* 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
* Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
* 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
* 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