summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| |/ / / /
* | | | | Fix compilation after mergeOlivier Goffart2010-07-151-10/+10
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-15117-2135/+3055
|\ \ \ \ \ | |/ / / /
| * | | | 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
| * | Resetting bindings through debugger interfaceLasse Holmstedt2010-07-094-0/+44
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-0920-1041/+61
| |\ \
| | * | Make test pass and fix docs following removal of SpringFollowBea Lam2010-07-092-3/+3
| | * | doc improvementsBea Lam2010-07-092-5/+27
| | * | Follow -> Behaviormae2010-07-088-1006/+2
| | * | Added some documentation to spring animationmae2010-07-081-0/+9
| | * | Fix spring animationmae2010-07-081-1/+3
| | * | Optimization: change signal/slot to function callmae2010-07-084-10/+7
| | * | Don't show warning for attempts to load pixmaps asynchronouslyBea Lam2010-07-081-2/+1
| | * | Remove Image::pixmap property. QML applications should useBea Lam2010-07-083-14/+5
| | * | Update QmlChanges.txtBea Lam2010-07-081-0/+4
| * | | Fix crash with invalid role indexesAaron Kennedy2010-07-091-0/+2
| |/ /
| * | Don't double delete cancelled pixmap cache requestsAaron Kennedy2010-07-081-3/+9
| * | Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-085-46/+263
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-081-12/+15
| |\ \
| | * | Micro optimization in QML date/time formatting functions.Michael Brasser2010-07-081-12/+15
| * | | Allow the debugger to modify method bodiesAaron Kennedy2010-07-086-35/+108
| |/ /
| * | QML: Let the debugger now the name of embedded functions within a QML functionOlivier Goffart2010-07-071-1/+1
| * | Added QDeclarativeSpringAnimationmae2010-07-078-2/+604
| * | docsBea Lam2010-07-075-17/+23
| * | Don't crash if drag.target has no parentItemMartin Jones2010-07-071-2/+2
| * | QDeclarativeText optimization.Michael Brasser2010-07-072-2/+5