Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Flickr rotation | Yann Bodson | 2009-08-03 | 1 | -5/+6 |
| | |||||
* | Use new enum ints (should be ids!) | Warwick Allison | 2009-07-31 | 3 | -6/+6 |
| | |||||
* | Rename Rect.pen to Rect.border | Michael Brasser | 2009-07-31 | 4 | -6/+6 |
| | |||||
* | Rename centeredIn to centerIn. | Michael Brasser | 2009-07-31 | 3 | -4/+4 |
| | |||||
* | KeyActions::return -> KeyActions::keyReturn | Yann Bodson | 2009-07-29 | 1 | -1/+1 |
| | |||||
* | simplify the code. | Lars Knoll | 2009-07-29 | 1 | -4/+3 |
| | |||||
* | fix all examples after change to QGraphicsTransform::origin. | Lars Knoll | 2009-07-29 | 3 | -3/+3 |
| | |||||
* | fixes in examples and demos | Lars Knoll | 2009-07-29 | 3 | -3/+8 |
| | | | | | Fixed all examples and demos to work after the changes to Flipable and Rotation3D. | ||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 11 | -0/+22 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Remove non-functioning opaque property. | Michael Brasser | 2009-07-17 | 2 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-16 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/fx/fx.pri | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-15 | 1 | -1/+14 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-15 | 1 | -1/+14 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/canvas/qsimplecanvas.cpp src/declarative/canvas/qsimplecanvasdebugplugin.cpp src/declarative/canvas/qsimplecanvasdebugplugin_p.h src/declarative/fx/qfxpainteditem.cpp src/declarative/util/qfxview.cpp tools/qmlviewer/qmlviewer.h | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-02 | 3 | -3/+3 |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-06-30 | 7 | -47/+42 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: demos/declarative/flickr/content/ImageDetails.qml | ||||
| * | | | Smooth-scale Big Image while static. | Warwick Allison | 2009-06-24 | 1 | -1/+14 |
| | | | | |||||
* | | | | Cleanup in preparation for key/focus handling. | Michael Brasser | 2009-07-13 | 1 | -1/+0 |
| |_|/ |/| | | |||||
* | | | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 3 | -3/+3 |
| |/ |/| | | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | | Cleanup, fixes, and basic docs for XmlListModel. | Michael Brasser | 2009-06-29 | 2 | -22/+22 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-26 | 7 | -14/+14 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp | ||||
| * | | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 7 | -14/+14 |
| |/ | |||||
* | | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 3 | -11/+6 |
|/ | | | | Also removed all uses of SetProperty | ||||
* | Some XmlListModel cleanup. | Michael Brasser | 2009-06-12 | 2 | -2/+2 |
| | |||||
* | Only run loading animation when visible. | Michael Brasser | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | fix flickr demo after recent changes to gradients. | Lars Knoll | 2009-05-27 | 1 | -2/+2 |
| | |||||
* | Better gradient support for Rect. | Martin Jones | 2009-05-27 | 2 | -7/+22 |
| | |||||
* | Add status and feedback info to XmlListModel | Martin Jones | 2009-05-20 | 1 | -0/+2 |
| | |||||
* | More precise positioning to leave 1-pixel inner margin | Warwick Allison | 2009-05-19 | 2 | -7/+7 |
| | |||||
* | Simplify (hopefully) anchors, and make them less reliant on signals | Aaron Kennedy | 2009-05-18 | 1 | -1/+0 |
| | |||||
* | Flickr demo: Scale the image about the center of the visible area. | Martin Jones | 2009-05-14 | 1 | -2/+17 |
| | |||||
* | Make good television. | Warwick Allison | 2009-05-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-12 | 1 | -21/+0 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Revert accidentally commted stuff. | Warwick Allison | 2009-05-12 | 1 | -21/+0 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-12 | 1 | -1/+24 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix resizing and skinning. | Warwick Allison | 2009-05-11 | 1 | -1/+24 |
| | | | | | | | | Broke with mainwindow introduction. | ||||
* | | Make scaling in flickr demo sensible. | Martin Jones | 2009-05-12 | 3 | -16/+29 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-11 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Change pathview angle. | Yann Bodson | 2009-05-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-08 | 2 | -52/+47 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Add tags to flickr2 | Yann Bodson | 2009-05-08 | 1 | -5/+14 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-05-08 | 4 | -5/+131 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Fix flickr2 | Yann Bodson | 2009-05-08 | 2 | -49/+35 |
| | | | |||||
* | | | highlight in tune with background image | Warwick Allison | 2009-05-08 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Fade TagEdit properly | Warwick Allison | 2009-05-08 | 1 | -0/+1 |
| | | |||||
* | | Minimal size is MediaButton size, center outside edit mode | Warwick Allison | 2009-05-08 | 1 | -10/+8 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-08 | 4 | -73/+63 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Get the delegate scale correct at the ends of the path. | Martin Jones | 2009-05-08 | 1 | -5/+4 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-08 | 3 | -3/+6 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-05-07 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |