summaryrefslogtreecommitdiffstats
path: root/examples/declarative/fonts
Commit message (Collapse)AuthorAgeFilesLines
* CleanupYann Bodson2010-05-061-3/+3
|
* Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
|
* Add availableFonts.qml for fonts examples.Yann Bodson2010-04-301-0/+17
|
* Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
|
* Fix localFont path in fonts example.Yann Bodson2010-04-151-2/+2
|
* Fix code style in examplesBea Lam2010-04-133-31/+53
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-083-3/+3
|
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-252-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 Brasser2010-03-252-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 Bodson2010-03-051-11/+11
|
* declarative examples cleanupYann Bodson2010-03-051-13/+0
|
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-022-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 syntaxLeonardo Sobral Cunha2010-02-231-1/+1
|
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-112-3/+3
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* Replace FreeMono by OCRA fontKai Koehne2010-01-223-1/+1
|
* use FreeMono.ttfYann Bodson2009-11-053-2/+1
|
* * add more font examplesYann Bodson2009-11-033-26/+75
| | | | * add missing properties to QmlFontValueType
* cleanupYann Bodson2009-10-281-5/+5
|
* lowercase idsYann Bodson2009-10-061-21/+21
|
* Rename positioners.Warwick Allison2009-08-241-1/+1
| | | | QFxBasePositioner still exists though.
* Renaming Palette -> SystemPaletteYann Bodson2009-08-201-1/+1
|
* Renaming Rect -> RectangleYann Bodson2009-08-191-1/+1
|
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-141-5/+5
|
* Rename layouts to positionersAlan Alpert2009-08-131-1/+1
|
* Renaming: FontFamily -> FontLoaderYann Bodson2009-08-041-4/+4
|
* Add an example using FontFamily.Yann Bodson2009-07-312-0/+66