aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorganize "concept" pages in QtQuick docsBea Lam2012-07-053-189/+1
* 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
* Fix qmlRegisterModuleApi function linkageChris Adams2012-07-043-4/+5
* Make Behaviors work correctly with value types.Glenn Watson2012-07-042-7/+73
* Fix crash in QQmlXmlHttpRequestChris Adams2012-07-021-8/+49
* Document various changes to types and modules in QtQuick2Bea Lam2012-07-021-1/+6
* MSVC: Fix warnings about struct/class mismatch.Friedemann Kleint2012-06-291-1/+1
* Improve documentation for module APIsChris Adams2012-06-292-2/+43
* Add porting guide for QML appsBea Lam2012-06-291-2/+7
* Fixes for QML Basic Types docsBea Lam2012-06-281-168/+280
* Add basic documentation for QML translation functions.Michael Brasser2012-06-288-4/+458
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-272-15/+7
|\
| * Merge branch 'buildsystem'Oswald Buddenhagen2012-06-262-15/+7
| |\
| | * build system cleanupsOswald Buddenhagen2012-06-261-13/+3
| | * auto-generate module prisOswald Buddenhagen2012-06-261-1/+1
| | * don't rely on qtbase sourcesOswald Buddenhagen2012-06-261-1/+3
* | | Document the concept of creation context for QML Components.Michael Brasser2012-06-273-0/+129
* | | Reorganise release notes for QtQml and QtQuickBea Lam2012-06-272-0/+87
* | | Document the arg() function QML adds to the String prototype.Martin Jones2012-06-273-1/+55
* | | Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-273-9/+8
* | | Consistent use of syntax in V4 Register classMatthew Vogt2012-06-271-16/+16
* | | Add enum values from related typesMatthew Vogt2012-06-274-27/+74
* | | Support JS Date object in ListModel with static roles.Glenn Watson2012-06-262-3/+76
|/ /
* | Add warning if defining a ListModel with no roles.Glenn Watson2012-06-261-0/+6
* | Remove default allocation size for PODVector.Glenn Watson2012-06-261-6/+6
* | Doc: Use correct style and modules for doc build.Casper van Donderen2012-06-251-2/+5
* | Doc: Use the module "make docs" and rename qtquick "make docs".Casper van Donderen2012-06-251-0/+2
* | Don't AssertAlan Alpert2012-06-251-1/+2
* | Correctly resolve qrc:/ URLs in type loadingMatthew Vogt2012-06-251-11/+11
* | qmlRegisterRevision clashes with qmlRegisterUncreatableTypeMartin Jones2012-06-252-0/+34
* | Decode directory separators in source URLsMatthew Vogt2012-06-254-4/+29
|/
* Fix build: include the necessary headers properly.Thiago Macieira2012-06-221-0/+2
* Handle enum values of -1 correctly.Michael Brasser2012-06-225-15/+22
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-223-3/+65
* Report clashing qmldir entries for components and scriptsMatthew Vogt2012-06-221-7/+33
* Create new documentation structureChris Adams2012-06-2180-7633/+5433
* Put basic language types into QtQml importChris Adams2012-06-214-17/+25
* Disallow signal-handler-specification for non-signal methodsChris Adams2012-06-212-2/+2
* Enable literal Qt enum assignment to enum properties.Michael Brasser2012-06-211-9/+9
* Fix some of the bundle test failures on Windows.Glenn Watson2012-06-202-12/+12
* QtQuick: Fix warnings about unused variables.Friedemann Kleint2012-06-131-2/+0
* Remove non-templated qobject module api registration functionChris Adams2012-06-123-26/+0
* Check for null ptr in qmlobject_cast definitionChris Adams2012-06-121-1/+1
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-1215-59/+182