summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-014-6/+6
* Don't export declarative private classesMartin Jones2010-07-0135-52/+52
* Don't access uninitialized value.Martin Jones2010-06-301-10/+9
* Added SET_BINDING message to QDeclarative debugger protocolLasse Holmstedt2010-06-304-6/+111
* Add ListView.nextSection attached propertyMartin Jones2010-06-303-5/+43
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-3015-9/+23
|\
| * Docs - add more links to relevant examplesBea Lam2010-06-3015-9/+23
* | Remove the old font.outline documentationMartin Jones2010-06-303-18/+2
|/
* Plug QdeclarativePixmapCache canceled request leak.Martin Jones2010-06-301-27/+29
* Remove an unnecessary connect() in TextInputMartin Jones2010-06-291-3/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-292-13/+13
|\
| * Fix flow layout not taking into account whether it's width and height are imp...Joona Petrell2010-06-291-2/+2
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2934-147/+446
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-285-28/+37
| |\ \
| * \ \ Merge branch '4.7' of /home/dboddie/git/oslo-staging-1 into 4.7David Boddie2010-06-2517-96/+175
| |\ \ \
| * | | | Doc: Changed links to explicitly refer to QML objects.David Boddie2010-06-181-11/+11
* | | | | Ensure micro focus is updated in TextEdit and TextInputMartin Jones2010-06-293-5/+7
| |_|_|/ |/| | |
* | | | Ensure Loader item change listener is removed when Loader is destroyedMartin Jones2010-06-291-1/+9
* | | | VisualDataModel hasModelChildren role shadowed user roles.Martin Jones2010-06-281-1/+1
* | | | Allow positioning of ListView items width sub-pixel precision.Martin Jones2010-06-281-7/+10
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-281-0/+5
|\ \ \ \
| * | | | DocsBea Lam2010-06-281-0/+5
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-06-285-31/+40
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Use custom static scopes to improve QML/JavaScript performanceKent Hansen2010-06-255-28/+37
| | |_|/ | |/| |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-2814-17/+120
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-2510-14/+85
| |\ \ \
| | * | | Handle enums in method arguments in the same way as QtScriptAaron Kennedy2010-06-252-1/+25
| | * | | Allow custom parsers to handle attached propertiesAaron Kennedy2010-06-253-5/+23
| | * | | Allow components to be created from .pragma library JS filesAaron Kennedy2010-06-253-6/+23
| | * | | Fix assertAaron Kennedy2010-06-251-2/+2
| | * | | Disallow global object properties as property namesAaron Kennedy2010-06-252-0/+12