summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Try to be a bit more clever with snapping.Martin Jones2009-10-271-4/+22
* Fix dragging at the end of a flickable with overShoot: falseMartin Jones2009-10-271-6/+21
* Make sure the delayed press event is exactly the same as the original.Martin Jones2009-09-291-2/+9
* Basic implementation of visual "test scripts"Aaron Kennedy2009-09-211-9/+9
* Fix velocity notification.Martin Jones2009-09-171-1/+2
* Make flicking a bit more resistant to spurrious input.Martin Jones2009-09-161-4/+14
* Avoid spurious flicks due to quick clicking motions.Martin Jones2009-09-111-10/+20
* Rename QFxItem::children() to QFxItem::fxChildren()Alan Alpert2009-09-091-2/+2
* Add a pressDelay property to Flickable.Martin Jones2009-09-081-2/+86
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-041-193/+172
|\
| * Remove dragMode property from Flickable.Martin Jones2009-09-031-133/+49
| * Flickable visible area properties moved into visibleArea as dot props.Martin Jones2009-09-031-76/+139
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-021-13/+19
|\ \ | |/
| * Flickable locked property changed to interactive.Martin Jones2009-09-021-9/+15
| * Clear animation only in the direction being fixed in fixupX/Y.Martin Jones2009-09-021-4/+4
* | Fix animation-after-zooming problem.Warwick Allison2009-09-021-2/+2
|/
* Fix combined horizontal and vertical flickingMartin Jones2009-08-281-4/+4
* Make a number of Flickable API changes following review.Martin Jones2009-08-281-47/+51
* Deal better with extents changing while flicking.Martin Jones2009-08-281-65/+104
* Fix glitches when dragging a ListView.Martin Jones2009-08-271-15/+4
* Renaming Rect -> RectangleYann Bodson2009-08-191-1/+1
* Doc cleanup.Yann Bodson2009-08-171-67/+3
* Get rid of QFxItem::options.Michael Brasser2009-07-311-5/+5
* More QFxItem cleanup.Michael Brasser2009-07-311-2/+4
* More QFxItem cleanup.Michael Brasser2009-07-301-1/+1
* Don't create a zero distance flick. Make fixupX and fixupY equivalent.Martin Jones2009-07-291-5/+7
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
* First round of cleanups for QFxItemLars Knoll2009-07-221-1/+1
* Fix mouse grabbing for Flickable and PathView.Michael Brasser2009-07-131-0/+1
* Fix ChildMouseFilterMichael Brasser2009-07-101-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-101-3/+9
|\
| * Implement edge resistance for flickable dragging horizontally.Martin Jones2009-07-011-1/+7
| * Rename notifiers: topChanged -> yChanged; leftChanged -> xChanged.Michael Brasser2009-06-301-2/+2
* | Remove simple canvasAaron Kennedy2009-06-231-1/+1
|/
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
* Make scaling in flickr demo sensible.Martin Jones2009-05-121-0/+16
* Fix removal of items that span a range greater than the visible range.Martin Jones2009-05-081-0/+4
* setWidth() and setHeight() lost their virtual at some point :-/Martin Jones2009-05-081-6/+6
* docWarwick Allison2009-05-011-1/+1
* More format conversion.Martin Jones2009-05-011-12/+17
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-46/+46
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-271-8/+7
|\
| * Rename GfxValue to QmlTimeLineValue.Michael Brasser2009-04-271-1/+1
| * Rename GfxEvent to QmlTimeLineEvent.Michael Brasser2009-04-271-2/+2
| * Replace the use of the obsolete GfxEasing with QEasingCurve.Michael Brasser2009-04-271-5/+4
* | Fix warning.Martin Jones2009-04-271-1/+1
|/
* Add a QSimpleCanvasItem::ChildMouseFilter optionAaron Kennedy2009-04-241-116/+132
* 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/+1113