summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Don't check the QT_MODULE in the text rewriter, there's no need since it's ↵Roberto Raggi2009-05-262-79/+75
| | | | private code.
* Made the suffix for CSS literals case insensitve.Roberto Raggi2009-05-261-16/+21
|
* Added missing copyright headers.Roberto Raggi2009-05-266-0/+245
|
* Create a new TextWriter when rewriting the CSS literals.Roberto Raggi2009-05-261-7/+8
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-2640-1369/+2321
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove AssignStackObject instructionAaron Kennedy2009-05-265-39/+27
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-261-2/+2
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Do not expect QListModelInterface::data to return ONLY the roles requestedKai Koehne2009-05-261-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 instructionAaron Kennedy2009-05-263-22/+2
| | |
| * | Remove unnecessary conditionAaron Kennedy2009-05-261-9/+0
| | |
| * | Remove ResolveFetchObject instructionAaron Kennedy2009-05-264-39/+9
| | |
| * | Remove AssignValueSource instructionAaron Kennedy2009-05-264-43/+5
| | |
| * | Unify the store instructions into the main VME switchAaron Kennedy2009-05-263-273/+249
| | |
| * | Remove AssignObject instructionAaron Kennedy2009-05-264-142/+71
| | |
| * | Remove Try*Object instructionsAaron Kennedy2009-05-264-83/+27
| |/
| * Ensure tests passAaron Kennedy2009-05-263-23/+33
| |
| * Always treat CSS-like suffix's as bindingsAaron Kennedy2009-05-261-1/+5
| |
| * roberto: Added support for CSS like numeric literals e.g. 10pAaron Kennedy2009-05-2614-35/+624
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-261-4/+10
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Disable QmlDom debug output by defaultKai Koehne2009-05-251-4/+10
| | | | | | | | | | | | Only print AST if QML_COMPILER_DUMP is set
| * | Move canvas scene snapshot out of in-process debuggerAaron Kennedy2009-05-2612-345/+95
| | |
| * | Add basic client/server debugging supportAaron Kennedy2009-05-2514-384/+1237
| |/ | | | | | | The canvas framerate monitor now uses this support.
* | Remove extraneous semicolons.Martin Jones2009-05-26113-237/+237
|/ | | | Caused massive number of warnings with winscw
* Use the true metatype of attached properties in the compilerAaron Kennedy2009-05-223-2/+7
|
* Add canvas framerate monitor applicationAaron Kennedy2009-05-224-2/+328
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-2244-542/+943
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Naively fix handling of qreal properties for ARM.Michael Brasser2009-05-221-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 Brasser2009-05-222-9/+16
| |
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-2216-98/+117
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * fix warningsWarwick Allison2009-05-2112-27/+29
| | |
| | * Listview tests run.Martin Jones2009-05-211-1/+1
| | |
| | * Get visual auto testing working again.Martin Jones2009-05-214-69/+84
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-213-1/+28
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Fix ContentsMartin Jones2009-05-211-2/+4
| | | |
| * | | Add support for baseline anchoring.Michael Brasser2009-05-227-40/+80
| | |/ | |/|
| * | Add a preserveSelection property to TextEdit.Michael Brasser2009-05-213-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 QFxTextEditKai Koehne2009-05-203-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 Jones2009-05-206-27/+46
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-202-9/+18
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-204-16/+22
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Basic qualified type support.Warwick Allison2009-05-201-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 Allison2009-05-202-3/+3
| | | |\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | Fix width=0 pens without radius.Warwick Allison2009-05-201-5/+5
| | | | | |
| | * | | | Log performance of adding script to the engine.Michael Brasser2009-05-203-2/+6
| | | |_|/ | | |/| |
| | * | | Cleanup and fixes for performance logging.Michael Brasser2009-05-204-16/+22
| | | |/ | | |/|
| * | | Add status and feedback info to XmlListModelMartin Jones2009-05-202-4/+48
| | | |
| * | | Remove debugMartin Jones2009-05-204-14/+0
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-20150-2732/+3102
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Fix Rotation element for OpenGL.Michael Brasser2009-05-201-1/+3
| | | |
| * | | Make VisualItemModel with packages work properly.Martin Jones2009-05-2010-219/+339
| | | | | | | | | | | | | | | | | | | | The views can all now deal with items that they have not requested appearing, and will lay them out appropriately.