Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some pointless perf metrics | Aaron Kennedy | 2009-06-01 | 8 | -59/+20 |
| | |||||
* | Delay the compilation of bindings until the end | Aaron Kennedy | 2009-05-28 | 5 | -103/+107 |
| | | | | This way we have a better understanding of the complete context in which the binding will be executed. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-28 | 12 | -86/+197 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | fix flickr demo after recent changes to gradients. | Lars Knoll | 2009-05-27 | 1 | -2/+2 |
| | | |||||
| * | Fixed a bug where the DOM reported the value of an ID to be Invalid. | Erik Verbruggen | 2009-05-27 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-27 | 8 | -277/+306 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Remove qmlviewer's sizeHint hack. | Michael Brasser | 2009-05-27 | 2 | -13/+0 |
| | | | |||||
| * | | Better gradient support for Rect. | Martin Jones | 2009-05-27 | 9 | -72/+196 |
| | | | |||||
* | | | QmlBasicScript should work on the actual JS AST tree | Aaron Kennedy | 2009-05-28 | 22 | -879/+248 |
| | | | |||||
* | | | Small cleanups | Aaron Kennedy | 2009-05-27 | 4 | -105/+132 |
| | | | |||||
* | | | Save the JavaScript AST in the QmlParser::Variant for use by others | Aaron Kennedy | 2009-05-27 | 3 | -8/+25 |
| | | | |||||
* | | | Small cleanups | Aaron Kennedy | 2009-05-27 | 2 | -12/+8 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-27 | 2 | -8/+6 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Don't really need QPainter::save/restore for render hint mods. | Martin Jones | 2009-05-27 | 2 | -8/+6 |
| | | |||||
* | | Simplify and comment compiler | Aaron Kennedy | 2009-05-27 | 6 | -166/+229 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-27 | 154 | -877/+2118 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove more unneeded semicolons. | Martin Jones | 2009-05-27 | 20 | -40/+40 |
| | | |||||
| * | Remove more unneeded semicolons. | Martin Jones | 2009-05-26 | 26 | -194/+194 |
| | | |||||
| * | Remove more unneeded semicolons. | Martin Jones | 2009-05-26 | 12 | -23/+23 |
| | | |||||
| * | Added no_ast_rewriter to rewriter.pri. | Roberto Raggi | 2009-05-26 | 1 | -2/+7 |
| | | |||||
| * | Don't check the QT_MODULE in the text rewriter, there's no need since it's ↵ | Roberto Raggi | 2009-05-26 | 2 | -79/+75 |
| | | | | | | | | private code. | ||||
| * | Add qmldebugger sub dir to the pro file. | Bjørn Erik Nilsen | 2009-05-26 | 1 | -1/+1 |
| | | |||||
| * | Made the suffix for CSS literals case insensitve. | Roberto Raggi | 2009-05-26 | 1 | -16/+21 |
| | | |||||
| * | Added missing copyright headers. | Roberto Raggi | 2009-05-26 | 6 | -0/+245 |
| | | |||||
| * | Create a new TextWriter when rewriting the CSS literals. | Roberto Raggi | 2009-05-26 | 1 | -7/+8 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-26 | 102 | -2024/+3609 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 113 | -237/+237 |
| | | | | | | | | | | | | Caused massive number of warnings with winscw | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-24 | 307 | -5272/+7342 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | PauseAnimation visual autotest | Martin Jones | 2009-05-24 | 5 | -276/+1263 |
| | | | | |||||
| * | | | webview test runs. | Martin Jones | 2009-05-21 | 4 | -4/+6 |
| | | | | |||||
* | | | | Improve error messages | Aaron Kennedy | 2009-05-26 | 2 | -108/+87 |
| |_|/ |/| | | |||||
* | | | Remove AssignStackObject instruction | Aaron Kennedy | 2009-05-26 | 5 | -39/+27 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-26 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Do not expect QListModelInterface::data to return ONLY the roles requested | Kai Koehne | 2009-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is often convenient to always return the full set of data, even if only some roles are requested. Reviewed-by: Martin Jones | ||||
* | | | | Remove the NoOp instruction | Aaron Kennedy | 2009-05-26 | 3 | -22/+2 |
| | | | | |||||
* | | | | Remove unnecessary condition | Aaron Kennedy | 2009-05-26 | 1 | -9/+0 |
| | | | | |||||
* | | | | Remove ResolveFetchObject instruction | Aaron Kennedy | 2009-05-26 | 4 | -39/+9 |
| | | | | |||||
* | | | | Remove AssignValueSource instruction | Aaron Kennedy | 2009-05-26 | 4 | -43/+5 |
| | | | | |||||
* | | | | Unify the store instructions into the main VME switch | Aaron Kennedy | 2009-05-26 | 3 | -273/+249 |
| | | | | |||||
* | | | | Remove AssignObject instruction | Aaron Kennedy | 2009-05-26 | 6 | -142/+85 |
| | | | | |||||
* | | | | Remove Try*Object instructions | Aaron Kennedy | 2009-05-26 | 4 | -83/+27 |
|/ / / | |||||
* | | | Ensure tests pass | Aaron Kennedy | 2009-05-26 | 6 | -30/+40 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-26 | 86 | -1332/+3147 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Always treat CSS-like suffix's as bindings | Aaron Kennedy | 2009-05-26 | 1 | -1/+5 |
| | | | | |||||
| * | | | roberto: Added support for CSS like numeric literals e.g. 10p | Aaron Kennedy | 2009-05-26 | 14 | -35/+624 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-26 | 52 | -846/+715 |
| |\ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | Test cleanup. | Michael Brasser | 2009-05-25 | 49 | -841/+701 |
| | | | | | |||||
| | * | | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-25 | 2 | -4/+13 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | | Fix compile when paint engine debugging is on. | Michael Brasser | 2009-05-25 | 1 | -1/+1 |
| | | |_|/ | | |/| | | |||||
| * | | | | Move canvas scene snapshot out of in-process debugger | Aaron Kennedy | 2009-05-26 | 18 | -381/+449 |
| | | | | |