aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add missing import to documentation code snippetSérgio Martins2014-09-231-0/+1
* | Fix deadlock with QQuickView embedded via QWidget::createWindowContainerDyami Caliri2014-09-221-2/+9
* | Fix compiler warnings in qv8engine.cpp.Friedemann Kleint2014-09-191-1/+5
* | Revert mapping of var signal parameters to QJSValueSimon Hausmann2014-09-191-1/+1
* | Replace vsnprintf with qvsnprintf.Bjoern Breitmeyer2014-09-191-1/+1
* | Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-1711-231/+227
* | Cleaned up the documentation for QQmlEngine::ObjectOwnership.Kavindra Palaraja2014-09-161-34/+30
* | Fixed documentation for QQmlEngine::ObjectOwnership.Kavindra Palaraja2014-09-161-1/+1
* | Don't start QQmlThreads from their constructorUlf Hermann2014-09-163-6/+13
* | Fix stack size check on systems with less than 256kb stackSimon Hausmann2014-09-121-1/+5
* | Fix String leak by calling the correct destructorOle André Vadla Ravnås2014-09-111-1/+1
* | Select specific features to be recorded when profiling QMLUlf Hermann2014-09-1111-76/+112
* | Fix setUTCXxx methods in DateLars Knoll2014-09-111-18/+9
* | Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-112-3/+12
* | Fix failing assertion when compiling self-referencing QML singletonSimon Hausmann2014-09-111-6/+7
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-09-112-2/+56
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-082-2/+56
| |\|
| | * QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-051-1/+1
| | * Fix crashes when calling Array.sort with imperfect sort functionsLars Knoll2014-09-011-1/+55
* | | Fix broken QJSEngine snippet in documentation.Mitch Curtis2014-09-111-3/+3
* | | V4 runtime: tune Runtime::add/sub/mul a bit.Erik Verbruggen2014-09-102-38/+33
|/ /
* | Doc: Fix link to Qt namespacev5.4.0-alpha1Topi Reinio2014-09-051-1/+1
* | Remove use of anonymous struct in header fileKai Koehne2014-09-011-4/+2
* | introduce *.ui.qml file types as new forms file typeTim Jenssen2014-08-291-0/+7