summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix crash bug when inspecting QmlBoundSignalParameters objects inBea Lam2009-09-291-0/+3
* | Try to restore stacking order when restoring from a ParentChange.Michael Brasser2009-10-023-7/+59
|/
* 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
* | compileYann Bodson2009-09-251-1/+1
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-251-0/+7
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-253-6/+115
| |\ \
| * | | Disallow inline var definitionsAaron Kennedy2009-09-251-0/+7
* | | | Make replacing a signal handler in a state change use the right context.Michael Brasser2009-09-251-6/+60
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-241-6/+112
|\ \ \
| * | | More tests for QmlSql, more WebKit-tested-validity.Warwick Allison2009-09-241-6/+112
| |/ /
* | | Mark an inefficency in TextEditAlan Alpert2009-09-241-0/+1
* | | Prevent qmlviewer from confusing people when root items are small.Alan Alpert2009-09-241-0/+2
|/ /
* | Enhance QFxPainted item to work when on non-white backgrounds.Alan Alpert2009-09-241-3/+11
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-244-7/+10
|\ \
| * | Fixed compile (missing colon after public)Thorbjørn Lindeijer2009-09-231-5/+5
| * | Make QmlCompositeTypeData a class instead of a structKai Koehne2009-09-233-3/+4
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-235-14/+42
| |\
| * | Allow watching of properties to be stopped from watch table. Also fixBea Lam2009-09-231-0/+2
* | | Only compile time register synthesized objectsAaron Kennedy2009-09-231-5/+3
* | | Make more qmlecmascript tests passAaron Kennedy2009-09-2314-37/+295
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-232-8/+21
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-231-7/+19
| |\ \
| | * | Repeater is more consistent with its docsAlan Alpert2009-09-231-7/+19
| | |/