summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr
Commit message (Collapse)AuthorAgeFilesLines
...
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-189-15/+15
| | | | | | | | | | | 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.
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-1/+1
| | | | | | examples accordingly. Task-number: QT-2786
* Avoid spurious error messagesWarwick Allison2010-01-061-2/+4
| | | | Delegate is reused in Grid and PathView, so PathView attributes might not be defined
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-069-15/+15
|
* Update semantics of targets/properties and target/property.Michael Brasser2009-11-062-2/+2
| | | | | This is in preparation for renaming targets -> matchTargets and properties to matchProperties.
* cleanupYann Bodson2009-10-287-17/+17
|
* 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
* DocAaron Kennedy2009-10-131-0/+0
|
* Rename label to labeltextAaron Kennedy2009-10-081-5/+5
| | | | Resolves scope collision between label property and label id
* lowercase idsYann Bodson2009-10-0617-345/+335
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-055-25/+25
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Change .sci syntax to match BorderImage.Yann Bodson2009-10-055-25/+25
| |
* | Minor fixes to flickr example.Michael Brasser2009-10-051-4/+6
|/
* Fix small bugs in flick-mobileYann Bodson2009-09-303-9/+17
|
* Add a rotated flickr-mobile versionAaron Kennedy2009-09-211-0/+10
|
* Update demos to work with API changesAlan Alpert2009-09-102-2/+2
| | | | Affected are flickr and twitter.
* Remove KeyProxy in favour of the Keys.forwardTo attached property.Martin Jones2009-09-072-13/+4
|
* Fix scrollbar after API changes.Yann Bodson2009-09-071-2/+2
|
* Disallow using typenames as idsAaron Kennedy2009-09-027-27/+27
| | | | | | | | | This is now illegal: import Qt 4.6 Item { id: Item } as is import Qt 4.6 Item { id: Text }
* improve flickr-mobile detailed viewYann Bodson2009-09-013-7/+138
|
* cleanupYann Bodson2009-09-018-10/+10
|
* Fix bugs in flick-mobile demo.Yann Bodson2009-09-014-15/+25
|
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-312-2/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Update XmlListModel status to be in line with other QML objects thatMichael Brasser2009-08-312-2/+2
| | | | | | | | load from the network.
* | Fix flickr-mobile toolbarYann Bodson2009-08-314-49/+57
|/
* Make a number of Flickable API changes following review.Martin Jones2009-08-281-4/+4
|
* 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.
* Revert to Common.ImageDetails for now.Yann Bodson2009-08-271-1/+1
|
* small flickr fixesYann Bodson2009-08-254-4/+4
|
* Forgot to commit RssModel.qmlYann Bodson2009-08-251-0/+20
|
* Mobile version of Flickr demo in flickr-mobile.qml.Yann Bodson2009-08-2537-291/+313
|
* Rename positioners.Warwick Allison2009-08-241-1/+1
| | | | QFxBasePositioner still exists though.
* fromState -> from, toState -> to for Transition.Michael Brasser2009-08-243-9/+9
|
* SetPropertyAction -> PropertyActionMartin Jones2009-08-213-6/+6
|
* Renamed transition action elementsMartin Jones2009-08-212-4/+4
| | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction
* Rename State change elements.Martin Jones2009-08-217-38/+38
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Rect -> RectangleYann Bodson2009-08-196-9/+9
|
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-08-191-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-192-2/+2
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | API improvements for MouseRegion and DragMartin Jones2009-08-191-1/+1
| | |
* | | Update demosAlan Alpert2009-08-191-1/+1
| |/ |/| | | | | | | | | Remove uses of margin for positioners. Update MediaLineEdit to use a TextInput, in the process added a selectAll() slot to TextInput (like TextEdit has).
* | Rename filter to targets.Michael Brasser2009-08-182-2/+2
|/
* MouseRegion API changes following review.Martin Jones2009-08-181-1/+1
|
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-143-3/+3
|
* Missed a Rotation3D -> Rotation.Michael Brasser2009-08-131-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-132-3/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Missed converting demos when renaming layout->positionerAlan Alpert2009-08-131-1/+1
| |