summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-3011-28/+257
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Documentation for ListViewMartin Jones2009-04-301-98/+45
| | | | | | | | | | | | | | | | | | | | Convert to new format, use \snippet.
| * | | | Fix smooth scalingWarwick Allison2009-04-301-1/+3
| | |/ / | |/| |
* | | | Convert all examples and demos from XML formatAaron Kennedy2009-04-302-2/+2
|/ / /
* | | Fix crashWarwick Allison2009-04-301-4/+4
| | | | | | | | | | | | Continues d62bc81491b4b3ef76d626fd56f736427ee1e20c
* | | qdoc: Corrected some qdoc warnings.Martin Smith2009-04-293-5/+4
| | |
* | | Merge branch 'source' into kinetic-declarativeuiYann Bodson2009-04-294-7/+7
|\ \ \ | |_|/ |/| | | | | | | | | | | Conflicts: demos/declarative/mediabrowser/content/PhonesPathView.qml demos/declarative/mediabrowser/mediabrowser.qml
| * | Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-294-7/+7
| |/
* | API improvements for Flipable.Michael Brasser2009-04-293-8/+160
| | | | | | | | | | | | You can now specify an axis and rotation, rather than using transform. The tranform behavior has been preserved, however, to allow for cases where you want a more complex transform when rotating.
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-2947-911/+1425
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-2940-526/+525
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 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-2838-514/+514
| | |
| | * qdoc: Corrected some qdoc warnings.Martin Smith2009-04-283-7/+6
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-04-283-5/+10
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-282-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Changed some qDebug() output in qdoc to be real qdoc waqrnings with location information for the user. These were in the qmlproperty command processing.
| * | | Some foreach remove/improve.Martin Jones2009-04-285-26/+34
| | |/ | |/|
| * | Don't create two atttached property objects per item.Martin Jones2009-04-282-4/+10
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-287-298/+710
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-2824-256/+563
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Delay Repeater item construction until component completionAaron Kennedy2009-04-282-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | The engine can crash if objects with bindings or parser status's are created and destroyed before a component complete. This works around this limitation, that should ideally be fixed in the engine.
| | * | API and documentation work on the transform elements.Michael Brasser2009-04-285-297/+699
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Axis has been split into Axis, AxisRotation, and AxisTranslation. Basic docs (in some cases just a stub) have been added for these, Perspective, and Squish. Flipable has moved to its own file.
| * | | Remove debug.Martin Jones2009-04-281-1/+0
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-283-19/+11
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | More mouse and key event handling and related documentationMartin Jones2009-04-287-85/+175
| | | |
* | | | Fix plugin delayed loading. Allows settings from QML.Warwick Allison2009-04-292-4/+82
| |/ / |/| |
* | | Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-283-17/+9
| | | | | | | | | | | | | | | An element's qmlAttachedProperties() function will now only ever get called once per object.
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-2710-123/+348
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-2723-175/+472
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxitem.cpp
| | * | Fix use of qmlContext() - move outside contructor.Warwick Allison2009-04-271-50/+47
| | | |
| * | | Make MouseRegion signals pass a mouse event as their parameter.Martin Jones2009-04-278-54/+260
| | | |
| * | | Fix warning.Martin Jones2009-04-271-1/+1
| | | |
| * | | Doc fixes.Martin Jones2009-04-272-28/+49
| | | |
* | | | Don't crash when not using QFxVisualItemModel with PathViewAaron Kennedy2009-04-271-2/+2
| |/ / |/| | | | | | | | | | | PathView was creating its own internal QFxVisualItemModel but not correctly setting the context.
* | | Remove QFxItem::itemContext() method.Aaron Kennedy2009-04-2714-51/+42
| | | | | | | | | | | | Use qmlContext(object) instead. This makes everything consistent.
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-279-35/+74
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Add 'smooth' property to BlendedImage.Michael Brasser2009-04-272-1/+42
| | |
| * | Fix crash in PathView.Michael Brasser2009-04-271-0/+2
| | | | | | | | | | | | | | | | | | If a component had runtime errors it could cause PathView to crash. Now we check in rengenerate to make sure the model actually returns an item before using it.
| * | Rename GfxValue to QmlTimeLineValue.Michael Brasser2009-04-274-10/+10
| | |
| * | Rename GfxEvent to QmlTimeLineEvent.Michael Brasser2009-04-273-6/+6
| | |
| * | Replace the use of the obsolete GfxEasing with QEasingCurve.Michael Brasser2009-04-274-18/+14
| | |
* | | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-274-12/+11
|/ / | | | | | | 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-242-14/+278
| |
* | qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-242-14/+20
|/
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-243-117/+137
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-2413-75/+149
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-2413-74/+148
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-2426-64/+111
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | Compile.Warwick Allison2009-04-231-1/+1
| | | | |
| * | | | Add a QSimpleCanvasItem::ChildMouseFilter optionAaron Kennedy2009-04-242-116/+136
| | |/ / | |/| | | | | | | | | | Child mouse filter only filters events sent to your children
* | | | Change Path, PathLine etc. coordinates to qreal. More docs.Martin Jones2009-04-242-85/+120
| |_|/ |/| | | | | | | | | | | Everything internally is qreal, so there's no point having the conversion.