Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-28 | 11 | -45/+70 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fixed possible crash when inserting semicolon. | Roberto Raggi | 2009-10-28 | 4 | -4/+4 |
| | | | | | | | | | | | | Don't insert T_SEMICOLON when yytoken == -1 Done-with: joerg | ||||
| * | Remove QML SQL classes | Aaron Kennedy | 2009-10-28 | 1 | -0/+2 |
| | | | | | | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs. | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-28 | 17 | -66/+250 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-28 | 16 | -65/+231 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-10-28 | 14 | -30/+197 |
| | | |\ | | | | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | | * | | Show contents of list properties within the debugger (like the Creator | Bea Lam | 2009-10-28 | 4 | -37/+39 |
| | | | | | | | | | | | | | | | | | | | | debugger). Also add Mode arg to ExpressionQueryWidget constructor. | ||||
| | * | | | Doc. | Michael Brasser | 2009-10-28 | 2 | -1/+19 |
| | | | | | |||||
| * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-28 | 2 | -2/+5 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-27 | 7 | -33/+12 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | Fix remote content loading for absolute URLs | Warwick Allison | 2009-10-27 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | (the test is pending...) | ||||
* | | | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-28 | 12 | -28/+192 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | Do not display transient binding errors | Aaron Kennedy | 2009-10-28 | 7 | -10/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 8 | -21/+107 |
| | |_|/ | |/| | | | | | | | | | | | | | | QmlExpression should not print errors itself. This is the responsibility of the caller. | ||||
* | | | | Use QML_DECLARE_TYPEINFO attached properties detection on all platforms. | Martin Jones | 2009-10-28 | 1 | -32/+0 |
|/ / / | |||||
* | | | Support return values in synthesized methods | Aaron Kennedy | 2009-10-27 | 2 | -2/+5 |
| |/ |/| | |||||
* | | Simplify the defaultObjects handling | Aaron Kennedy | 2009-10-27 | 5 | -32/+9 |
| | | | | | | | | | | As the scope object is no longer added to the defaultObjects list it makes sense that the root object remain constant at position 0 | ||||
* | | Don't crash when requesting an attached object for non-QML object | Aaron Kennedy | 2009-10-27 | 1 | -0/+2 |
| | | |||||
* | | Error when a QVariant property is used as a grouped property | Aaron Kennedy | 2009-10-27 | 1 | -1/+1 |
|/ | | | | This crashed as the metatype of QVariant is -1. | ||||
* | Fixed namespace macro. | Erik Verbruggen | 2009-10-26 | 1 | -2/+2 |
| | |||||
* | Compile with -no-qt3support | Aaron Kennedy | 2009-10-26 | 2 | -3/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-26 | 23 | -95/+289 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix more warnings. | Michael Brasser | 2009-10-26 | 9 | -16/+22 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-26 | 5 | -4/+127 |
| |\ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qbitfield_p.h | ||||
| | * | Silence warnings. | Michael Brasser | 2009-10-26 | 5 | -6/+13 |
| | | | |||||
| | * | Add support for value interceptors to the DOM. | Michael Brasser | 2009-10-26 | 2 | -0/+116 |
| | | | |||||
| * | | qmldir not needed if types are qualified. | Warwick Allison | 2009-10-26 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-26 | 14 | -9/+227 |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Doc. | Michael Brasser | 2009-10-26 | 3 | -0/+3 |
| | | | |||||
| * | | Move knowledge of qmldir out of QmlScriptParser. | Warwick Allison | 2009-10-26 | 2 | -6/+11 |
| | | | |||||
| * | | Wait for qmldir remote content so that imports work remotely. | Warwick Allison | 2009-10-26 | 6 | -74/+131 |
| | | | |||||
| * | | unwarn | Warwick Allison | 2009-10-26 | 2 | -3/+3 |
| | | | |||||
* | | | 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 | ||||
* | | Ensure cleanup happens before the destruction of QScriptEngine | Aaron Kennedy | 2009-10-26 | 11 | -9/+224 |
|/ | | | | This was causing crashes on windows. | ||||
* | 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 |
|/ | |||||
* | Use QmlScriptString for Connection script | Warwick Allison | 2009-10-23 | 1 | -40/+1 |
| | | | | | (instead of AST special-case handling) Fixes QT-734 | ||||
* | 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 | 3 | -9/+9 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-10-22 | 19 | -39/+457 |
|\ | | | | | | | 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 | 1 | -1/+3 |
| |\ | | | | | | | | | | 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 | ||||
| | * | 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 |
| | |