summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/fx.pri
Commit message (Collapse)AuthorAgeFilesLines
* Add basic QML docs for the effects.Michael Brasser2009-10-121-0/+1
|
* Move ComponentInstance functionality into LoaderMartin Jones2009-09-091-3/+0
|
* Remove KeyProxy in favour of the Keys.forwardTo attached property.Martin Jones2009-09-071-2/+0
|
* Readd FocusPanel.Michael Brasser2009-08-311-0/+2
|
* Text-related API updates after reviewMichael Brasser2009-08-191-3/+3
| | | | | Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes.
* QFxPixmap -> QFxPixmapCacheMichael Brasser2009-08-141-2/+2
|
* Rename layouts to positionersAlan Alpert2009-08-131-3/+3
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-121-0/+6
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Add new class QFxBorderImage.Yann Bodson2009-08-091-0/+3
| | | | | | | | | | * Move scalegrid code into QFxBorderImage * Update examples
| * Add new class QFxImageBaseYann Bodson2009-08-071-0/+3
| | | | | | | | New base class for QFxImage and QFxBorderImage.
* | Change key handling to use a Keys attached property.Martin Jones2009-08-121-2/+0
|/ | | | | Replaces KeyAction, allowing focus to be set on the actual item that wants focus, rather than a separate handler item.
* Add QFxLayoutItemAlan Alpert2009-08-061-0/+2
| | | | | The LayoutItem allows fluid parts to be resized using classical Qt layouts.
* Renaming: FocusRealm -> FocusScopeYann Bodson2009-08-031-2/+2
|
* Make QFxScaleGrid privateWarwick Allison2009-07-311-1/+1
| | | | As per API review
* Introduce Loader item.Michael Brasser2009-07-301-0/+3
| | | | | The Loader item takes the qml/qmlItem functionality from Item and moves it to a specialized subclass.
* make QFxItem use QGraphicsTransformLars Knoll2009-07-291-2/+0
| | | | | | removed all the QFxTransform code and converted QFxItem::transform to use a QmlList instead of a QList.
* WidgetContainer renamed to GraphicsObjectContainer.Michael Brasser2009-07-171-2/+2
| | | | Also corrected handling of scene change.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-161-0/+3
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/fx/fx.pri
| * Initial commit of QFxLineEditAlan Alpert2009-07-161-0/+3
| | | | | | | | QLineControl is integrated here, so no more need for qfxlineedit branch
* | Add experimental FocusRealm support.Michael Brasser2009-07-151-0/+2
| |
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-101-9/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: examples/itemviews/frozencolumn/main.cpp src/declarative/canvas/qsimplecanvas.cpp src/declarative/canvas/qsimplecanvas_p.h src/declarative/canvas/qsimplecanvasitem.h src/declarative/extra/qfxparticles.cpp src/declarative/fx/fx.pri src/declarative/fx/qfxblurfilter.h src/declarative/fx/qfxcontentwrapper.cpp src/declarative/fx/qfxflickable.cpp src/declarative/fx/qfxfocuspanel.h src/declarative/fx/qfxfocusrealm.h src/declarative/fx/qfxhighlightfilter.cpp src/declarative/fx/qfxhighlightfilter.h src/declarative/fx/qfximage.cpp src/declarative/fx/qfxitem.cpp src/declarative/fx/qfxitem.h src/declarative/fx/qfxrect.cpp src/declarative/fx/qfxreflectionfilter.h src/declarative/fx/qfxshadowfilter.cpp src/declarative/fx/qfxshadowfilter.h src/declarative/fx/qfxtext.cpp src/declarative/fx/qfxtext.h src/declarative/fx/qfxtextedit.cpp src/declarative/opengl/glbasicshaders.h src/declarative/test/qfxtestengine.cpp src/declarative/test/qfxtestengine.h src/declarative/test/qfxtestobjects.cpp src/declarative/test/qfxtestobjects.h src/declarative/test/qfxtestview.h src/declarative/util/qfxglobal.h src/declarative/util/qfxview.cpp src/gui/graphicsview/qgraphicsitem_p.h tools/qmlviewer/qmlviewer.cpp
| * Remove Content and ContentWrapperAaron Kennedy2009-07-021-3/+0
| | | | | | | | property aliases do a better job of this
| * Move particles to extra.Michael Brasser2009-07-011-2/+0
| |
| * Move some non-essential classes to extra.Michael Brasser2009-06-291-6/+0
| |
* | Remove simple canvasAaron Kennedy2009-06-231-4/+0
| |
* | Remove OpenGL support from Fluid UI primitivesAaron Kennedy2009-06-191-2/+0
| |
* | Remove GL filtersAaron Kennedy2009-06-191-8/+0
|/
* (Very) Basic FlowView prototypeAaron Kennedy2009-06-181-0/+2
|
* Rename QFxImageItem to QFxPaintedItem.Ian Walters2009-05-051-3/+3
| | | | Done to avoid confusion with QFxImage and QFxAnimatedImage(Item)
* Remove Painted, have WebView use ImageItemIan Walters2009-05-051-3/+0
| | | | | | | | Reducing duplicated code and functionality. Removing QFxPainted as it isn't used and has less features than QFxImageItem, which fufills the same roles. Have QFxWebView use QFxImageItem as a base to reduce duplicated caching code. Minimal risk given that QFxImageItem is based of QFxWebView.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-281-0/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Make MouseRegion signals pass a mouse event as their parameter.Martin Jones2009-04-271-0/+2
| |
* | API and documentation work on the transform elements.Michael Brasser2009-04-281-0/+2
|/ | | | | | | | 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.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+94