Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Share QScriptValue's where possible | Aaron Kennedy | 2009-10-06 | 2 | -1/+12 |
| | | | | Also add an autotest for object comparisons | ||||
* | Support all variant types as signal parameters | Aaron Kennedy | 2009-10-05 | 1 | -18/+188 |
| | |||||
* | Use QMetaObject::indexOfProperty() | Aaron Kennedy | 2009-10-05 | 1 | -8/+4 |
| | | | | | This is both more efficient, and allows the creation of dynamic properties. | ||||
* | Fix test failures | Aaron Kennedy | 2009-10-05 | 8 | -25/+30 |
| | |||||
* | Fix attached properties/enums from ecmascript | Aaron Kennedy | 2009-10-05 | 5 | -25/+61 |
| | |||||
* | Crash | Aaron Kennedy | 2009-10-05 | 1 | -1/+3 |
| | |||||
* | Implement QmlValueTypeScriptClass::newObject() | Aaron Kennedy | 2009-10-05 | 1 | -1/+2 |
| | |||||
* | Update to new QScriptDeclarativeClass API | Aaron Kennedy | 2009-10-05 | 8 | -75/+31 |
| | |||||
* | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 24 | -381/+915 |
| | |||||
* | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 7 | -44/+246 |
| | | | | Also add toString() method to qobjects | ||||
* | Read/write property directly from QmlObjectScriptClass | Aaron Kennedy | 2009-10-05 | 5 | -83/+83 |
| | |||||
* | QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 4 | -332/+348 |
| | |||||
* | Minor QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 2 | -20/+35 |
| | |||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 18 | -355/+998 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 14 | -93/+303 |
| | |||||
* | Use QScriptProgram to speed up binding creation | Aaron Kennedy | 2009-10-05 | 4 | -4/+28 |
| | |||||
* | Update Rectangle to use qDrawBorderPixmap. | Michael Brasser | 2009-10-05 | 1 | -35/+3 |
| | |||||
* | Use qDrawPixmaps for particles. | Michael Brasser | 2009-10-05 | 1 | -2/+16 |
| | |||||
* | Make compile. | Michael Brasser | 2009-10-04 | 1 | -1/+1 |
| | |||||
* | Enable QGraphicsBloomEffect in QML. | Andreas Aardal Hanssen | 2009-10-02 | 1 | -0/+4 |
| | | | | | | Also add this to the effect example. Reviewed-by: Aaron Kennedy | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-02 | 14 | -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 Kamm | 2009-10-01 | 1 | -1/+5 |
| | | | | | | | | | | Reviewed-by: erikv Reviewed-by: kkoehne | ||||
| * | Added utility method to parse single/stand-alone bindings. | Erik Verbruggen | 2009-09-30 | 7 | -1028/+1093 |
| | | |||||
| * | Set sceneRect to size of root item instead of size of view. | Christian Kamm | 2009-09-30 | 1 | -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 ordering | Alan Alpert | 2009-09-30 | 2 | -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 Jones | 2009-09-29 | 1 | -2/+9 |
| | | |||||
| * | Some fixes for ListView key handling. | Martin Jones | 2009-09-29 | 2 | -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 in | Bea Lam | 2009-09-29 | 1 | -0/+3 |
| | | | | | | | | debugger. | ||||
* | | Try to restore stacking order when restoring from a ParentChange. | Michael Brasser | 2009-10-02 | 3 | -7/+59 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-09-29 | 1 | -0/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Give file and line information for script errors. | Michael Brasser | 2009-09-28 | 1 | -0/+1 |
| | | |||||
* | | Fix to not crash when viewing the value of a property that is a | Bea Lam | 2009-09-29 | 1 | -2/+2 |
|/ | | | | QObject* (in this case, a QmlXmlListModel_QML_1*). | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-09-28 | 4 | -6/+17 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-09-28 | 27 | -69/+505 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Indicate which properties are watchable and use bold text instead of | Bea Lam | 2009-09-24 | 4 | -6/+16 |
| | | | | | | | | | | | | coloured text for watched properties. | ||||
| * | | Change property view from table to tree like old debugger and move ↵ | Bea Lam | 2009-09-24 | 1 | -0/+1 |
| | | | | | | | | | | | | WatchTableModel into a separate file. | ||||
* | | | Give more error information on failed image loading. | Michael Brasser | 2009-09-28 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Fix bug with signal overrides. | Michael Brasser | 2009-09-25 | 5 | -7/+8 |
| | | |||||
* | | compile | Yann Bodson | 2009-09-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-09-25 | 1 | -0/+7 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-09-25 | 3 | -6/+115 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Disallow inline var definitions | Aaron Kennedy | 2009-09-25 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | This was previously just silently ignored. | ||||
* | | | | Make replacing a signal handler in a state change use the right context. | Michael Brasser | 2009-09-25 | 1 | -6/+60 |
| |/ / |/| | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-09-24 | 1 | -6/+112 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | More tests for QmlSql, more WebKit-tested-validity. | Warwick Allison | 2009-09-24 | 1 | -6/+112 |
| |/ / | |||||
* | | | Mark an inefficency in TextEdit | Alan Alpert | 2009-09-24 | 1 | -0/+1 |
| | | | |||||
* | | | Prevent qmlviewer from confusing people when root items are small. | Alan Alpert | 2009-09-24 | 1 | -0/+2 |
|/ / | | | | | | | Task-number: QT-711 | ||||
* | | Enhance QFxPainted item to work when on non-white backgrounds. | Alan Alpert | 2009-09-24 | 1 | -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 Kennedy | 2009-09-24 | 4 | -7/+10 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Fixed compile (missing colon after public) | Thorbjørn Lindeijer | 2009-09-23 | 1 | -5/+5 |
| | | |