summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr/common
Commit message (Collapse)AuthorAgeFilesLines
* Add license headers for .qml files.Jason McDonald2010-05-214-0/+164
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Flickable small API changes.Yann Bodson2010-05-121-1/+1
| | | | | | | | | | - Split moving into movingHorizontally anf movingVertically - Split flicking into flickingHorizontally and flickingVertically - Rename flickDirection to flickableDirection - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Task-number: QTBUG-10572 Reviewed-by: Martin Jones
* Use enum for drag.axis in doc and examples.Yann Bodson2010-05-061-1/+1
|
* CleanupYann Bodson2010-04-2015-98/+0
|
* Fix API call for multiple tags.Warwick Allison2010-04-201-1/+6
| | | | Spec says comma, not eg. space separated.
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-092-2/+2
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-087-7/+7
|
* Remove flickr-desktopYann Bodson2010-04-083-305/+0
|
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-1/+1
| | | | | 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-251-2/+2
| | | | | 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 no-version-specified to mean any version (used to work, fixed again,Warwick Allison2010-03-101-10/+10
| | | | was only working with -1.-1 which looks silly)
* Move WebView to an extension plugin.Warwick Allison2010-03-021-0/+1
| | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
* 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.
* Fix position of image in detail view.Martin Jones2010-03-011-3/+1
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-6/+6
| | | | A viewport is the thing you look through, not what you look at.
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-233-3/+3
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-224-4/+4
|
* Fix example after introduction of RotationAnimation.Michael Brasser2010-02-181-1/+1
| | | | id can't be the same as a TypeName.
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-184-4/+4
| | | | | | | | | | | 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-064-4/+4
|
* cleanupYann Bodson2009-10-281-2/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-261-0/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Flip around perspective originAaron Kennedy2009-10-261-0/+1
| |
* | Allow flickr demo to be remote.Warwick Allison2009-10-261-0/+10
|/
* Update ScriptAction and StateChangeScript to use QmlScriptString.Michael Brasser2009-10-231-2/+2
| | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734
* Rename label to labeltextAaron Kennedy2009-10-081-5/+5
| | | | Resolves scope collision between label property and label id
* lowercase idsYann Bodson2009-10-069-139/+135
|
* Change .sci syntax to match BorderImage.Yann Bodson2009-10-052-10/+10
|
* 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-7/+2
|
* Fix scrollbar after API changes.Yann Bodson2009-09-071-2/+2
|
* Disallow using typenames as idsAaron Kennedy2009-09-024-18/+18
| | | | | | | | | This is now illegal: import Qt 4.6 Item { id: Item } as is import Qt 4.6 Item { id: Text }
* Make a number of Flickable API changes following review.Martin Jones2009-08-281-4/+4
|
* Forgot to commit RssModel.qmlYann Bodson2009-08-251-0/+20
|
* Mobile version of Flickr demo in flickr-mobile.qml.Yann Bodson2009-08-2521-0/+520