Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc cleanup | Yann Bodson | 2009-08-18 | 1 | -31/+4 |
| | |||||
* | Wait until componentComplete before creating items. | Martin Jones | 2009-08-06 | 1 | -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 & VisualDataModel | Martin Jones | 2009-08-03 | 1 | -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 Brasser | 2009-07-31 | 1 | -4/+4 |
| | | | | They can all be set directly with QGraphicsItem flags or functions. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-07-31 | 1 | -2/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | More QFxItem cleanup. | Michael Brasser | 2009-07-31 | 1 | -2/+3 |
| | | |||||
* | | Some pathview focus fixes. | Martin Jones | 2009-07-31 | 1 | -5/+14 |
|/ | |||||
* | remove itemParent() and related. | Lars Knoll | 2009-07-29 | 1 | -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 Allison | 2009-07-23 | 1 | -1/+1 |
| | | | | Span is from version where introduced (all 4.6) to current QT_VERSION. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-23 | 1 | -4/+4 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | unify z-value handling in graphics and fx items. | Lars Knoll | 2009-07-22 | 1 | -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 Allison | 2009-07-23 | 1 | -1/+1 |
|/ | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | First round of cleanups for QFxItem | Lars Knoll | 2009-07-22 | 1 | -2/+2 |
| | | | | | Removed some methods that are already implemented in QGraphicsItem/Object. | ||||
* | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -1/+0 |
| | |||||
* | Fix mouse grabbing for Flickable and PathView. | Michael Brasser | 2009-07-13 | 1 | -2/+3 |
| | |||||
* | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 1 | -1/+1 |
| | | | | Caused massive number of warnings with winscw | ||||
* | fix warnings | Warwick Allison | 2009-05-21 | 1 | -0/+1 |
| | |||||
* | Remove debug | Martin Jones | 2009-05-20 | 1 | -2/+0 |
| | |||||
* | Make VisualItemModel with packages work properly. | Martin Jones | 2009-05-20 | 1 | -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 Jones | 2009-05-10 | 1 | -1/+6 |
| | | | | If we don't, we get some nasty random crashes. | ||||
* | More path to path fixing. | Martin Jones | 2009-05-08 | 1 | -7/+5 |
| | |||||
* | Get view to view transitions working properly... for PathView. | Martin Jones | 2009-05-07 | 1 | -16/+43 |
| | |||||
* | Fix typo. | Michael Brasser | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | Enable updating of XmlListModel from Qml. | Michael Brasser | 2009-05-06 | 1 | -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 Jones | 2009-05-01 | 1 | -1/+1 |
| | |||||
* | PathView format conversion. | Martin Jones | 2009-05-01 | 1 | -26/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-04-30 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxpathview.cpp | ||||
| * | Documentation work. | Michael Brasser | 2009-04-30 | 1 | -2/+2 |
| | | |||||
* | | Item insertion and removal for PathView. | Martin Jones | 2009-04-30 | 1 | -65/+101 |
|/ | | | | Not animated at the moment. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-04-29 | 1 | -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 Cunha | 2009-04-28 | 1 | -29/+29 |
| | | |||||
* | | Some foreach remove/improve. | Martin Jones | 2009-04-28 | 1 | -1/+1 |
|/ | |||||
* | Use QObject declarative data to store attached properties. | Aaron Kennedy | 2009-04-28 | 1 | -5/+3 |
| | | | | | An element's qmlAttachedProperties() function will now only ever get called once per object. | ||||
* | Don't crash when not using QFxVisualItemModel with PathView | Aaron Kennedy | 2009-04-27 | 1 | -2/+2 |
| | | | | | PathView was creating its own internal QFxVisualItemModel but not correctly setting the context. | ||||
* | Fix crash in PathView. | Michael Brasser | 2009-04-27 | 1 | -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 Brasser | 2009-04-27 | 1 | -7/+6 |
| | |||||
* | Merge in changes to old kinetic-dui branch. | Michael Brasser | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+841 |