summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of unneeded semicolons.Martin Jones2009-10-0812-37/+37
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-082-36/+45
|\
| * Fix QFxTextInputAlan Alpert2009-10-071-0/+1
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-073-489/+0
| |\
| * | Compile on Symbian.Martin Jones2009-10-071-36/+44
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-073-489/+0
|\ \ \ | | |/ | |/|
| * | Remove QFxFlowView and flowview example (will be moved toBea Lam2009-10-073-489/+0
| |/
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-064-34/+70
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-061-2/+5
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-10-0610-86/+237
| | |\
| | * | Fix to not crash if item has no parent for some reason.Bea Lam2009-10-061-2/+5
| * | | Simplify Rectangle painting.Michael Brasser2009-10-061-30/+7
| | |/ | |/|
| * | Added properties highlightMoveSpeed and highlightResizeSpeed (ListView)Christiaan Janssen2009-10-062-2/+58
* | | Auto tests for QmlTimerMartin Jones2009-10-062-22/+32
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-062-40/+11
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-062-15/+17
| |\ \ | | |/
| | * doc fixesYann Bodson2009-10-061-0/+2
| | * Fix display of rounded Rectangles with border and odd radius.Christian Kamm2009-10-051-2/+5
| * | Use QDesktopServices::storageLocation() in place of placeform-specific code.Warwick Allison2009-10-061-38/+4
* | | Some docs on data models.Martin Jones2009-10-066-3/+13
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-055-21/+119
|\ \ \ | | |/ | |/|
| * | update docYann Bodson2009-10-051-13/+10
| |/
| * Change .sci syntax to match BorderImage.Yann Bodson2009-10-051-5/+5
| * Experiment with syncing GraphicsObjectContainer and QGraphicsWidget sizes.Michael Brasser2009-10-052-2/+103
| * Fix Rectangle size when drawing with qDrawBorderPixmap.Michael Brasser2009-10-051-1/+1
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-0517-1089/+1183
|\ \ | |/
| * Update Rectangle to use qDrawBorderPixmap.Michael Brasser2009-10-051-35/+3
| * Use qDrawPixmaps for particles.Michael Brasser2009-10-051-2/+16
| * Make compile.Michael Brasser2009-10-041-1/+1
| * Enable QGraphicsBloomEffect in QML.Andreas Aardal Hanssen2009-10-021-0/+4
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-0214-1054/+1146
| |\
| | * Only set QmlViewer's scene to the root element size if there is one.Christian Kamm2009-10-011-1/+5
| | * Added utility method to parse single/stand-alone bindings.Erik Verbruggen2009-09-307-1028/+1093
| | * Set sceneRect to size of root item instead of size of view.Christian Kamm2009-09-301-1/+1
| | * Fix repeater item orderingAlan Alpert2009-09-302-15/+2
| * | Try to restore stacking order when restoring from a ParentChange.Michael Brasser2009-10-023-7/+59
* | | Have repeater handle items being added/removed/moved by the model.Martin Jones2009-09-302-3/+24
* | | Allow GridView key navigation to be overridden.Martin Jones2009-09-303-40/+138
| |/ |/|
* | Make sure the delayed press event is exactly the same as the original.Martin Jones2009-09-291-2/+9
* | Some fixes for ListView key handling.Martin Jones2009-09-292-8/+34
* | Fix crash bug when inspecting QmlBoundSignalParameters objects inBea Lam2009-09-291-0/+3
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-291-0/+1
|\
| * Give file and line information for script errors.Michael Brasser2009-09-281-0/+1
* | Fix to not crash when viewing the value of a property that is aBea Lam2009-09-291-2/+2
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-284-6/+17
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-2827-69/+505
| |\
| * | Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-244-6/+16
| * | Change property view from table to tree like old debugger and move WatchTable...Bea Lam2009-09-241-0/+1
* | | Give more error information on failed image loading.Michael Brasser2009-09-281-0/+1
| |/ |/|
* | Fix bug with signal overrides.Michael Brasser2009-09-255-7/+8