aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-182-7/+18
* QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
* Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-121-3/+4
|\
| * Fix warning about mixing basic font type's pointSize and pixelSizeMitch Curtis2016-05-111-3/+4
* | Revert parts of 392c7b99348e2a96ef11adb5712095fbd13fb780Simon Hausmann2016-05-091-1/+1
|/
* Add version tag to QQmlExtensionInterface_iidJoni Poikelin2016-04-291-1/+1
* V4: 'Cache' enumeration end instead of calling a method.Erik Verbruggen2016-04-221-2/+2
* Occasionally trim the type cacheUlf Hermann2016-04-192-1/+21
* Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-2/+2
* qml: Remove unused QHashField class.Robin Burchell2016-04-062-113/+0
* Doc: Replace the reference to QQmlComponent::endCreateVenugopal Shivashankar2016-03-091-1/+1
* Let QQmlObjectCreator::setPropertyBinding return false for invalid typesFrederik Gladhorn2016-03-041-0/+2
* Make more ctors explicitMarc Mutz2016-03-032-2/+2
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-039-50/+81
* Fix typo in QQmlContext documentationMitch Curtis2016-03-031-1/+1
* Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-241-18/+56
* Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-172-4/+3
* QQmlComponent: mention errors when component is prematurely destructedMitch Curtis2016-02-101-0/+7
* QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-271-2/+8
* Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-1/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-211-2/+2
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+2
| |\
| | * Fix QQmlComponent::errors() documentationMitch Curtis2015-12-111-1/+1
| | * Fix link to QQmlError in QQmlComponent documentationMitch Curtis2015-12-101-1/+1
* | | Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-192-0/+23
|/ /
* | Doc: typo fixJoerg Bornemann2016-01-121-1/+1
* | QQmlXmlHttpRequest: Fix a memory leak on use of XMLHttpRequest's responseXML.Robin Burchell2016-01-051-0/+1
* | Fix value changed logic for ValueTypeProvider typesFrank Meerkoetter2016-01-041-1/+1
* | qml: preserve composite singleton types.Marco Benelli2015-12-173-8/+17
* | Make property interceptors work on alias properties againLars Knoll2015-11-266-114/+192
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+3
|\|
| * Don't normalize the path via the shell if it is a qrc based pathAndy Shaw2015-11-101-0/+3
* | Document default argument behavior of Qt.createComponent()Mitch Curtis2015-11-161-2/+15
* | Introduce a more sane "default constructor" for Qt.matrix4x4()Sean Harmer2015-11-111-0/+5
* | Load component synchronously in method_createQmlObjectUlf Hermann2015-11-033-68/+99
* | Doc: added required include statement QtQmlNico Vertriest2015-10-301-0/+4
* | Export QQmlLocale privatelyJ-P Nurmi2015-10-281-1/+1
* | QML: file leak of QFileSelector.Erik Verbruggen2015-10-222-0/+8
* | QML: Sanitize reading environment variables.Friedemann Kleint2015-10-222-6/+8
* | Don't delete singletons objects owned by C++.BogDan Vatra2015-10-151-1/+6
* | Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-2/+1
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-5/+5
* | Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-096-37/+67
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0611-0/+121
* | qqmlvmemetaobject.cpp: Fix conversion warning by MSVC2015/64.Friedemann Kleint2015-10-051-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-024-7/+7
|\|
| * Disable Clang warning -Wheader-hygiene.Marcel Krems2015-09-251-0/+4
| * Fix QQmlComponent::beginCreate documentationMitch Curtis2015-09-151-2/+2
| * Document that modifying the globalObject of QQmlEngine is not supportedMitch Curtis2015-09-091-1/+1
| * Fix compilation with ICC on WindowsThiago Macieira2015-09-021-4/+0