summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Bounding rect of text was not always calculated correctly.Martin Jones2010-07-211-53/+27
* QML focus API updates.Michael Brasser2010-07-218-68/+145
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-217-11/+15
|\
| * Only ignore the same target value for a Behavior when it is running.Michael Brasser2010-07-211-1/+1
| * font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-215-8/+8
| * Rewinding AnchorChanges should not make target item's implicit width and heig...Joona Petrell2010-07-211-2/+6
* | Ensure redirects (and indeed all reply process) is done in the right thread.Warwick Allison2010-07-211-23/+32
|/
* 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-209-187/+206
|\
| * 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
| * various doc improvements for animation elementsBea Lam2010-07-206-182/+201
* | 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-194-4/+4
* PathView doc clarification.Martin Jones2010-07-192-1/+8
* Missed the actual change in 5572ec653fe735c4f413195c1ef34382aa8c6105Martin Jones2010-07-191-2/+2
* QDeclarativeDebugTrace: Do not send message if the client did not enabled Can...Olivier Goffart2010-07-161-0/+12
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-167-103/+263
|\
| * fixes, improvements for various docs and example codeBea Lam2010-07-166-102/+259
| * Fixed debugger's evaluation of dynamic properties in contextLasse Holmstedt2010-07-161-1/+1
| * Minor animation doc improvementMartin Jones2010-07-161-0/+3
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-165-45/+39
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-145-45/+39
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-135-45/+39
| | |\
| | | * Fixing merge conflicts.Martin Smith2010-07-1359-1519/+1884
| | | |\
| | | * | doc: Fixed last of the declarative/QML qdoc warnings.Martin Smith2010-07-093-7/+7
| | | * | qdoc: Marked some missing declarative properties and functions as \internal.Martin Smith2010-07-092-33/+31
| | | * | qdoc: Fixed a few links to QtObject (QML:QtObject)Martin Smith2010-07-071-3/+3
* | | | | fix doc linkBea Lam2010-07-151-1/+1
* | | | | fix spellingBea Lam2010-07-151-1/+1
* | | | | Text element does not clip even with clip=trueYann Bodson2010-07-152-8/+14
|/ / / /
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-142-3/+9
|\ \ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-1413-378/+464
| |\ \ \ \
| * | | | | Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-142-3/+9
| | |/ / / | |/| | |
* | | | | Check for binding having been deleted in more placesAaron Kennedy2010-07-141-0/+6
| |/ / / |/| | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-147-48/+69
|\ \ \ \
| * | | | improvements to docs and examplesBea Lam2010-07-146-47/+63
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-131-0/+4
| |\ \ \ | | | |/ | | |/|
| * | | Ensure the section header isn't shown twice.Martin Jones2010-07-131-1/+6
* | | | Split responsibilities in QDeclarativeExpression more cleanlyAaron Kennedy2010-07-147-331/+401
| |/ / |/| |
* | | Fix TextInput selectionColor or selectedTextColor -based animationsJoona Petrell2010-07-131-0/+4
|/ /
* | Private variable cleanup.Michael Brasser2010-07-132-20/+18
* | wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-132-2/+9
* | Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-123-0/+46