summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr/mobile/TitleBar.qml
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-8/+6
| | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential.
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-1/+1
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-1/+1
| | | | | | | | | | | 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 Brasser2009-11-061-1/+1
|
* cleanupYann Bodson2009-10-281-2/+2
|
* lowercase idsYann Bodson2009-10-061-19/+19
|
* Update demos to work with API changesAlan Alpert2009-09-101-1/+1
| | | | Affected are flickr and twitter.
* Remove KeyProxy in favour of the Keys.forwardTo attached property.Martin Jones2009-09-071-6/+2
|
* cleanupYann Bodson2009-09-011-1/+1
|
* Fix bugs in flick-mobile demo.Yann Bodson2009-09-011-1/+2
|
* Fix flickr-mobile toolbarYann Bodson2009-08-311-25/+27
|
* Flickr tweak for more generic componentsAlan Alpert2009-08-271-2/+5
| | | | | Using TitleBar in twitter too, this slight change prevents a copy of the whole component.
* small flickr fixesYann Bodson2009-08-251-1/+1
|
* Mobile version of Flickr demo in flickr-mobile.qml.Yann Bodson2009-08-251-0/+74