aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Change error messages to reflect new module terminologyChris Adams2012-08-092-6/+6
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-093-12/+51
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-093-1/+18
* Fix test failures in Qt Location with string lists.Glenn Watson2012-08-092-3/+12
* Fix uses of \inmodule, \inqqmlmodule and \sinceBea Lam2012-08-086-4/+5
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0813-140/+228
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-084-15/+62
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-083-2/+67
* Fix various broken links in documentationBea Lam2012-08-034-5/+6
* Fix docs for FormatType enumBea Lam2012-08-031-23/+25
* Make QQmlScriptString opaque.Michael Brasser2012-08-0310-47/+140
* Mark QQmlFile \internalBea Lam2012-08-021-0/+2
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-319-11/+185
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-305-7/+14
* Improve QML basic types documentationChris Adams2012-07-301-1/+1
* Allow access to signals and slots in QQmlPropertyMap inheritorsMatthew Vogt2012-07-272-3/+3
* Fix QML import paths in Qt resources.Aaron McCarthy2012-07-273-1/+17
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-3/+5
* Remove QListModelInterface.Andrew den Exter2012-07-258-252/+99
* Fix value-type semantics in variant propertiesChris Adams2012-07-243-31/+88
* Update var property to null on object deletionMatthew Vogt2012-07-202-11/+52
* Allow QQmlPropertyMap property updates to be controlledMatthew Vogt2012-07-182-12/+18
* Add fuzzyCompare() to qmltestCharles Yin2012-07-181-1/+1
* Trim trailing whitespaceStephen Kelly2012-07-172-65/+65
* Select appropriate version for located module componentsMatthew Vogt2012-07-171-26/+28
* Improved error message wordingMatthew Vogt2012-07-171-2/+2
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-163-18/+18
* Support remote import pathsMatthew Vogt2012-07-168-580/+1150
* Update multiple value type properties despite interceptorMatthew Vogt2012-07-131-5/+13
* Allow color to be explicitly compared to a stringMatthew Vogt2012-07-113-1/+41
* Don't provide typehint in QQmlExpression::evaluate()Chris Adams2012-07-111-1/+1
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-115-29/+85
* Fix broken value-type support by allowing property definitionChris Adams2012-07-1114-35/+269
* load plugins properly when QT_NO_SETTINGS is definedTasuku Suzuki2012-07-101-2/+0
* Do not permit excessive recursion in component creationMatthew Vogt2012-07-092-2/+30
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-0917-74/+181
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-062-2/+2
* Add references between being/completeCreate in the documentationLaszlo Papp2012-07-051-0/+4
* Add some private V8ASSERT macros.Andrew den Exter2012-07-041-0/+11
* Document QQmlComponent::create(QQmlIncubator&, ...)Martin Jones2012-07-041-4/+24
* Mark QQmlComponent::createObject() and incubateObject() as internalMartin Jones2012-07-041-0/+7
* Make Behaviors work correctly with value types.Glenn Watson2012-07-042-7/+73
* Fix crash in QQmlXmlHttpRequestChris Adams2012-07-021-8/+49
* MSVC: Fix warnings about struct/class mismatch.Friedemann Kleint2012-06-291-1/+1
* Add basic documentation for QML translation functions.Michael Brasser2012-06-281-4/+128
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-271-1/+3
|\
| * Merge branch 'buildsystem'Oswald Buddenhagen2012-06-261-1/+3
| |\
| | * don't rely on qtbase sourcesOswald Buddenhagen2012-06-261-1/+3
* | | Document the concept of creation context for QML Components.Michael Brasser2012-06-271-0/+21
* | | Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-273-9/+8