summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-0719-625/+370
|\
| * 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...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
| * | 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
| |\ \ | | |/
| * | 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 Script an instrinsic typeAaron Kennedy2009-10-0718-261/+393
* | | Improve scope handlingAaron Kennedy2009-10-069-59/+96
* | | Share QScriptValue's where possibleAaron Kennedy2009-10-062-1/+12
* | | Support all variant types as signal parametersAaron Kennedy2009-10-051-18/+188
* | | Use QMetaObject::indexOfProperty()Aaron Kennedy2009-10-051-8/+4
* | | Fix test failuresAaron Kennedy2009-10-058-25/+30
* | | Fix attached properties/enums from ecmascriptAaron Kennedy2009-10-055-25/+61
* | | CrashAaron Kennedy2009-10-051-1/+3
* | | Implement QmlValueTypeScriptClass::newObject()Aaron Kennedy2009-10-051-1/+2
* | | Update to new QScriptDeclarativeClass APIAaron Kennedy2009-10-058-75/+31
* | | Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-0524-381/+915
* | | Prevent writes to the global objectAaron Kennedy2009-10-057-44/+246
* | | Read/write property directly from QmlObjectScriptClassAaron Kennedy2009-10-055-83/+83
* | | QmlMetaProperty cleanupAaron Kennedy2009-10-054-332/+348
* | | Minor QmlMetaProperty cleanupAaron Kennedy2009-10-052-20/+35
* | | Improve script lookup cachingAaron Kennedy2009-10-0518-355/+998
* | | Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-0514-93/+303
* | | Use QScriptProgram to speed up binding creationAaron Kennedy2009-10-054-4/+28
| |/ |/|
* | 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
| |/
| * 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