Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid spurious flicks due to quick clicking motions. | Martin Jones | 2009-09-11 | 1 | -10/+20 |
| | |||||
* | Rename QFxItem::children() to QFxItem::fxChildren() | Alan Alpert | 2009-09-09 | 1 | -2/+2 |
| | | | | | | | No more accidental hiding. Differently named functions for QObject children: children() QGraphicsItem children: childItems() QFxItem children: fxChildren() | ||||
* | Add a pressDelay property to Flickable. | Martin Jones | 2009-09-08 | 1 | -2/+86 |
| | | | | | Helps reduce undesireable effects of reacting to a press immediately before a drag/flick. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-04 | 1 | -193/+172 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxflickable.cpp | ||||
| * | Remove dragMode property from Flickable. | Martin Jones | 2009-09-03 | 1 | -133/+49 |
| | | |||||
| * | Flickable visible area properties moved into visibleArea as dot props. | Martin Jones | 2009-09-03 | 1 | -76/+139 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-02 | 1 | -13/+19 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Flickable locked property changed to interactive. | Martin Jones | 2009-09-02 | 1 | -9/+15 |
| | | | | | | | | Note that the meaning of the property has been reversed. | ||||
| * | Clear animation only in the direction being fixed in fixupX/Y. | Martin Jones | 2009-09-02 | 1 | -4/+4 |
| | | |||||
* | | Fix animation-after-zooming problem. | Warwick Allison | 2009-09-02 | 1 | -2/+2 |
|/ | | | | | | | Ensures final viewport XY is set and that setting it always clears animations (even if the position is coincidentally unchanged). Case is changing width/height twice - once too small, then large enough again, first change starts correction animation, which must be stopped by second change. | ||||
* | Fix combined horizontal and vertical flicking | Martin Jones | 2009-08-28 | 1 | -4/+4 |
| | |||||
* | Make a number of Flickable API changes following review. | Martin Jones | 2009-08-28 | 1 | -47/+51 |
| | |||||
* | Deal better with extents changing while flicking. | Martin Jones | 2009-08-28 | 1 | -65/+104 |
| | | | | | | Flicks could stop at some odd places if the viewport size changed during flicking. We now attempt to adjust to the correct behaviour at the ends of the viewport. | ||||
* | Fix glitches when dragging a ListView. | Martin Jones | 2009-08-27 | 1 | -15/+4 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Doc cleanup. | Yann Bodson | 2009-08-17 | 1 | -67/+3 |
| | |||||
* | Get rid of QFxItem::options. | Michael Brasser | 2009-07-31 | 1 | -5/+5 |
| | | | | They can all be set directly with QGraphicsItem flags or functions. | ||||
* | More QFxItem cleanup. | Michael Brasser | 2009-07-31 | 1 | -2/+4 |
| | |||||
* | More QFxItem cleanup. | Michael Brasser | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | Don't create a zero distance flick. Make fixupX and fixupY equivalent. | Martin Jones | 2009-07-29 | 1 | -5/+7 |
| | |||||
* | 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. | ||||
* | 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 | -1/+1 |
| | | | | | Removed some methods that are already implemented in QGraphicsItem/Object. | ||||
* | Fix mouse grabbing for Flickable and PathView. | Michael Brasser | 2009-07-13 | 1 | -0/+1 |
| | |||||
* | Fix ChildMouseFilter | Michael Brasser | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-10 | 1 | -3/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Implement edge resistance for flickable dragging horizontally. | Martin Jones | 2009-07-01 | 1 | -1/+7 |
| | | |||||
| * | Rename notifiers: topChanged -> yChanged; leftChanged -> xChanged. | Michael Brasser | 2009-06-30 | 1 | -2/+2 |
| | | |||||
* | | Remove simple canvas | Aaron Kennedy | 2009-06-23 | 1 | -1/+1 |
|/ | |||||
* | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 1 | -1/+1 |
| | | | | Caused massive number of warnings with winscw | ||||
* | Make scaling in flickr demo sensible. | Martin Jones | 2009-05-12 | 1 | -0/+16 |
| | |||||
* | Fix removal of items that span a range greater than the visible range. | Martin Jones | 2009-05-08 | 1 | -0/+4 |
| | |||||
* | setWidth() and setHeight() lost their virtual at some point :-/ | Martin Jones | 2009-05-08 | 1 | -6/+6 |
| | |||||
* | doc | Warwick Allison | 2009-05-01 | 1 | -1/+1 |
| | |||||
* | More format conversion. | Martin Jones | 2009-05-01 | 1 | -12/+17 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -46/+46 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-04-27 | 1 | -8/+7 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxitem.cpp | ||||
| * | Rename GfxValue to QmlTimeLineValue. | Michael Brasser | 2009-04-27 | 1 | -1/+1 |
| | | |||||
| * | Rename GfxEvent to QmlTimeLineEvent. | Michael Brasser | 2009-04-27 | 1 | -2/+2 |
| | | |||||
| * | Replace the use of the obsolete GfxEasing with QEasingCurve. | Michael Brasser | 2009-04-27 | 1 | -5/+4 |
| | | |||||
* | | Fix warning. | Martin Jones | 2009-04-27 | 1 | -1/+1 |
|/ | |||||
* | Add a QSimpleCanvasItem::ChildMouseFilter option | Aaron Kennedy | 2009-04-24 | 1 | -116/+132 |
| | | | | Child mouse filter only filters events sent to your children | ||||
* | 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/+1113 |