summaryrefslogtreecommitdiffstats
path: root/examples/declarative/progressbar
Commit message (Collapse)AuthorAgeFilesLines
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-022-4/+4
| | | | | | | | | | | | | | | | | | | | | 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.
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-1/+1
| | | | A viewport is the thing you look through, not what you look at.
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-111-3/+3
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* cleanup progressbar exampleYann Bodson2009-11-254-27/+28
|
* use enums rather than strings in examplesYann Bodson2009-10-261-1/+1
|
* Remove unused filesYann Bodson2009-10-162-0/+0
|
* Add simple examplesYann Bodson2009-10-165-0/+59