summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-261-1/+0
* QML focus API updates.Michael Brasser2010-07-268-68/+145
* 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-266-47/+63
* Only ignore the same target value for a Behavior when it is running.Michael Brasser2010-07-261-1/+1
* 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
* Make rootContext and engine pointers in QDeclarativeView API constJoona Petrell2010-07-264-14/+15
* font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-265-8/+8
* Rewinding AnchorChanges should not make target item's implicit width and heig...Joona Petrell2010-07-261-2/+6
* 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-198-1006/+2
* fixes, improvements for various docs and example codeBea Lam2010-07-186-102/+259
* Added some documentation to spring animationmae2010-07-181-0/+9
* Fix spring animationmae2010-07-181-1/+3
* Make test pass and fix docs following removal of SpringFollowBea Lam2010-07-182-3/+3
* fix doc linksBea Lam2010-07-186-7/+8
* Fixed debugger's evaluation of dynamic properties in contextLasse Holmstedt2010-07-171-1/+1
* qdoc: Fixed a few links to QtObject (QML:QtObject)Martin Smith2010-07-161-3/+3
* Text element does not clip even with clip=trueYann Bodson2010-07-162-8/+14
* Resetting bindings through debugger interfaceLasse Holmstedt2010-07-154-0/+44
* 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
* Export QDeclarativePixmapMartin Jones2010-07-141-1/+1
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-134-21/+29
* Don't double delete cancelled pixmap cache requestsAaron Kennedy2010-07-131-3/+9
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-131-3/+15
* Fix TextInput selectionColor or selectedTextColor -based animationsJoona Petrell2010-07-131-0/+4
* Added QDeclarativeSpringAnimationmae2010-07-138-2/+604
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-133-0/+46
* Remove deprecated Flickable.flickDirectionMartin Jones2010-07-133-16/+1
* Update QmlChanges.txtBea Lam2010-07-131-0/+4
* Remove Image::pixmap property. QML applications should useBea Lam2010-07-133-14/+5
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-135-46/+263
* Make declarative pixmap cache easier to useAaron Kennedy2010-07-1310-652/+879
* Allow the debugger to modify method bodiesAaron Kennedy2010-07-136-35/+108
* 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