summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxpathview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* doc cleanupYann Bodson2009-08-181-31/+4
|
* Wait until componentComplete before creating items.Martin Jones2009-08-061-7/+34
| | | | | Depending upon what offset is eventually set there may still be some unnecessary item create/release, but not more than pathItemCount.
* Rework VisualItemModel into VisualItemModel & VisualDataModelMartin Jones2009-08-031-9/+17
| | | | | | QFXVisualModel provides a base class for visual models. QFxVisualDataModel provides a visual model for Qt item view models. QFxVisualItemModel provides a model of QFxItems.
* Get rid of QFxItem::options.Michael Brasser2009-07-311-4/+4
| | | | They can all be set directly with QGraphicsItem flags or functions.
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-311-2/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * More QFxItem cleanup.Michael Brasser2009-07-311-2/+3
| |
* | Some pathview focus fixes.Martin Jones2009-07-311-5/+14
|/
* remove itemParent() and related.Lars Knoll2009-07-291-1/+1
| | | | | Consistently use parentItem() as it is consistent with the naming in QGraphicsItem.
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
| | | | Span is from version where introduced (all 4.6) to current QT_VERSION.
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-231-4/+4
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * unify z-value handling in graphics and fx items.Lars Knoll2009-07-221-4/+4
| | | | | | | | | | | | Add a ItemNegativeZStacksBehindParent flag to QGraphicsItem to get the behavior we need in QFxItems. Removed the z property in QFxItems.
* | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
|/ | | | | Adjust examples and demos accordingly. As per QT-558
* First round of cleanups for QFxItemLars Knoll2009-07-221-2/+2
| | | | | Removed some methods that are already implemented in QGraphicsItem/Object.
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-1/+0
|
* Fix mouse grabbing for Flickable and PathView.Michael Brasser2009-07-131-2/+3
|
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
| | | | Caused massive number of warnings with winscw
* fix warningsWarwick Allison2009-05-211-0/+1
|
* Remove debugMartin Jones2009-05-201-2/+0
|
* Make VisualItemModel with packages work properly.Martin Jones2009-05-201-6/+8
| | | | | The views can all now deal with items that they have not requested appearing, and will lay them out appropriately.
* Make sure we correctly remove the PathView attached property object.Martin Jones2009-05-101-1/+6
| | | | If we don't, we get some nasty random crashes.
* More path to path fixing.Martin Jones2009-05-081-7/+5
|
* Get view to view transitions working properly... for PathView.Martin Jones2009-05-071-16/+43
|
* Fix typo.Michael Brasser2009-05-061-1/+1
|
* Enable updating of XmlListModel from Qml.Michael Brasser2009-05-061-0/+6
| | | | Made the fetch() method a slot so it will be accessible from QML.
* Fix insertion of items when there are no existing items.Martin Jones2009-05-011-1/+1
|
* PathView format conversion.Martin Jones2009-05-011-26/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-301-1/+2
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxpathview.cpp
| * Documentation work.Michael Brasser2009-04-301-2/+2
| |
* | Item insertion and removal for PathView.Martin Jones2009-04-301-65/+101
|/ | | | Not animated at the moment.
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-291-29/+29
|\ | | | | | | | | | | | | | | | | 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-281-29/+29
| |
* | Some foreach remove/improve.Martin Jones2009-04-281-1/+1
|/
* Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-5/+3
| | | | | An element's qmlAttachedProperties() function will now only ever get called once per object.
* 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.
* 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.
* Replace the use of the obsolete GfxEasing with QEasingCurve.Michael Brasser2009-04-271-7/+6
|
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-1/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+841