summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* MouseRegion is dead. Long live MouseArea.Martin Jones2010-03-041-1/+0
* Merge branch 'tab-navigation' into 4.7Yann Bodson2010-03-042-14/+87
|\
| * Add support for tab and backtab in KeyNavigationYann Bodson2010-03-042-14/+87
* | Don't mess with highlight size if highlightFollowsCurrentItem is false.Martin Jones2010-03-041-4/+7
* | Fix ListView contentHeight calculation.Martin Jones2010-03-041-2/+3
|/
* Documented view behavior when items are removed from start of view.Martin Jones2010-03-042-0/+18
* Remove unnecessary additional hash of QDeclarativeGridViewAttachedMartin Jones2010-03-042-21/+7
* Fix spelling.Martin Jones2010-03-042-2/+2
* Document that the views do not set clip: true.Martin Jones2010-03-042-0/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-031-6/+19
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-033-9/+9
| |\
| * | Fix painting Rectangle with radius < side/2.Martin Jones2010-03-031-6/+19
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-033-9/+9
|\ \ \ | | |/ | |/|
| * | More renaming: MouseRegion -> MouseAreaYann Bodson2010-03-031-5/+5
| * | 'on' syntax fixesYann Bodson2010-03-032-4/+4
| |/
* | 4.6.x compatWarwick Allison2010-03-031-0/+16
|/
* Fix mouse stealing in nested flickables.Martin Jones2010-03-031-7/+13
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0218-1828/+167
|\
| * Merge branch 'master' into 4.7Warwick Allison2010-03-025-1785/+0
| |\
| | * Move WebView to an extension plugin.Warwick Allison2010-03-025-1785/+0
| | * Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-028-36/+124
| * | Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-028-36/+124
| * | Add accessor operations to VisualItemModel::childrenAaron Kennedy2010-03-021-1/+10
| * | Fix warning.Michael Brasser2010-03-021-1/+0
| * | Minor optimization.Michael Brasser2010-03-021-2/+3
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-025-3/+25
| |\ \
| | * | Replace remaining QGuard usage with QDeclarativeGuard.Michael Brasser2010-03-013-3/+6
| | * | Expand documention of status property with examplesAlan Alpert2010-03-012-0/+19
| | |/
| * | Document TextEdit::textMarginAlan Alpert2010-03-011-0/+5
| |/
* | doc: Fixed some qdoc errors.Martin Smith2010-03-021-1/+1
|/
* 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
|\ \ \ | |_|/ |/| |