Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup | Yann Bodson | 2010-05-06 | 2 | -10/+10 |
| | |||||
* | Add .qmlproject files to declarative examples. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | |||||
* | Fix code style in examples | Bea Lam | 2010-04-13 | 2 | -31/+29 |
| | |||||
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 2 | -2/+2 |
| | |||||
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -2/+2 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | Add an "asynchonous" property to Image. | Martin Jones | 2010-02-24 | 1 | -0/+1 |
| | | | | | Allows loading/decoding local images in an asynchronous thread (already the case for network images). | ||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 2 | -2/+2 |
| | | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well. | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 2 | -2/+2 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 2 | -23/+23 |
| | |||||
* | Flickable visible area properties moved into visibleArea as dot props. | Martin Jones | 2009-09-03 | 2 | -8/+6 |
| | |||||
* | fromState -> from, toState -> to for Transition. | Michael Brasser | 2009-08-24 | 1 | -2/+2 |
| | |||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 1 | -2/+2 |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 2 | -3/+3 |
| | |||||
* | MouseRegion API changes following review. | Martin Jones | 2009-08-18 | 1 | -0/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-07-23 | 2 | -0/+4 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 2 | -0/+4 |
| | | | | | | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | | make scrollbars look nice again. | Yann Bodson | 2009-07-23 | 1 | -7/+7 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-26 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | |||||
* | | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 1 | -10/+2 |
|/ | | | | Also removed all uses of SetProperty | ||||
* | Join some lines in examples. | Martin Jones | 2009-05-11 | 1 | -2/+1 |
| | |||||
* | Use QML properties syntax | Aaron Kennedy | 2009-05-01 | 1 | -10/+4 |
| | |||||
* | Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore. | Yann Bodson | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | Converted the examples. | Roberto Raggi | 2009-04-27 | 2 | -54/+99 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 3 | -0/+54 |