aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Add string::arg method in installTranslatorFunctionsKai Koehne2014-12-051-0/+6
* Fix crashes on QNX/x86Simon Hausmann2014-12-031-7/+6
* Regression: Fix array data corruptionSimon Hausmann2014-12-022-2/+4
* Fix loading of .ui.qml form files with cached compilation unitsSimon Hausmann2014-12-021-15/+21
* Document Qt.application.supportsMultipleWindows property.Mitch Curtis2014-11-251-0/+6
* Don't embded qmldbg_tcp plugin to libQt5Qml in static buildPasi Petäjäjärvi2014-11-111-5/+0
* Inspector: Do not assert when trying to stream QModelIndexKai Koehne2014-11-071-2/+10
* Avoid stack overflow when destroying InternalClassUlf Hermann2014-11-061-18/+17
* qv4: assign split of edges to loop header to the correct groupFawzi Mohamed2014-11-051-1/+13
* Mark cleanup function as unused if compiled with QT_QML_NO_DEBUGGERUlf Hermann2014-11-051-0/+1
* qv4: assign split edges to the correct loop groupFawzi Mohamed2014-11-041-9/+1
* Fix memory leak in QQmlLocaleDataLiang Jian2014-11-041-1/+1
* Fix memory leak in QV4::QQmlSequenceLiang Jian2014-11-041-1/+1
* Doc: Qt Quick Designer UI formsLeena Miettinen2014-11-031-0/+6
* Fix memory leak caused by QV4::ErrorObjectJian Liang2014-11-021-1/+1
* Get rid of !this and similar constructsLars Knoll2014-10-3118-112/+100
* Don't allocate less memory than requiredLars Knoll2014-10-311-0/+2
* Fix ICC-on-Mac warning about unknown #pragmaThiago Macieira2014-10-301-2/+2
* Revert: use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-281-4/+2
* Reduce memory pressure on system malloc when allocating large items on the GC...Simon Hausmann2014-10-271-0/+7
* Don't check the this pointer for 0 in member functionsLars Knoll2014-10-279-27/+27
* Reduce size of ArrayData by one pointerLars Knoll2014-10-274-33/+42
* Rework our simple array implementationLars Knoll2014-10-279-184/+199
* Fix QQmlTypeData object leakJian Liang2014-10-271-0/+1
* Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-241-1/+7
* Fix syntax error when trying to declare read-only object propertiesSimon Hausmann2014-10-245-1030/+1063
* Fix license headers in Qml grammar specificationSimon Hausmann2014-10-241-48/+42
* Doc: Updated the code snippets for the toLocalexxx functionsVenu2014-10-241-3/+3
* QmlEngine: Use separate mutex for network access managerKai Koehne2014-10-232-2/+3
* Doc: Fixed an error in the QML snippetVenu2014-10-231-6/+6
* Fix assignment to QObject pointer propertiesSimon Hausmann2014-10-231-5/+4
* Fix non-compiling QtQml code snippetAlex Blasche2014-10-231-1/+1
* Reduce memory pressure on the JS stack during garbage collectionSimon Hausmann2014-10-221-6/+16
* Fix a PIDLIST_ABSOLUTE leak in QQmlEngine on WindowsJocelyn Turcotte2014-10-221-1/+5
* Check list property before component when validating bindingsUlf Hermann2014-10-211-2/+2
* qmlstatemachine: Rename StateBase to StateKevin Funk2014-10-2113-71/+102
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-142-11/+25
|\
| * Fix crash with foreach on arguments objectSimon Hausmann2014-09-112-14/+37
* | Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-0923-87/+55
* | Doc: Updated the QML State Machine docsVenu2014-10-091-106/+85
* | use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-011-2/+4
* | documentation for qmldir "depends" declarationShawn Rutledge2014-10-011-0/+19
* | qmldir parser: add support for "depends component version" syntaxShawn Rutledge2014-10-012-0/+30
* | Document that QQmlApplicationEngine's root item must be a window.Mitch Curtis2014-09-301-1/+5
* | Fix compiler warningLars Knoll2014-09-301-0/+1
* | Doc: Combine the extending QML tutorial chapters into a single exampleTopi Reinio2014-09-301-113/+75
* | Fix example in scope documentationSimon Hausmann2014-09-301-2/+2
* | Cleanup: Simplify CompiledData::Unit structure to always include the string t...Simon Hausmann2014-09-244-14/+28
* | Allow multiple cached qml unit registration functionsSimon Hausmann2014-09-241-5/+7
* | Doc: apply title case to all section1 titlesNico Vertriest2014-09-245-5/+5