summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* QDeclarativeDebug: Fix crash when serializing list of QObjectsKai Koehne2011-02-161-8/+10
* Correct the "module not installed" error handlingAaron Kennedy2011-02-111-12/+13
* Make addImportPath() work for windows paths starting with lower caseBea Lam2011-02-111-2/+4
* Report any exceptions occurring in WorkerScript javascript codeBea Lam2011-02-111-3/+63
* Update modules-related tests and docsBea Lam2011-02-102-2/+24
* CLeanup registers after AddStringAaron Kennedy2011-02-101-3/+38
* Support seperate versions of installed modulesmae2011-02-081-12/+64
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2011-02-042-1/+11
|\
| * Clarify case preservation in QDeclarativeImageProvidersAlan Alpert2011-02-042-1/+11
* | Allow unknown types to be passed opaquely through signalsAaron Kennedy2011-02-033-6/+103
|/
* Correct error messageAaron Kennedy2011-02-031-2/+10
* Correct assertAaron Kennedy2011-02-031-2/+1
* Export QDeclarativeRefCount so that symbian compiles.Martin Jones2011-02-021-1/+1
* Move Qt.application docs into Qt global object pageBea Lam2011-02-021-4/+56
* Use qobject_cast rather than dynamic_cast.Martin Jones2011-01-301-3/+3
* Allow functions to be passed in as values for grouped propertiesBea Lam2011-01-281-3/+14
* Adding support for group properties in Component::CreateObject()Christopher Ham2011-01-281-1/+5
* Fix test breakage for qdeclarativeworkerscriptBea Lam2011-01-281-1/+3
* Ensure simple objects also get the appropriate property cacheAaron Kennedy2011-01-283-11/+9
* Fix object check in createObjectChristopher Ham2011-01-271-2/+2
* Apply property bindings during component creation. Add versioningChristopher Ham2011-01-271-1/+1
* Fix righ-to-left support in text components.Christopher Ham2011-01-273-13/+57
* Allow property bindings to be easily created from JavaScriptBea Lam2011-01-279-17/+149
* Implement property versioning inside the declarative engineAaron Kennedy2011-01-2715-121/+435
* Add location information for tracing.Michael Brasser2011-01-253-4/+17
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-19143-147/+156
|\
| * fix typo in error messagesOswald Buddenhagen2011-01-171-1/+1
| * Fix memory leakAaron Kennedy2011-01-141-0/+5
| * Clarify Component.createObject(null) behavior.Martin Jones2011-01-141-0/+4
| * Don't crash Qt Creator when debugging an object aliasAaron Kennedy2011-01-131-1/+1
| * Update copyright year to 2011.Jason McDonald2011-01-10143-145/+145
* | Fix declarative autotest compilation on SymbianJoona Petrell2011-01-181-1/+1
* | Fix QtDeclarative compilation warningsJoona Petrell2011-01-183-14/+7
* | Fix memory leakAaron Kennedy2011-01-171-3/+9
* | Fix Qt.formatTime() to accept QTime valuesBea Lam2011-01-111-22/+64
* | Introduce Qt.application.active propertyJoona Petrell2011-01-071-0/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-075-21/+21
|\ \ | |/
| * WorkerScript could starve image loading of CPU.Martin Jones2010-12-231-1/+1
| * Improve QDeclarativeComponent test coverage.Michael Brasser2010-12-222-12/+0
| * Don't truncate image:// url strings prematurelyBea Lam2010-12-202-8/+20
* | Fix version in previous commit. Had already been bumped.Martin Jones2011-01-062-3/+3
* | Ensure QDeclarativePrivate::RegisterType version is updated and checked.Martin Jones2011-01-063-3/+5
* | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-051-1/+1
|\ \
| * | Add clarifications to QML SQL docs.Michael Brasser2011-01-051-1/+1
* | | Support property/method versions in QMLMartin Jones2011-01-0516-41/+214
|/ /
* | Optimization: make QDeclarativePropertyPrivate shared.Michael Brasser2010-12-222-47/+64
* | Fix potential crash in PropertyChanges binding rewrite handling.Michael Brasser2010-12-212-0/+6
* | Optimize name lookup for QDeclarativeProperty.Michael Brasser2010-12-211-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Joona Petrell2010-12-202-21/+37
|\ \ | |/
| * QmlDebugger: Fix runtime warnings about unregistered metatypesKai Koehne2010-12-161-1/+4