Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup | Yann Bodson | 2010-05-06 | 1 | -3/+3 |
| | |||||
* | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Add availableFonts.qml for fonts examples. | Yann Bodson | 2010-04-30 | 1 | -0/+17 |
| | |||||
* | Add .qmlproject files to declarative examples. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | |||||
* | Fix localFont path in fonts example. | Yann Bodson | 2010-04-15 | 1 | -2/+2 |
| | |||||
* | Fix code style in examples | Bea Lam | 2010-04-13 | 3 | -31/+53 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 3 | -3/+3 |
| | |||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 2 | -3/+3 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 2 | -3/+3 |
| | | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite. | ||||
* | Use new enum syntax for value types. | Yann Bodson | 2010-03-05 | 1 | -11/+11 |
| | |||||
* | declarative examples cleanup | Yann Bodson | 2010-03-05 | 1 | -13/+0 |
| | |||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error. | ||||
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 2 | -3/+3 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | Replace FreeMono by OCRA font | Kai Koehne | 2010-01-22 | 3 | -1/+1 |
| | |||||
* | use FreeMono.ttf | Yann Bodson | 2009-11-05 | 3 | -2/+1 |
| | |||||
* | * add more font examples | Yann Bodson | 2009-11-03 | 3 | -26/+75 |
| | | | | * add missing properties to QmlFontValueType | ||||
* | cleanup | Yann Bodson | 2009-10-28 | 1 | -5/+5 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 1 | -21/+21 |
| | |||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 1 | -1/+1 |
| | | | | QFxBasePositioner still exists though. | ||||
* | Renaming Palette -> SystemPalette | Yann Bodson | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 1 | -5/+5 |
| | |||||
* | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Renaming: FontFamily -> FontLoader | Yann Bodson | 2009-08-04 | 1 | -4/+4 |
| | |||||
* | Add an example using FontFamily. | Yann Bodson | 2009-07-31 | 2 | -0/+66 |