summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-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
|\ \ \
| * | | Ensure the boundingRect() of Text is correctly calculated.Michael Brasser2010-07-201-0/+2
| * | | Better defaults for MouseArea's drag.Michael Brasser2010-07-202-5/+3
* | | | Make Item::transformOriginPoint read-onlyMartin Jones2010-07-201-0/+1
|/ / /
* | | Improve documentation on setting arbitray transform origin pointsMartin Jones2010-07-201-0/+7
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-202-0/+32
|\ \ \
| * | | Improve QML text rendering when LCD smoothing is enabled for OS X.Michael Brasser2010-07-192-0/+32
| | |/ | |/|
* | | Ensure released VisualItemModel items are removed from the scene.Martin Jones2010-07-201-3/+5
|/ /
* | Fix ListView sections with QList<QObject*>Martin Jones2010-07-192-1/+6
* | Doc error fixes.Martin Jones2010-07-193-3/+3
* | PathView doc clarification.Martin Jones2010-07-191-0/+7