summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Share QScriptValue's where possibleAaron Kennedy2009-10-062-1/+12
| | | | Also add an autotest for object comparisons
* Support all variant types as signal parametersAaron Kennedy2009-10-051-18/+188
|
* Use QMetaObject::indexOfProperty()Aaron Kennedy2009-10-051-8/+4
| | | | | This is both more efficient, and allows the creation of dynamic properties.
* 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
| | | | Also add toString() method to qobjects
* 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
| | | | | | Also add this to the effect example. Reviewed-by: Aaron Kennedy
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-0214-1054/+1146
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Only set QmlViewer's scene to the root element size if there is one.Christian Kamm2009-10-011-1/+5
| | | | | | | | | | Reviewed-by: erikv Reviewed-by: kkoehne
| * 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
| | | | | | | | | | | | | | | | This changes nothing when contentResizable is set and allows scroll bars to be used when it's false and the view size is smaller than the root item's size. Reviewed-by: owolff
| * Fix repeater item orderingAlan Alpert2009-09-302-15/+2
| | | | | | | | | | Note that while QT-2241 exists there will still be an issue with the specific usecase of placing a repeater inside a positioner
| * 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
| | | | | | | | | | Accept auto repeated keys in wrap mode even at the ends. Allow Keys.onLeftPressed, etc. to override default key handling.
| * Fix crash bug when inspecting QmlBoundSignalParameters objects inBea Lam2009-09-291-0/+3
| | | | | | | | debugger.
* | Try to restore stacking order when restoring from a ParentChange.Michael Brasser2009-10-023-7/+59
|/
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-291-0/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
|/ | | | QObject* (in this case, a QmlXmlListModel_QML_1*).
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-284-6/+17
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-2827-69/+505
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-244-6/+16
| | | | | | | | | | | | coloured text for watched properties.
| * | Change property view from table to tree like old debugger and move ↵Bea Lam2009-09-241-0/+1
| | | | | | | | | | | | WatchTableModel into a separate file.
* | | 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 ↵Michael Brasser2009-09-251-0/+7
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-253-6/+115
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Disallow inline var definitionsAaron Kennedy2009-09-251-0/+7
| | | | | | | | | | | | | | | | This was previously just silently ignored.
* | | | Make replacing a signal handler in a state change use the right context.Michael Brasser2009-09-251-6/+60
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-241-6/+112
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | 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
|/ / | | | | | | Task-number: QT-711
* | Enhance QFxPainted item to work when on non-white backgrounds.Alan Alpert2009-09-241-3/+11
| | | | | | | | | | | | | | Improved version of the fix in 1c011c7f70791e0a4a38bd9f8bb1988cd604305c This fixes the bug with text cursors being an unusally large white rect in the flicker demo.
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-244-7/+10
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fixed compile (missing colon after public)Thorbjørn Lindeijer2009-09-231-5/+5
| | |