aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add new property "designersupported" to qmldirTim Jenssen2014-08-287-1/+60
* | V4 JIT: fix stack layout.Erik Verbruggen2014-08-261-13/+15
* | V4: disable type inference and loop peeling for the interpreter.Erik Verbruggen2014-08-267-21/+39
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-2611-23/+49
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-2611-23/+49
| |\|
| | * Don't use d->instanceModel after free'ing itLars Knoll2014-08-262-2/+3
| | * Fix crash with early QObject property accessSimon Hausmann2014-08-252-5/+15
| | * Fix typo in DelegateModelGroup documentationAlbert Astals Cid2014-08-251-1/+1
| | * Protect some members in QQmlObjectCreatorLars Knoll2014-08-252-5/+7
| | * Initialize variableLars Knoll2014-08-241-1/+1
| | * Don't abuse new to do a reinterpret_castLars Knoll2014-08-241-4/+4
| | * 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
| | * The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-141-1/+1