aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove uses of QT_POINTER_SIZE, replacing with proper constructsThiago Macieira2015-10-292-2/+2
* | Use the correct macro to detect 64-bit value encodingThiago Macieira2015-10-295-12/+12
* | Fix qmlcompiler build on win32.Erik Verbruggen2015-10-291-2/+2
* | Export QQmlLocale privatelyJ-P Nurmi2015-10-281-1/+1
* | QML: Fix typeof context property.Erik Verbruggen2015-10-2711-2/+99
* | Binding: document that property can be grouped if it's a value typeMitch Curtis2015-10-231-0/+17
* | V4: do not run optimizer for functions of >300 statements.Erik Verbruggen2015-10-231-2/+5
* | QML: file leak of QFileSelector.Erik Verbruggen2015-10-222-0/+8
* | QML: Sanitize reading environment variables.Friedemann Kleint2015-10-228-30/+51
* | Missing early n in co[n]version.Edward Welbourne2015-10-211-1/+1
* | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* | JS: Math.random(): fix range to not include 1.0.Erik Verbruggen2015-10-201-2/+7
* | Doc: solved various qdoc errors qtdeclarativeNico Vertriest2015-10-201-7/+7
* | Properly resolve the context to create mutable bindings onLars Knoll2015-10-201-4/+13
* | Fix a crash when copying array dataLars Knoll2015-10-201-1/+1
* | QmlDebug: Add a debug service for use with native debuggershjk2015-10-162-0/+14
* | QmlDebug: Don't duplicate Qt namespace when importing debug pluginsUlf Hermann2015-10-161-1/+3
* | QmlDebug: Add a debug connector for use with native debuggershjk2015-10-161-3/+12
* | Make obj2's text consistent between qtBinding.[23].qmlEdward Welbourne2015-10-161-1/+1
* | Only set V4 debugger when service is enabledUlf Hermann2015-10-151-1/+0