summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Make SpringAnimation usable inside a transitionmae2010-08-062-146/+99
* Fix crash when all visible items inluding currentIndex have been removed.Martin Jones2010-08-061-1/+1
* Limit the pixmap cache in space as well as in time.Aaron Kennedy2010-08-041-7/+26
* Ensure dataChanged doesn't force request for unwanted data in QML views.Martin Jones2010-08-043-5/+23
* Fix Flickable.StopAtBounds behavior when content size < flickable sizeMartin Jones2010-08-041-10/+16
* Fixed comment about all enums being accessible in QML. Fix for QTBUG-12527.Jerome Pasion2010-08-041-3/+2
* State doc fixes, improvementsBea Lam2010-08-031-14/+1
* 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-0210-44/+89
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-08-027-16/+16
* Component docsBea Lam2010-07-291-21/+9
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-292-17/+13
* various doc fixesBea Lam2010-07-295-13/+11
* Don't emit movementEnded if mouse press is a continuation of a flick.Martin Jones2010-07-291-15/+17
* Improvements to Modules docsBea Lam2010-07-291-3/+3
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-2754-814/+1176
* 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