Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-26 | 5 | -1/+17 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Doc. | Michael Brasser | 2009-10-26 | 5 | -1/+17 |
| | | |||||
* | | Docs. | Martin Jones | 2009-10-26 | 2 | -6/+4 |
| | | |||||
* | | Fix accessing QmlList data as a model. | Martin Jones | 2009-10-26 | 2 | -6/+11 |
|/ | |||||
* | Fix crash. | Michael Brasser | 2009-10-26 | 1 | -3/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-26 | 2 | -18/+26 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Doc. | Michael Brasser | 2009-10-26 | 1 | -16/+21 |
| | | |||||
| * | Fix assert with non-integer Rectangle radius. | Michael Brasser | 2009-10-26 | 1 | -2/+5 |
| | | |||||
* | | Ensure cleanup happens before the destruction of QScriptEngine | Aaron Kennedy | 2009-10-26 | 11 | -9/+224 |
|/ | | | | This was causing crashes on windows. | ||||
* | doc: Removed two "are" too many | Thorbjørn Lindeijer | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-23 | 6 | -11/+38 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix Behavior support for value type properties. | Michael Brasser | 2009-10-23 | 6 | -11/+38 |
| | | |||||
* | | Clear exceptions after a binding evaluation | Aaron Kennedy | 2009-10-23 | 1 | -0/+1 |
|/ | |||||
* | Add EaseFollow::maximumEasingTime property | Aaron Kennedy | 2009-10-23 | 2 | -19/+105 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-23 | 4 | -54/+19 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Yann Bodson | 2009-10-23 | 3 | -53/+18 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | Use QmlScriptString for Connection script | Warwick Allison | 2009-10-23 | 3 | -53/+18 |
| | | | | | | | | | | | | | | | (instead of AST special-case handling) Fixes QT-734 | ||||
| * | | make ScriptAction work again | Yann Bodson | 2009-10-23 | 1 | -1/+1 |
| |/ | |||||
* | | Don't mess with the private data of an item that is being destroyed. | Martin Jones | 2009-10-23 | 1 | -3/+0 |
|/ | |||||
* | Update ScriptAction and StateChangeScript to use QmlScriptString. | Michael Brasser | 2009-10-23 | 6 | -30/+31 |
| | | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734 | ||||
* | Don't call qDrawPixmaps if there are no particles to paint. | Michael Brasser | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Add NOTIFY signals to EaseFollow | Aaron Kennedy | 2009-10-23 | 2 | -6/+39 |
| | |||||
* | Add accessor for QmlComponent's creation context | Aaron Kennedy | 2009-10-23 | 2 | -0/+17 |
| | |||||
* | Fix test failures. | Aaron Kennedy | 2009-10-22 | 3 | -5/+13 |
| | | | | Also add a test for script errors within signal handlers. | ||||
* | Use the correct context when resolving alias properties | Aaron Kennedy | 2009-10-22 | 1 | -2/+0 |
| | |||||
* | change all ids in doc examples to start with lower case. | Martin Jones | 2009-10-22 | 16 | -60/+60 |
| | |||||
* | Attached property docs for GridView | Martin Jones | 2009-10-22 | 1 | -2/+53 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-22 | 19 | -37/+502 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-10-22 | 32 | -786/+911 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | Support assigning scripts to QML properties | Aaron Kennedy | 2009-10-22 | 10 | -4/+318 |
| | | | |||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-21 | 5 | -19/+113 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | Fix breakout type resolution | Alan Alpert | 2009-10-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Didn't seem to resolve an empty URL correctly. Task-number:QT-2339 | ||||
| | | * | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-21 | 4 | -18/+110 |
| | | |\ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | | * | Give QmlPropertyMap a more complete API. | Michael Brasser | 2009-10-21 | 4 | -18/+110 |
| | | | | | |||||
| | | * | | Doc | Alan Alpert | 2009-10-21 | 1 | -1/+1 |
| | | |/ | |||||
| | * | | Tweak scoping | Aaron Kennedy | 2009-10-21 | 4 | -10/+28 |
| | |/ | | | | | | | | | | | | | qmlContext() now returns the outer, not the inner context. The VME MetaObject now saves the context used to run function bodies | ||||
| | * | Add simple sound support | Aaron Kennedy | 2009-10-21 | 2 | -0/+34 |
| | | | |||||
| | * | Remove dead code | Aaron Kennedy | 2009-10-21 | 1 | -1/+0 |
| | | | |||||
| | * | Doc | Aaron Kennedy | 2009-10-21 | 1 | -6/+6 |
| | | | |||||
| * | | Fix anchor dependancy tracking. | Martin Jones | 2009-10-22 | 1 | -1/+7 |
| | | | |||||
| * | | Compiled JS doesn't work on Win32 | Martin Jones | 2009-10-22 | 1 | -2/+2 |
| | | | |||||
* | | | Doc | Martin Jones | 2009-10-22 | 2 | -11/+58 |
| |/ |/| | |||||
* | | Rename QBindableMap to QmlPropertyMap. | Michael Brasser | 2009-10-21 | 4 | -52/+65 |
| | | | | | | | | Task-number: QT-2316 | ||||
* | | Add missing Q_OBJECT macros. | Michael Brasser | 2009-10-21 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-21 | 10 | -36/+188 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-21 | 11 | -47/+225 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * \ | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-21 | 42 | -143/+558 |
| | |\ \ | | | |/ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-20 | 4 | -14/+44 |
| | | |\ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | | Don't search non-local context types | Aaron Kennedy | 2009-10-20 | 2 | -4/+8 |
| | | | | | |||||
| | * | | | Give more info about whether a value is null and its value type. | Bea Lam | 2009-10-21 | 4 | -16/+31 |
| | | | | |