aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't delete singletons objects owned by C++.BogDan Vatra2015-10-151-1/+6
* | Doc: fixed compilation and link errors qqmlitemmodels.qdocNico Vertriest2015-10-151-20/+20
* | Doc: corrected syntax errors \qmlmethodNico Vertriest2015-10-151-2/+2
* | Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-2/+1
* | Fix compile error.Milian Wolff2015-10-151-1/+1
* | Remove line numbers for statements without side-effects.Erik Verbruggen2015-10-151-46/+95
* | QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-144-31/+44
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-135-10/+11
* | Initialize member variable.Erik Verbruggen2015-10-131-0/+1
* | Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-099-41/+107
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0695-0/+1045