aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in QQmlContext documentationMitch Curtis2016-03-031-1/+1
* V4: fix bootstrapped builds on Ubuntu 32bit.Erik Verbruggen2016-03-031-2/+5
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-5/+4
* Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-243-26/+73
* Validate Binding only when it is enabledNikita Krupenko2016-02-241-1/+3
* Remove unused static const non-constexpr variableThiago Macieira2016-02-221-2/+0
* Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-172-4/+3
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-0/+2
|\
| * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+2
* | Fix grammar in QML property aliases documentationMitch Curtis2016-02-111-2/+2
* | 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
* Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-273-10/+16
* Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-1/+1
* Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-231-0/+2
* Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-225-7/+44
* 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
|/ /
* | Fix up commit 9d7b27f5bf44a46707e6d50ebf51ecf73f91dd1bSimon Hausmann2016-01-161-1/+18
* | Doc: typo fixJoerg Bornemann2016-01-121-1/+1
* | Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-0810-55/+55
* | V4: Replace QVector with (Q)VarLengthArray in BasicBlock.Erik Verbruggen2016-01-062-7/+25
* | Fix a couple of container detachmentsSérgio Martins2016-01-052-2/+2
* | 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
* | Fix crash in a non-debug build with assertions enabledThiago Macieira2015-12-291-12/+4
* | Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-236-27/+2
* | V4: Shrink IR::Temp by removing unnecessary padding.Erik Verbruggen2015-12-231-5/+5
* | Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-186-2/+27
* | qml: preserve composite singleton types.Marco Benelli2015-12-173-8/+17
* | Fix bogus warning when using Binding on value typesLars Knoll2015-11-271-26/+20
* | Don't try to resolve id values or singleton member as propertiesLars Knoll2015-11-271-1/+2
* | Make property interceptors work on alias properties againLars Knoll2015-11-266-114/+192
* | Fix crash related to BoundFunctionsFrank Meerkoetter2015-11-231-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-201-0/+3
|\ \
| * | 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
* | | Doc: Added link to Extending QMLNico Vertriest2015-11-201-2/+1
|/ /
* | Document default argument behavior of Qt.createComponent()Mitch Curtis2015-11-161-2/+15
* | Doc: added link to Qt5 Cadaques in external resourcesNico Vertriest2015-11-121-1/+6
* | 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
* | CMake: Make sure to export all pluginsKevin Funk2015-11-021-0/+5
* | Doc: added required include statement QtQmlNico Vertriest2015-10-301-0/+4
* | Doc: added spec on defining enums register.typesNico Vertriest2015-10-301-0/+1
* | Doc: corrected typo in doc basic typesNico Vertriest2015-10-301-1/+1
* | Doc: fixed link issuesNico Vertriest2015-10-301-1/+1