summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Add an "asynchonous" property to Image.Martin Jones2010-02-246-22/+111
* Removed unnecessary update calls in qmlgraphicsitemLeonardo Sobral Cunha2010-02-241-4/+0
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-2487-4812/+4812
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2425-19/+84
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-2425-19/+84
| |\
| | * Merge remote branch 'origin/master'Thiago Macieira2010-02-2326-394/+288
| | |\
| | * \ Merge remote branch 'origin/master'Thiago Macieira2010-02-2046-579/+911
| | |\ \
| | * | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-1925-18/+83
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-239-50/+329
|\ \ \ \ \ | |/ / / /
| * | | | Doc fixAlan Alpert2010-02-231-1/+1
| * | | | Add missing NOTIFY signals to positioners, particles and webviewJoona Petrell2010-02-236-42/+161
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-231-3/+0
| |\ \ \ \
| | * | | | QmlExpression API reviewAaron Kennedy2010-02-231-3/+0
| * | | | | Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-231-2/+1
| |/ / / /
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-231-1/+1
| |\ \ \ \
| * | | | | Add support for setting the root index when using a QAbstractItemModel.Martin Jones2010-02-232-4/+168
| | |_|_|/ | |/| | |
* | | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-6/+0
| |/ / / |/| | |
* | | | Better support modelData for object list models.Michael Brasser2010-02-231-1/+1
|/ / /
* | | Make uncached text painting work for richtext too.Martin Jones2010-02-232-3/+12
* | | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-2214-265/+136
* | | Rename MouseRegion -> MouseAreaMartin Jones2010-02-228-113/+114
* | | Fix compile error on SolarisAaron Kennedy2010-02-225-14/+27
| |/ |/|
* | Revert "Speed up QmlGraphicsItem::setParentItem."Bjørn Erik Nilsen2010-02-191-5/+1
* | Fix "AnimatedImage ignores Anchors setting"Michael Brasser2010-02-191-0/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1883-83/+87
|\ \ | |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-1681-81/+85
| |\
| | * Fix copyright year.Jason McDonald2010-02-1681-81/+81
| | * doc: Fixed some qdoc errors.Martin Smith2010-02-161-0/+4
* | | Doc: onExited, onEntered only work when button pressed or hoverEnabledMartin Jones2010-02-181-0/+16
* | | Ensure visibleIndex and currentIndex are updated on itemsMoved().Martin Jones2010-02-181-2/+25
* | | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-182-5/+5
* | | Fix typo in docsAlan Alpert2010-02-171-1/+1
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-1746-566/+862
|\ \ \ | |/ / |/| |
| * | Add missing NOTIFY signals to various QML item class propertiesJoona Petrell2010-02-1710-17/+74
| * | Fix currentIndex after itemsMoved()Martin Jones2010-02-171-8/+46
| * | Revert "Replace QList<>* support with QmlListProperty"Aaron Kennedy2010-02-176-11/+12
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-171-0/+7
| |\ \
| | * | Expose LayoutItem documentationAlan Alpert2010-02-161-0/+7
| * | | Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-166-12/+11
| |/ /
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMichael Brasser2010-02-161-4/+0
| |\ \
| | * | transformOrigin defaults to Center, fix image/docs.Warwick Allison2010-02-161-4/+0
| * | | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-163-7/+7
| |/ /
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-163-4/+10
| |\ \
| | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-152-2/+6
| | |\ \
| | | * | Exposing some Validators requires Qt >= 4.7.0Alan Alpert2010-02-152-2/+6
| | * | | Fix TextInput keypad navigationAlan Alpert2010-02-151-2/+4
| | |/ /
| * | | Ensure new WebView windows are notified correctly. Improve test.Warwick Allison2010-02-151-1/+2
| |/ /
| * | Fix compile with -no-webkitWarwick Allison2010-02-153-1/+8
| * | Fix buildWarwick Allison2010-02-153-6/+0
| * | Move type initialization from global static initializers to QmlEngine constru...Warwick Allison2010-02-1439-521/+711
| |/