summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-054-7/+12
|\
| * Fix qdoc errorsBea Lam2010-05-052-1/+4
| * docWarwick Allison2010-05-051-4/+4
| * Null objects should appear as JS nullAaron Kennedy2010-05-051-1/+2
| * Fix a crash with null objects returned from a Q_INVOKABLERhys Weatherley2010-05-051-1/+2
* | Allow dynamic deletion of objects created with createQmlObjectAlan Alpert2010-05-041-1/+4
|/
* Ensure eval and Function are in the correct scopeAaron Kennedy2010-04-301-5/+15
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-302-4/+17
|\
| * Add Qt.fontFamilies() methodAaron Kennedy2010-04-302-0/+13
| * Fix assignment of value types to javascript var.Michael Brasser2010-04-301-4/+4
* | Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-304-15/+31
|/
* Doc fixesBea Lam2010-04-301-1/+5
* Fix error stringBea Lam2010-04-301-1/+1
* Add QML value types for math3d typesRhys Weatherley2010-04-302-0/+367
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-305-15/+26
|\
| * Warn on assigning a function to a QML property.Michael Brasser2010-04-292-1/+15
| * Cleanup guards used in synthesized QML meta objectsAaron Kennedy2010-04-291-2/+1
| * Simplify QDeclarativeGuard logicAaron Kennedy2010-04-292-12/+10
* | Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-291-4/+10
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-294-60/+7
|\
| * Don't call qRegisterMetaType() in global scopeBea Lam2010-04-292-1/+1
| * Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-292-58/+5
| * Return enum property values as numbers, not QVariant valuesBea Lam2010-04-291-1/+1
* | Ensure filenames are correctly resolvedWarwick Allison2010-04-291-1/+1
|/
* Suppress transient errors from bindingsAaron Kennedy2010-04-291-1/+3
* Cleanup: Move import stuff out of the QDeclarativeEngineAaron Kennedy2010-04-2911-919/+1129
* Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-294-0/+22
* Bunch of doc fixes.Alexis Menard2010-04-281-1/+5
* Code cleanupAaron Kennedy2010-04-281-235/+238
* Remove unused variableAaron Kennedy2010-04-282-4/+1
* Don't unnecessarily regenerate property cacheAaron Kennedy2010-04-284-28/+75
* Small cleanupsAaron Kennedy2010-04-282-59/+19
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-278-77/+243
|\
| * Plugins documentation.Bea Lam2010-04-271-4/+11
| * Disallow "Qt" as namespace importAaron Kennedy2010-04-271-0/+8
| * Correctly inherit extension propertiesAaron Kennedy2010-04-271-1/+1
| * AutotestsAaron Kennedy2010-04-271-9/+8
| * More QDeclarativeNetworkAccessManagerFactory doc clarification.Martin Jones2010-04-271-1/+3
| * Fix QDeclarativeNetworkAccessManagerFactory docs.Martin Jones2010-04-271-4/+1
| * Improved error messages for type resolving, new debug optionmae2010-04-263-55/+133
| * Return null if creation fails.Michael Brasser2010-04-231-3/+5
| * Basic Component doc.Michael Brasser2010-04-231-1/+74
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-2760-622/+1048
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-2311-40/+44
| |\
| | * Add missing Q_DISABLE_COPYs.Michael Brasser2010-04-224-0/+6
| | * Use Q_DECLARE_PRIVATE for private slot.Michael Brasser2010-04-223-7/+7
| | * Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-225-15/+11
| | * Doc.Michael Brasser2010-04-221-18/+20
| * | Don't crash if Connections::target is changed by one of its signal handlersMartin Jones2010-04-232-3/+8
| |/
| * Autotests and docAaron Kennedy2010-04-221-34/+36