summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't look for contextual keywords when defining properties.Roberto Raggi2010-02-253-632/+658
* Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-259-24/+37
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-2544-317/+316
* Introduced alternative syntax for defining QML bindings.Roberto Raggi2010-02-257-1000/+1072
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qmlJustin McPherson2010-02-252-12/+40
|\
| * Document and test resetting properties in a state change.Michael Brasser2010-02-251-1/+28
| * Handle smooth reparenting where the item being reparented has a complexMichael Brasser2010-02-251-11/+12
* | Fix up some rename confusion.Justin McPherson2010-02-254-135/+3
|/
* Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-2514-77/+82
* docWarwick Allison2010-02-251-3/+1
* Fix documentation following MouseRegion -> MouseArea changeMartin Jones2010-02-251-9/+9
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-251-0/+3
|\
| * Fix QDeclarativePropertyAnimation to avoid property writes while stoppedLeonardo Sobral Cunha2010-02-251-0/+3
* | Document PackageMartin Jones2010-02-252-0/+54
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2542-879/+476
|\ \ | |/
| * Tweak QDeclarativeMetaProperty type category APIAaron Kennedy2010-02-254-29/+27
| * Remove QDeclarativeMetaProperty::AttachedAaron Kennedy2010-02-253-40/+13
| * Remove QDeclarativeMetaProperty::createProperty() methodAaron Kennedy2010-02-255-112/+92
| * Move private QDeclarativeMetaProperty functions into the private classAaron Kennedy2010-02-2510-49/+69
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-251-2/+2
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlYann Bodson2010-02-2528-633/+259
| | |\
| | * | QML Text item clipping logic was reversedYann Bodson2010-02-251-2/+2
| * | | Make QML_REGISTER...TYPE functions unnecessary (still exist for now).Warwick Allison2010-02-254-25/+25
| | |/ | |/|
| * | Revert "Add QDeclarativeGraphicsWidget, a QGraphicsWidget version of QmlView"Aaron Kennedy2010-02-253-574/+2
| * | Fix include of renamed headerJustin McPherson2010-02-252-2/+2
| * | Change Multimedia declarative module in line with recent commits.Justin McPherson2010-02-253-9/+14
| * | Merge branch 'master' of ../../qt/masterJustin McPherson2010-02-2424-59/+252
| |\ \ | | |/ | |/|
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2424-57/+124
| | |\
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2424-57/+124
| | | |\
| | | | * Add -mediaservice argument to configure.Andrew den Exter2010-02-241-11/+13
| | | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2323-46/+111
| | | | |\
| | | | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2323-46/+111
| | | | | |\
| | | | | | * Remove active qDebugs.Justin McPherson2010-02-2312-42/+38
| | | | | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-stagingNicholas Young2010-02-2318-28/+212
| | | | | | |\
| | | | | | | * Change qml.{h,cpp} -> multimediaqml.{h,cpp} in QtMultimedia.Justin McPherson2010-02-234-4/+4
| | | | | | | * Add private header warning.Justin McPherson2010-02-235-0/+54
| | | | | | * | Added QNetworkRequest constructor to QMediaContent.Nicholas Young2010-02-232-0/+15
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-241-2/+0
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | compile fix with namespaces after a broken automatical mergehjk2010-02-241-2/+0
| | | |/ / / /
* | | | | | | React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-2510-1/+54
|/ / / / / /
* | | | | | Install the extensions in the given uri.Roberto Raggi2010-02-241-7/+6
* | | | | | Install the QML extensions.Roberto Raggi2010-02-242-5/+14
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-243-8/+20
|\ \ \ \ \ \
| * | | | | | Add support for qml imports directory in configure, qmake, and qmlenginemae2010-02-243-8/+20
* | | | | | | Fix building without the XmlPatterns ModuleAlan Alpert2010-02-241-0/+2
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-241-0/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Build fix when using <QtDeclarative> include.Alexis Menard2010-02-241-0/+3
* | | | | | | Add QDeclarativeGraphicsWidget, a QGraphicsWidget version of QmlViewAlan Alpert2010-02-243-2/+574
* | | | | | | Explain the onPropertyChanged pattern in the docs.Alan Alpert2010-02-241-0/+11
|/ / / / / /
* | | | | | Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-2413-26/+30