summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxflickable.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove dragMode property from Flickable.Martin Jones2009-09-031-6/+0
|
* Flickable visible area properties moved into visibleArea as dot props.Martin Jones2009-09-031-9/+5
|
* Flickable locked property changed to interactive.Martin Jones2009-09-021-3/+3
| | | | Note that the meaning of the property has been reversed.
* Make a number of Flickable API changes following review.Martin Jones2009-08-281-27/+28
|
* Rename Behavior cpp class to match the QML name.Yann Bodson2009-08-271-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-261-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix compile after merge from 4.6.Michael Brasser2009-08-251-1/+1
| |
* | Proposed changes following reviewMartin Jones2009-08-261-13/+18
|/
* Get rid of QFxItem::options.Michael Brasser2009-07-311-1/+1
| | | | They can all be set directly with QGraphicsItem flags or functions.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-101-3/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-3/+4
| |
* | Merge branch 'kinetic-declarativeui' into kinetic-declarativeui-gvAaron Kennedy2009-06-241-1/+1
|\ \ | |/ | | | | | | | | | | Conflicts: src/declarative/canvas/qsimplecanvasitem.cpp src/declarative/canvas/qsimplecanvasitem_p.h src/declarative/fx/qfxwebview.cpp
| * Remove unneeded semicolons.Martin Jones2009-06-121-1/+1
| |
* | Make QSimpleCanvasItem inherit QGraphicsObjectAaron Kennedy2009-06-231-1/+1
|/
* Remove more unneeded semicolons.Martin Jones2009-05-261-13/+13
|
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
| | | | Caused massive number of warnings with winscw
* Fixed #includesRoberto Raggi2009-05-181-1/+1
|
* setWidth() and setHeight() lost their virtual at some point :-/Martin Jones2009-05-081-2/+2
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+195