Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 | 40 | -1369/+2321 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | 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 | 4 | -142/+71 |
| | | | |||||
| * | | Remove Try*Object instructions | Aaron Kennedy | 2009-05-26 | 4 | -83/+27 |
| |/ | |||||
| * | Ensure tests pass | Aaron Kennedy | 2009-05-26 | 3 | -23/+33 |
| | | |||||
| * | 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 | 1 | -4/+10 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Disable QmlDom debug output by default | Kai Koehne | 2009-05-25 | 1 | -4/+10 |
| | | | | | | | | | | | | Only print AST if QML_COMPILER_DUMP is set | ||||
| * | | Move canvas scene snapshot out of in-process debugger | Aaron Kennedy | 2009-05-26 | 12 | -345/+95 |
| | | | |||||
| * | | Add basic client/server debugging support | Aaron Kennedy | 2009-05-25 | 14 | -384/+1237 |
| |/ | | | | | | | The canvas framerate monitor now uses this support. | ||||
* | | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 113 | -237/+237 |
|/ | | | | Caused massive number of warnings with winscw | ||||
* | Use the true metatype of attached properties in the compiler | Aaron Kennedy | 2009-05-22 | 3 | -2/+7 |
| | |||||
* | Add canvas framerate monitor application | Aaron Kennedy | 2009-05-22 | 4 | -2/+328 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-22 | 44 | -542/+943 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Naively fix handling of qreal properties for ARM. | Michael Brasser | 2009-05-22 | 1 | -1/+2 |
| | | | | | | | | | | This gets things working, but isn't ideal as it treats qreal properties as type double on ARM (where they should be of type float). | ||||
| * | Don't rely on qreal being a double. | Michael Brasser | 2009-05-22 | 2 | -9/+16 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-22 | 16 | -98/+117 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | fix warnings | Warwick Allison | 2009-05-21 | 12 | -27/+29 |
| | | | |||||
| | * | Listview tests run. | Martin Jones | 2009-05-21 | 1 | -1/+1 |
| | | | |||||
| | * | Get visual auto testing working again. | Martin Jones | 2009-05-21 | 4 | -69/+84 |
| | | | |||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-21 | 3 | -1/+28 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Fix Contents | Martin Jones | 2009-05-21 | 1 | -2/+4 |
| | | | | |||||
| * | | | Add support for baseline anchoring. | Michael Brasser | 2009-05-22 | 7 | -40/+80 |
| | |/ | |/| | |||||
| * | | Add a preserveSelection property to TextEdit. | Michael Brasser | 2009-05-21 | 3 | -1/+28 |
| |/ | | | | | | | | | This property will allow us to get line edit-like behavior, where the selection is removed when the item loses focus. | ||||
| * | Pass ShortcutOverride event through SimpleCanvas to QFxTextEdit | Kai Koehne | 2009-05-20 | 3 | -2/+22 |
| | | | | | | | | | | | | In Bauhaus we have a global shortcut associated with the Del key. This prevents the global shortcut from capturing the Del key while editing in a text edit field. | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-20 | 6 | -27/+46 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-20 | 2 | -9/+18 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-20 | 4 | -16/+22 |
| | | |\ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | | Basic qualified type support. | Warwick Allison | 2009-05-20 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can now: DialLibrary.Dial { ... } without any import statement. Can also run qmlviewer with -L DialLibrary then use Dial { ... }. The exact way this works will almost definitely change to ensure predictable behaviour under future type additions to scopes. | ||||
| | | * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-20 | 2 | -3/+3 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | | | Fix width=0 pens without radius. | Warwick Allison | 2009-05-20 | 1 | -5/+5 |
| | | | | | | |||||
| | * | | | | Log performance of adding script to the engine. | Michael Brasser | 2009-05-20 | 3 | -2/+6 |
| | | |_|/ | | |/| | | |||||
| | * | | | Cleanup and fixes for performance logging. | Michael Brasser | 2009-05-20 | 4 | -16/+22 |
| | | |/ | | |/| | |||||
| * | | | Add status and feedback info to XmlListModel | Martin Jones | 2009-05-20 | 2 | -4/+48 |
| | | | | |||||
| * | | | Remove debug | Martin Jones | 2009-05-20 | 4 | -14/+0 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-20 | 150 | -2732/+3102 |
| |\ \ \ | | |/ / | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Fix Rotation element for OpenGL. | Michael Brasser | 2009-05-20 | 1 | -1/+3 |
| | | | | |||||
| * | | | Make VisualItemModel with packages work properly. | Martin Jones | 2009-05-20 | 10 | -219/+339 |
| | | | | | | | | | | | | | | | | | | | | The views can all now deal with items that they have not requested appearing, and will lay them out appropriately. |