summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr/mobile/GridDelegate.qml
Commit message (Collapse)AuthorAgeFilesLines
* demos/declarative/flickr example modificationsartoka2011-11-171-111/+0
| | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix photo positioning bug in flickr demo.Yann Bodson2010-08-031-66/+64
| | | | Task-number: QTBUG-3669
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+41
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* More cleanupYann Bodson2010-05-061-1/+1
|
* Use enum rather than string for easing type.Yann Bodson2010-05-051-3/+3
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Remove ParentAction.Michael Brasser2010-03-231-4/+6
| | | | It has been replaced with ParentAnimation.
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-13/+11
| | | | | | | | 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.
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | 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.
* Change Connection syntax as per QT-2822.Warwick Allison2010-02-261-3/+3
|
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-3/+3
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-3/+3
| | | | | | | | | | | 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-3/+3
|
* Update semantics of targets/properties and target/property.Michael Brasser2009-11-061-1/+1
| | | | | This is in preparation for renaming targets -> matchTargets and properties to matchProperties.
* lowercase idsYann Bodson2009-10-061-26/+26
|
* Fix small bugs in flick-mobileYann Bodson2009-09-301-2/+2
|
* improve flickr-mobile detailed viewYann Bodson2009-09-011-2/+2
|
* Fix bugs in flick-mobile demo.Yann Bodson2009-09-011-6/+3
|
* Fix flickr-mobile toolbarYann Bodson2009-08-311-1/+2
|
* small flickr fixesYann Bodson2009-08-251-1/+1
|
* Mobile version of Flickr demo in flickr-mobile.qml.Yann Bodson2009-08-251-0/+74