summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-101-3/+3
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-101-3/+3
| |\
| | * Merge remote branch 'origin/4.7' into oslo-staging-2/4.7Olivier Goffart2010-08-091-7/+4
| | |\
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-061-12/+1
| | |\ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-051-1/+1
| | |\ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-0432-286/+783
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-07-1610-109/+134
| | |\ \ \ \ \
| | * | | | | | Doc: Fixed QML documentation errors.David Boddie2010-07-161-3/+3
* | | | | | | | Don't double-add item change listeners.Michael Brasser2010-08-101-2/+2
|/ / / / / / /
* | | | | | | Explain Flipable example furtherBea Lam2010-08-091-4/+10
* | | | | | | PathView required some diagonal movement before a drag was initiated.Martin Jones2010-08-091-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Top-level QML item should not have special focus handling.Michael Brasser2010-08-061-7/+4
| |_|_|_|/ |/| | | |
* | | | | Make sure onFocusChanged is correctly emitted for items in a FocusScope.Michael Brasser2010-08-051-12/+1
| |_|_|/ |/| | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-052-13/+70
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-032-13/+70
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-022-13/+70
| | |\ \ \
| | | * | | doc: Fixed many qdoc errors.Martin Smith2010-08-022-13/+70
* | | | | | Fix crash when all visible items inluding currentIndex have been removed.Martin Jones2010-08-051-1/+1
|/ / / / /
* | | | | Fix Flickable.StopAtBounds behavior when content size < flickable sizeMartin Jones2010-08-031-10/+16
* | | | | Ensure dataChanged doesn't force request for unwanted data in QML views.Martin Jones2010-08-031-5/+10
|/ / / /
* | | | Ensure currentItem is released when the delegate changesMartin Jones2010-08-022-0/+7
* | | | Make sure ListView.nextSection attached property is set for the first itemMartin Jones2010-08-021-1/+3
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-026-3/+17
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-3013-55/+222
| |\ \ \
| | * | | Add missing imageBea Lam2010-07-301-1/+1
| * | | | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-2/+2
| * | | | Fix compilation - disable TextInput when QT_NO_LINEEDIT is definedTasuku Suzuki2010-07-294-0/+14
* | | | | Reference count items in VisualItemModel.Martin Jones2010-08-021-11/+37
| |/ / / |/| | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-294-8/+18
|\ \ \ \
| * | | | Document elements that are focus scopes.Yann Bodson2010-07-294-8/+18
* | | | | Add moving and flicking properties to PathViewMartin Jones2010-07-293-10/+124
|/ / / /
* | | | Remove use of shared NOTIFY signalsMartin Jones2010-07-298-36/+79
|/ / /
* | | Don't emit movementEnded if mouse press is a continuation of a flick.Martin Jones2010-07-291-15/+17
* | | Fix crash in MouseAreaJoona Petrell2010-07-231-1/+2
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-234-21/+13
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2216-151/+354
| |\ \ \
| * \ \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-2211-55/+82
| |\ \ \ \
| * | | | | qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-224-21/+13
* | | | | | Generalize qml "registration"Aaron Kennedy2010-07-221-1/+2
| |_|/ / / |/| | | |
* | | | | Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-221-2/+3
* | | | | Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-221-1/+0
* | | | | Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-224-6/+106
* | | | | Indicate default valuesBea Lam2010-07-212-8/+26
* | | | | Rename remaining 'wantsFocus'.Yann Bodson2010-07-211-1/+1
* | | | | Bounding rect of text was not always calculated correctly.Martin Jones2010-07-211-53/+27
* | | | | QML focus API updates.Michael Brasser2010-07-217-68/+138
* | | | | font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-213-6/+3
* | | | | Compile: include <float.h> for usage of FLT_MAX.Michael Brasser2010-07-202-8/+2
* | | | | Restore the FLT_MAX define.Martin Jones2010-07-202-0/+8
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-203-5/+5
|\ \ \ \ \