summaryrefslogtreecommitdiffstats
path: root/demos/declarative/twitter/twitter.qml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Twitter demo touchupsAlan Alpert2009-11-261-0/+2
| | | | | | Arrowkey navigation on the login page, and Escape on the main page takes you back to the login page. Posting does not seem to be working still. Also switched to pixelSize fonts in many places.
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-1/+1
|
* make twitter not depend on flickr exampleYann Bodson2009-10-301-8/+5
|
* fix twitter exampleYann Bodson2009-10-301-1/+1
|
* cleanupYann Bodson2009-10-281-2/+2
|
* lowercase idsYann Bodson2009-10-061-36/+37
|
* Size the list area correctly.Martin Jones2009-09-071-1/+1
|
* Fix some twitter demo bugsAlan Alpert2009-09-031-0/+1
| | | | Includes making the update button work and clearing the post box on post
* Better default behaviour for twitter demo.Alan Alpert2009-09-031-0/+1
|
* Differentiate between loading and error states.Alan Alpert2009-09-031-1/+7
|
* Move minehunt and twitter to demos directoryAlan Alpert2009-09-031-0/+87
Minehunt is more a demo than an example, and the twitter app goes with the flickr app.