Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Reference count shared expression data | Aaron Kennedy | 2010-02-12 | 1 | -1/+6 |
| | | | | | | QmlExpression uses data from the QmlCompiledComponent (eg. expression string data). It must therefore hold a reference to the QmlCompiledComponent to prevent the data being deleted. | ||||
* | We use JavaScript, not ECMAScript. | Martin Jones | 2010-02-03 | 1 | -2/+2 |
| | | | | Task-number: QTBUG-7720 | ||||
* | Harden binding optimizer | Aaron Kennedy | 2010-01-27 | 1 | -56/+30 |
| | |||||
* | Harden QML binding optimizer | Aaron Kennedy | 2010-01-22 | 1 | -0/+14 |
| | |||||
* | Compile with Qt 4.6.1 | Aaron Kennedy | 2010-01-20 | 1 | -0/+21 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 1 | -9/+9 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Use QMetaObject::disconnectOne() in QML | Aaron Kennedy | 2010-01-11 | 1 | -9/+9 |
| | | | | | | | | QTBUG-6781 | ||||
* | | Don't use a virtual signal - moc complains. | Warwick Allison | 2010-01-11 | 1 | -1/+10 |
|/ | |||||
* | Optimization: Cache compiled dynamic functions | Aaron Kennedy | 2010-01-08 | 1 | -8/+24 |
| | |||||
* | Optimization: Improve property read speed | Aaron Kennedy | 2010-01-08 | 1 | -0/+3 |
| | |||||
* | Mark function contexts as temporary | Aaron Kennedy | 2010-01-05 | 1 | -1/+6 |
| | | | | QTBUG-5690 | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -6/+9 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | Optimization: Use QString, not QUrl in QmlBinding | Aaron Kennedy | 2009-12-03 | 1 | -8/+8 |
| | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -5/+5 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Cleanup cached binding closures | Aaron Kennedy | 2009-12-02 | 1 | -6/+6 |
| | |||||
* | Cache binding closures | Aaron Kennedy | 2009-12-02 | 1 | -11/+45 |
| | |||||
* | Don't crash on invalid expressions | Aaron Kennedy | 2009-11-09 | 1 | -1/+6 |
| | | | | QTBUG-5577 | ||||
* | Fix following af454feab24824a7ef2d28794930fb7c227c270f | Aaron Kennedy | 2009-11-09 | 1 | -2/+3 |
| | |||||
* | QmlContext tests | Aaron Kennedy | 2009-11-02 | 1 | -0/+4 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 1 | -16/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-30 | 1 | -8/+8 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h | ||||
| * | | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | | | |||||
* | | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 1 | -3/+3 |
| |/ |/| | |||||
* | | Store filename as a QUrl rather than convert to QString. | Martin Jones | 2009-10-29 | 1 | -8/+8 |
|/ | | | | Saves about 700KB heap in samegame. | ||||
* | Do not display transient binding errors | Aaron Kennedy | 2009-10-28 | 1 | -0/+1 |
| | | | | | | | | | | During QML startup, it is common to have "errors" in bindings as the apps state stabilizes. These are not real errors, but just a consequence of implementing a declarative UI in an imperative world. Now during startup, the display of errors is delayed until the startup completes, and then only bindings that are still in an error state are displayed. QT-2373 | ||||
* | Add a QmlExpression::error() method | Aaron Kennedy | 2009-10-28 | 1 | -4/+51 |
| | | | | | QmlExpression should not print errors itself. This is the responsibility of the caller. | ||||
* | Simplify the defaultObjects handling | Aaron Kennedy | 2009-10-27 | 1 | -4/+6 |
| | | | | | As the scope object is no longer added to the defaultObjects list it makes sense that the root object remain constant at position 0 | ||||
* | Use QScriptProgram under windows | Aaron Kennedy | 2009-10-26 | 1 | -2/+2 |
| | |||||
* | Merge branch 'qscriptprogram' of ↵ | Aaron Kennedy | 2009-10-26 | 1 | -1/+2 |
| | | | | | | | | git@scm.dev.nokia.troll.no:qt/khansens-qt-script-program into kinetic-declarativeui Manually merged src/declarative/qml/qmlexpression.cpp src/script/api/qscriptengine.cpp src/script/api/qscriptengine.h | ||||
* | Clear exceptions after a binding evaluation | Aaron Kennedy | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | Fix test failures. | Aaron Kennedy | 2009-10-22 | 1 | -2/+4 |
| | | | | Also add a test for script errors within signal handlers. | ||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-10-22 | 1 | -5/+11 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-21 | 1 | -13/+36 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Add bool* argument to QmlExpression::value() to help debugger. | Bea Lam | 2009-10-19 | 1 | -5/+11 |
| | | | |||||
* | | | Compiled JS doesn't work on Win32 | Martin Jones | 2009-10-22 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-10-16 | 1 | -12/+29 |
|\ \ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | Add binding assignment warnings | Aaron Kennedy | 2009-10-16 | 1 | -12/+29 |
| |/ | |||||
* | | Fixes for Symbian. | Martin Jones | 2009-10-16 | 1 | -1/+7 |
|/ | |||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Tweak scope ordering (again) | Aaron Kennedy | 2009-10-09 | 1 | -8/+2 |
| | | | | | | ids and methods shadow properties. The reasoning is that the user explicitly declared these names, whereas they might not even know a property by that name exists. | ||||
* | Output file/line for script errors | Aaron Kennedy | 2009-10-09 | 1 | -16/+32 |
| | |||||
* | Make qmlecmascript:selfDeletingBinding pass | Aaron Kennedy | 2009-10-08 | 1 | -83/+110 |
| | | | | | | | Expressions and bindings must not reference data following their evalutation incase their object has been deleted. To solve this, the needed data is separated into a reference counted QmlExpressionData and QmlBindingData object. | ||||
* | Improve scope handling | Aaron Kennedy | 2009-10-06 | 1 | -10/+12 |
| | |||||
* | Fix test failures | Aaron Kennedy | 2009-10-05 | 1 | -14/+6 |
| | |||||
* | Use QScriptProgram to speed up binding creation | Aaron Kennedy | 2009-10-05 | 1 | -1/+20 |
| | |||||
* | Slight simplification of parameterized signals | Aaron Kennedy | 2009-09-22 | 1 | -17/+28 |
| | |||||
* | Expressions should fail to evaluate if their engine has been destroyed | Aaron Kennedy | 2009-08-27 | 1 | -1/+1 |
| | | | | | Changing this check to engine() checks both if the engine() exists and if the parent context exists. | ||||
* | Only need to mess with the scope chain when evaluating. | Michael Brasser | 2009-08-25 | 1 | -6/+6 |
| | |||||
* | Slightly change implementation of scope chain. | Michael Brasser | 2009-08-18 | 1 | -10/+3 |
| | | | | Preparation for merge of QtScript's JSC backend. |