| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to
verticalAlignment. Other assorted fixes.
|
| |
|
| |
|
|\
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| |
| |
| |
| |
| | |
* Move scalegrid code into QFxBorderImage
* Update examples
|
| |
| |
| |
| | |
New base class for QFxImage and QFxBorderImage.
|
|/
|
|
|
| |
Replaces KeyAction, allowing focus to be set on the actual item
that wants focus, rather than a separate handler item.
|
|
|
|
|
| |
The LayoutItem allows fluid parts to be resized using classical Qt
layouts.
|
| |
|
|
|
|
| |
As per API review
|
|
|
|
|
| |
The Loader item takes the qml/qmlItem functionality from Item and
moves it to a specialized subclass.
|
|
|
|
|
|
| |
removed all the QFxTransform code and converted
QFxItem::transform to use a QmlList instead of a
QList.
|
|
|
|
| |
Also corrected handling of scene change.
|
|\
| |
| |
| |
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv
Conflicts:
src/declarative/fx/fx.pri
|
| |
| |
| |
| | |
QLineControl is integrated here, so no more need for qfxlineedit branch
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
property aliases do a better job of this
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
Done to avoid confusion with QFxImage and QFxAnimatedImage(Item)
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| | |
|
|/
|
|
|
|
|
|
| |
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.
|
|
|