summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-082-0/+15
|\
| * doc: Fixed some QML qdoc errors.Martin Smith2010-03-052-0/+15
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-051-1/+0
| |\
| | * QtDeclarative: Fix compiler warningsFriedemann Kleint2010-03-022-2/+0
* | | clearFocus() before setParentItem(0) on an item with focus.Martin Jones2010-03-081-0/+2
* | | fix QDeclarativeItem sceneEvent handlingYann Bodson2010-03-081-3/+3
* | | Particles optimization and doc fixes.Michael Brasser2010-03-081-3/+5
* | | Add Flipable example.Bea Lam2010-03-081-38/+13
* | | Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-087-467/+326
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-089-24/+30
|\ \ \
| * | | Optimize Rectangle, Image, and Text creation.Michael Brasser2010-03-089-24/+30
* | | | Add PathView.isCurrentIndex and PathView.view attached propertiesMartin Jones2010-03-083-73/+181
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-057-42/+148
|\ \ \ | |/ /
| * | 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.7Warwick Allison2010-03-033-9/+9
| |\ \ \
| * | | | 4.6.x compatWarwick Allison2010-03-031-0/+16
* | | | | Add mapFromItem() and mapToItem() in QDeclarativeItem.Bea Lam2010-03-042-0/+57
* | | | | Removed unused variableBea Lam2010-03-041-1/+0
| |_|/ / |/| | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-033-9/+9
|\ \ \ \ | | |/ / | |/| |
| * | | More renaming: MouseRegion -> MouseAreaYann Bodson2010-03-031-5/+5
| * | | 'on' syntax fixesYann Bodson2010-03-032-4/+4
| |/ /
* | | Fix painting Rectangle with radius < side/2.Martin Jones2010-03-031-6/+19
|/ /
* | 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