Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 5 | -8/+22 |
| | | | | Also add a test for script errors within signal handlers. | ||||
* | Use the correct context when resolving alias properties | Aaron Kennedy | 2009-10-22 | 4 | -2/+32 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-22 | 32 | -194/+479 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-22 | 8 | -94/+262 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Start updating state and animation docs. | Michael Brasser | 2009-10-22 | 8 | -94/+262 |
| | | | |||||
| * | | 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 | 44 | -622/+926 |
| |\ \ | | |/ | | | | | | | 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 | 75 | -1030/+3171 |
| | |\ | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | | * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-22 | 14 | -5/+375 |
| | | |\ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | | Incorporate latest cosmological theory. | Warwick Allison | 2009-10-22 | 1 | -10/+11 |
| | | | | | |||||
| | | * | | Test createQmlObject URL resolution (must be relative to calling context). | Warwick Allison | 2009-10-22 | 3 | -11/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number:QT-2339 See also c1a241652c587e6da92bf853608aed37938e1e48 Also make test more data-driven (and hence independently reported). | ||||
| | * | | | Fix anchor dependancy tracking. | Martin Jones | 2009-10-22 | 1 | -1/+7 |
| | | | | | |||||
| | * | | | Fix loading QML via file open dialog | Martin Jones | 2009-10-22 | 1 | -3/+1 |
| | | | | | |||||
| | * | | | Compiled JS doesn't work on Win32 | Martin Jones | 2009-10-22 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Doc | Martin Jones | 2009-10-22 | 2 | -11/+58 |
| | | | | | |||||
* | | | | | During a GC mark the scope chain of QScriptContexts | Aaron Kennedy | 2009-10-22 | 1 | -0/+18 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It appears that simply being in the scope chain of an existant frame isn't sufficient to be marked. This can lead to a QScriptContext scope chain that contains a JSObject that has been collected. For example, this code: QScriptContext *ctxt = engine->pushContext(); ctxt.pushScope(engine->newObject()); previouslyCreatedFunctionObject.call(); // causes a GC can lead to the object added to the scope chain to have become invalid. This leads to hilarity later on. | ||||
* | | | | Support assigning scripts to QML properties | Aaron Kennedy | 2009-10-22 | 14 | -5/+375 |
| |_|/ |/| | | |||||
* | | | Remove folderlistmodel's use of QObject private data | Martin Jones | 2009-10-22 | 2 | -43/+8 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-10-21 | 59 | -970/+2761 |
|\ \ \ | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-21 | 10 | -28/+227 |
| |\ \ \ | | | | | | | | | | | | | | | | 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 | 9 | -27/+224 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | 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-21 | 5 | -27/+152 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | | | * | | | Give QmlPropertyMap a more complete API. | Michael Brasser | 2009-10-21 | 5 | -27/+152 |
| | | | | | | | |||||
| | | * | | | | small fixes to color-animation example | Yann Bodson | 2009-10-21 | 1 | -6/+6 |
| | | |/ / / | |||||
| | | * | | | add color-animation example | Yann Bodson | 2009-10-21 | 4 | -0/+72 |
| | | | | | | |||||
| | * | | | | 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 | ||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-21 | 5 | -67/+68 |
| |\ \ \ | | | | | | | | | | | | | | | | 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-21 | 41 | -599/+2133 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | | | | fix easing example | Yann Bodson | 2009-10-21 | 1 | -4/+4 |
| | | | | | | |||||
| | * | | | | delete unused file | Yann Bodson | 2009-10-21 | 1 | -0/+0 |
| | | | | | | |||||
| | * | | | | better property-animation example | Yann Bodson | 2009-10-21 | 6 | -63/+64 |
| | | | | | | |||||
| * | | | | | 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 | 2 | -358/+3 |
| | | | | | |||||
| * | | | | Doc | Aaron Kennedy | 2009-10-21 | 2 | -7/+7 |
| | | | | | |||||
| * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-21 | 21 | -95/+1478 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | Prepend element name for detailed attached property docs. | Michael Brasser | 2009-10-21 | 2 | -2/+6 |
| | | | | | |||||
| | * | | | Rename QBindableMap to QmlPropertyMap. | Michael Brasser | 2009-10-21 | 6 | -64/+77 |
| | | | | | | | | | | | | | | | | | | | | Task-number: QT-2316 | ||||
| | * | | | Manually apply proper animation fixes. | Michael Brasser | 2009-10-21 | 1 | -10/+11 |
| | | | | | |||||
| | * | | | Revert "Additional temporary fix for animation bug." | Michael Brasser | 2009-10-21 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 04eae20d3b86cc61ab3b3bdded74caa370a84c43. | ||||
| | * | | | Add missing Q_OBJECT macros. | Michael Brasser | 2009-10-21 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Docs. | Martin Jones | 2009-10-21 | 2 | -6/+51 |
| | | | | | |||||
| | * | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-21 | 30 | -160/+2259 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-21 | 28 | -192/+1080 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | | | | doc now in globalobject.qdoc, not README | Warwick Allison | 2009-10-20 | 4 | -8/+1277 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | QT-2335 |