summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Ensure currentItem is released when the delegate changesMartin Jones2010-08-032-0/+7
* Make sure ListView.nextSection attached property is set for the first itemMartin Jones2010-08-031-1/+3
* Reference count items in VisualItemModel.Martin Jones2010-08-031-11/+37
* Add missing imageBea Lam2010-08-021-1/+1
* Add moving and flicking properties to PathViewMartin Jones2010-08-023-10/+124
* Document elements that are focus scopes.Yann Bodson2010-08-024-8/+18
* Remove use of shared NOTIFY signalsMartin Jones2010-08-028-36/+79
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-08-021-2/+2
* Don't emit movementEnded if mouse press is a continuation of a flick.Martin Jones2010-07-291-15/+17
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-2717-71/+147
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-261-1/+0
* QML focus API updates.Michael Brasser2010-07-267-68/+138
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-262-2/+9
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-264-6/+106
* Compile: include <float.h> for usage of FLT_MAX.Michael Brasser2010-07-262-8/+2
* Restore the FLT_MAX define.Martin Jones2010-07-262-0/+8
* Better defaults for MouseArea's drag.Michael Brasser2010-07-262-5/+3
* improvements to docs and examplesBea Lam2010-07-263-37/+38
* Bounding rect of text was not always calculated correctly.Martin Jones2010-07-261-53/+27
* Ensure the boundingRect() of Text is correctly calculated.Michael Brasser2010-07-261-0/+2
* Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-261-2/+3
* font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-263-6/+3
* Improve documentation on setting arbitray transform origin pointsMartin Jones2010-07-261-0/+7
* Make Item::transformOriginPoint read-onlyMartin Jones2010-07-261-0/+1
* Ensure released VisualItemModel items are removed from the scene.Martin Jones2010-07-261-3/+5
* qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-234-21/+13
* qdoc: Marked some missing declarative properties and functions as \internal.Martin Smith2010-07-231-31/+29
* Fix ListView sections with QList<QObject*>Martin Jones2010-07-192-1/+6
* Missed the actual change in 5572ec653fe735c4f413195c1ef34382aa8c6105Martin Jones2010-07-191-2/+2
* Follow -> Behaviormae2010-07-192-2/+2
* fixes, improvements for various docs and example codeBea Lam2010-07-181-0/+2
* fix doc linksBea Lam2010-07-183-3/+3
* Text element does not clip even with clip=trueYann Bodson2010-07-162-8/+14
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-152-3/+9
* Ensure the section header isn't shown twice.Martin Jones2010-07-141-1/+6
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-134-21/+29
* Fix TextInput selectionColor or selectedTextColor -based animationsJoona Petrell2010-07-131-0/+4
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-132-0/+41
* Remove deprecated Flickable.flickDirectionMartin Jones2010-07-132-15/+0
* Remove Image::pixmap property. QML applications should useBea Lam2010-07-132-12/+0
* Make declarative pixmap cache easier to useAaron Kennedy2010-07-138-180/+151
* Don't crash if drag.target has no parentItemMartin Jones2010-07-131-2/+2
* Fix TextEdit with no color property defined is drawn with wrong colorJoona Petrell2010-07-131-0/+9
* Fix TextInput text getting improperly clippedJoona Petrell2010-07-132-19/+28
* Changing currentIndex shouldn't cancel a flick unnecessarily.Martin Jones2010-07-132-24/+45
* Fix input methods for TextInput elements with key handlersJoona Petrell2010-07-131-0/+1
* Designer: Fix compiler warnings.Friedemann Kleint2010-07-021-0/+1
* docs - quote code with snippets, other improvementsBea Lam2010-07-012-1/+7
* Remove a few more unnecessary exports.Martin Jones2010-07-012-2/+2
* Don't export declarative private classesMartin Jones2010-07-0121-37/+37