summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Fix autotest crashAaron Kennedy2009-06-161-2/+2
|
* Revert "Compilation fix on MSVC"Aaron Kennedy2009-06-161-8/+38
| | | | This reverts commit 6d28410756ab29277807d2026b4cbd8e1c707714.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-1655-497/+540
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Export QmlStateGroup so that it can be used by non-QFxItem DUI'sRhys Weatherley2009-06-161-1/+1
| |
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-06-1487-1377/+1402
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Use standard cursor control for TextEdit.Michael Brasser2009-06-121-2/+4
| | |
| | * Some XmlListModel cleanup.Michael Brasser2009-06-122-13/+3
| | |
| | * Speed up XmlListModel.Michael Brasser2009-06-121-7/+22
| | |
| | * Fixup headers.Michael Brasser2009-06-129-23/+21
| | |
| | * Behavior fixes.Michael Brasser2009-06-124-22/+49
| | | | | | | | | | | | | | | | | | You can now write x: Behavior { NumericAnimation { duration: 500 } }, rather than having to specify the target and property for the animation explicitly. Also other minor fixes.
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-1111-21/+20
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * More explicit QUrl <-> QString conversion.Warwick Allison2009-06-1111-21/+20
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-1179-2097/+2293
| | |\ \ | | | |/ | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Renamed the QML front-end.Roberto Raggi2009-06-1129-406/+407
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-094-4/+156
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Warn when trying to anchor to non-sibling/non-parent.Michael Brasser2009-06-091-2/+12
| | | | |
| * | | | minor doc fixesAlan Alpert2009-06-141-1/+2
| | | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-112-3/+6
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | make the setRotation code a little more efficientLars Knoll2009-06-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't give us much. The real fix here is to add support for rotation and transformationOrigin to QGraphicsItem.
| * | | | Introduce QGraphicsItem::ItemHasNoContents.Andreas Aardal Hanssen2009-06-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This flag helps optimize the case where an item is used only as a transformation node in a scene graph, and where the item itself doesn't paint anything. This is the default for FxItem (the subclasses that do paint enable the HasContents flag). This lets Graphics View know whether there's any point in setting up the world transform, opacity and other things. Reviewed-by: Lars
* | | | | Skeleton for property deferringAaron Kennedy2009-06-117-30/+182
|/ / / /
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-1112-13/+91
|\ \ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | typo in my recent changeWarwick Allison2009-06-101-1/+1
| | | | |
| * | | | Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-1011-12/+90
| | | | | | | | | | | | | | | | | | | | of QML arrays. Also exposed these positions through the QML DOM.
* | | | | Use the most derived extension object, not the least derivedAaron Kennedy2009-06-111-1/+1
| | | | |
* | | | | Remove dead codeAaron Kennedy2009-06-102-7/+0
| | | | |
* | | | | Simplify QmlBindableValue by using the logic already present in QmlMetaPropertyAaron Kennedy2009-06-102-207/+151
| | | | |
* | | | | Minor cleanupsAaron Kennedy2009-06-102-177/+13
| | | | |
* | | | | Source location isn't needed for compiled bindingsAaron Kennedy2009-06-101-1/+0
|/ / / /
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-1031-125/+153
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlvme.cpp
| * | | | Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-1028-119/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration).
| * | | | Compile fix for !QFX_RENDER_OPENGLThomas Hartmann2009-06-094-5/+12
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Some QFX_RENDER_OPENGL guards were missing and getPen had to be replaced with d->pen in some places Reviewed-by: Kai Koehne
* | | | Remove perf metricsAaron Kennedy2009-06-101-209/+0
| | | | | | | | | | | | | | | | These numbers were always too small to be measured meaningfully in this way.
* | | | Improve list assignment performanceAaron Kennedy2009-06-104-64/+120
| | | |
* | | | Remove dead codeAaron Kennedy2009-06-103-10/+2
| | | |
* | | | Improve bindings startup performanceAaron Kennedy2009-06-1010-93/+356
|/ / /
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-095-18/+62
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Can now dynamically delete objects as well.Alan Alpert2009-06-095-18/+62
| | |/ | |/| | | | | | | | | | | | | The QtScript object wrapper now has a destroy function. This should work for all QML objects. This commit also has some clean up in the dynamic creation code, which still has a bug regarding path resolution.
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-0930-175/+337
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Add dynamic object creation from Script.Alan Alpert2009-06-094-4/+156
| |/ | | | | | | | | | | Can now create, inside script, objects from qml snippets and files. These objects can then be manipulated from script. Deleting these items is still being looked into.
| * Fix handling of qreal properties.Michael Brasser2009-06-095-26/+59
| | | | | | | | | | This is to bring us in line with the fix made to moc's handling of qreal properties.
| * Compile fix for WinCE.Michael Brasser2009-06-091-11/+11
| |
| * Revert "Naively fix handling of qreal properties for ARM."Michael Brasser2009-06-081-2/+1
| | | | | | | | | | | | | | | | This reverts commit 2575eac4c26ad92dde95959a82f576edc3e76e1d. Conflicts: src/declarative/qml/qmlvme.cpp
| * Compile fix for WinCE.Michael Brasser2009-06-081-2/+2
| |
| * Compile fix.Michael Brasser2009-06-052-4/+2
| |
| * Another compile fix for WinCE.Michael Brasser2009-06-052-2/+2
| |
| * Compile fix for OpenGL.Michael Brasser2009-06-041-19/+19
| |
| * Compile fix for WinCE.Michael Brasser2009-06-041-1/+1
| |
| * Added offsets of automatically inserted semicolons to the DOM and theErik Verbruggen2009-06-045-0/+29
| | | | | | | | QML script parser.
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-047-43/+32
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui