summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrepeater.h
Commit message (Collapse)AuthorAgeFilesLines
* Have repeater handle items being added/removed/moved by the model.Martin Jones2009-09-301-0/+5
| | | | | | | Currently this just recreates every item. Once repeater is able to correctly insert child items this needs to be revisited. Task-number: QT-745
* Switch Repeater over to use VisualModel.Martin Jones2009-09-171-0/+4
| | | | Also extend VisualModels to support the usage Repeater used to add.
* Repeater API updates.Michael Brasser2009-08-271-8/+11
|
* 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-2/+3
|/
* More QFxItem cleanup.Michael Brasser2009-07-301-1/+1
|
* 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
| |
* | Remove simple canvasAaron Kennedy2009-06-231-1/+1
| |
* | Make QSimpleCanvasItem inherit QGraphicsObjectAaron Kennedy2009-06-231-1/+1
|/
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
| | | | Caused massive number of warnings with winscw
* Fixed #includesRoberto Raggi2009-05-181-1/+1
|
* Delay Repeater item construction until component completionAaron Kennedy2009-04-281-0/+1
| | | | | | 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.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+88