summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Small optimizations.Martin Jones2010-03-012-4/+10
* Use setOpacity(0.) rather than setVisible() to avoid positioner relayout.Martin Jones2010-03-011-1/+1
* Fix IM repaint.Warwick Allison2010-03-011-0/+2
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-03-017-4/+11
|\
| * Fixed private header include style to work when headers are installed.Rohan McGovern2010-03-013-4/+4
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-03-011-0/+6
| |\
| * \ Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-2787-4981/+5438
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-261-4/+8
| |\ \ \
| * | | | doc: Added \since 4.7 to several \qmlclass elements.Martin Smith2010-02-264-0/+7
* | | | | Set delegate Z before complete() so that view Z is overridden by delegate.Martin Jones2010-03-013-3/+7
| |_|_|/ |/| | |
* | | | Add mention of highlightRangeMode in snapMode docs.Martin Jones2010-03-011-0/+6
| |_|/ |/| |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-262-10/+3
|\ \ \
| * | | update painted geometry on pixmapChanged rather than sourceChangedYann Bodson2010-02-262-10/+3
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-261-0/+3
|\ \ \ \ | |/ / /
| * | | Test, demo, and work-around bug QTBUG-8535Warwick Allison2010-02-261-0/+3
* | | | Make Flickable overshoot behavior nicer.Martin Jones2010-02-263-27/+58
* | | | Tiny doc tweak.Martin Jones2010-02-261-1/+1
|/ / /
* | | Fix Flickable.overShoot doc - it is a bool not a realMartin Jones2010-02-261-2/+2
* | | Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-264-80/+57
* | | Merge branch 'master' of git:qt/qt-qmlThiago Macieira2010-02-2587-4877/+5330
|\ \ \ | |_|/ |/| |
| * | Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-252-4/+4
| * | Fix documentation following MouseRegion -> MouseArea changeMartin Jones2010-02-251-9/+9
| * | Document PackageMartin Jones2010-02-251-0/+27
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-251-2/+2
| |\ \
| | * | QML Text item clipping logic was reversedYann Bodson2010-02-251-2/+2
| * | | React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-2510-1/+54
| |/ /
| * | Explain the onPropertyChanged pattern in the docs.Alan Alpert2010-02-241-0/+11
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-241-1/+1
| |\ \
| | * | Fix wrong property name in qdeclarativeitem docsLeonardo Sobral Cunha2010-02-241-1/+1
| * | | Don't crash if the currentIndex is set while creating a delegate.Martin Jones2010-02-242-1/+5
| |/ /
| * | 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 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
| |/ /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-231-4/+8
|\ \ \ | |_|/ |/| |
| * | Made the qDrawPixmaps() API public (with modifications).Trond Kjernåsen2010-02-231-4/+8
| |/
* | Merge remote branch 'origin/master'Thiago Macieira2010-02-2326-394/+288
|\ \ | |/
| * 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