aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix memory leak in QQmlLocaleDataLiang Jian2014-11-041-1/+1
* Get rid of !this and similar constructsLars Knoll2014-10-318-74/+52
* 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
* QmlEngine: Use separate mutex for network access managerKai Koehne2014-10-232-2/+3
* Fix assignment to QObject pointer propertiesSimon Hausmann2014-10-231-5/+4
* Fix a PIDLIST_ABSOLUTE leak in QQmlEngine on WindowsJocelyn Turcotte2014-10-221-1/+5
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-099-45/+22
* use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-011-2/+4
* 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
* Allow multiple cached qml unit registration functionsSimon Hausmann2014-09-241-5/+7
* Doc: apply title case to all section1 titlesNico Vertriest2014-09-241-1/+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
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-172-190/+129
* 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
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-1/+1
* Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-112-3/+12
* 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-286-1/+38
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-266-15/+40
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-266-15/+40
| |\
| | * 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
* | | QSM: Reintroduce guard argument evaluationSebastian Sauer2014-08-252-0/+41
|/ /
* | Update license headers and add new licensesJani Heikkinen2014-08-25160-3030/+1750
* | Add const & to argumentsAlbert Astals Cid2014-08-242-1/+14
* | v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-221-0/+4
* | Fix setContextObject to re-evaluate bindingsAlex Montgomery2014-08-151-0/+1
* | CleanupSimon Hausmann2014-08-157-40/+36
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-122-9/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-122-9/+7
| |\|
| | * Avoid double deletion when deleting an incubating component.Martin Jones2014-08-111-4/+3
| | * Clarify Component.onCompleted/onDestruction docsGunnar Sletta2014-08-061-5/+4
* | | Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
|/ /
* | Merge "Merge branch '5.3' into dev" into refs/staging/devGunnar Sletta2014-08-081-1/+0
|\ \
| * | Merge branch '5.3' into devGunnar Sletta2014-08-071-1/+0
| |\|
| | * Fix assertion: ASSERT: "hasException" in file jsruntime/qv4engine.cpp, line 933Robin Burchell2014-07-311-1/+0
* | | Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-073-1/+16
|/ /
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-293-7/+23
|\|
| * Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1