summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Display errors in component creation in setQml()Martin Jones2009-06-241-0/+9
|
* Doc fixes.Michael Brasser2009-06-221-4/+4
|
* More explicit QUrl <-> QString conversion.Warwick Allison2009-06-111-3/+3
|
* 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.
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-11/+10
| | | | | | | 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).
* Remove extraneous semicolons.Martin Jones2009-05-261-3/+3
| | | | Caused massive number of warnings with winscw
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-221-2/+6
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * fix warningsWarwick Allison2009-05-211-0/+2
| |
| * Fix ContentsMartin Jones2009-05-211-2/+4
| |
* | Add support for baseline anchoring.Michael Brasser2009-05-221-32/+23
|/
* Simplify (hopefully) anchors, and make them less reliant on signalsAaron Kennedy2009-05-181-77/+28
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-051-99/+161
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * More doc cleanup.Michael Brasser2009-05-051-98/+160
| |
| * More doc conversion and cleanup.Michael Brasser2009-05-051-1/+1
| |
* | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-0/+47
|/
* qdoc: Corrected some qdoc warnings.Martin Smith2009-05-041-2/+10
|
* docWarwick Allison2009-05-011-18/+39
|
* Documentation work.Michael Brasser2009-04-301-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-291-46/+46
|\ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximageitem.cpp src/declarative/fx/qfxpathview.cpp src/declarative/util/qmllistmodel.cpp
| * Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-44/+44
| |
| * qdoc: Corrected some qdoc warnings.Martin Smith2009-04-281-2/+2
| |
* | Some foreach remove/improve.Martin Jones2009-04-281-14/+20
|/
* More mouse and key event handling and related documentationMartin Jones2009-04-281-12/+6
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-271-31/+287
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxitem.cpp
| * Remove QFxItem::itemContext() method.Aaron Kennedy2009-04-271-15/+7
| | | | | | | | Use qmlContext(object) instead. This makes everything consistent.
| * Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-2/+1
| | | | | | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later.
| * qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-241-13/+277
| |
* | Make MouseRegion signals pass a mouse event as their parameter.Martin Jones2009-04-271-24/+3
| |
* | Doc fixes.Martin Jones2009-04-271-21/+41
|/
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-241-22/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Documentation fixes.Michael Brasser2009-04-241-22/+3
| | | | | | | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead.
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-241-17/+46
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: demos/declarative/webbrowser/WebBrowser.qml demos/declarative/webbrowser/content/pics/addressbar-filled.png demos/declarative/webbrowser/content/pics/addressbar.png demos/declarative/webbrowser/content/pics/back-disabled.png demos/declarative/webbrowser/content/pics/back.png demos/declarative/webbrowser/content/pics/footer.png demos/declarative/webbrowser/content/pics/forward-disabled.png demos/declarative/webbrowser/content/pics/forward.png demos/declarative/webbrowser/content/pics/header.png demos/declarative/webbrowser/content/pics/reload.png
| * Fix signal usage from QmlcomponentAlexis Menard2009-04-231-2/+2
| |
| * qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-231-2/+2
| |
| * Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-15/+44
| |
* | Compile.Warwick Allison2009-04-231-1/+1
|/
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+1751