Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 9 | -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 and | Bea Lam | 2010-02-03 | 1 | -1/+1 | |
| | | | | | | examples accordingly. Task-number: QT-2786 | |||||
* | Avoid spurious error messages | Warwick Allison | 2010-01-06 | 1 | -2/+4 | |
| | | | | Delegate is reused in Grid and PathView, so PathView attributes might not be defined | |||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 9 | -15/+15 | |
| | ||||||
* | Update semantics of targets/properties and target/property. | Michael Brasser | 2009-11-06 | 2 | -2/+2 | |
| | | | | | This is in preparation for renaming targets -> matchTargets and properties to matchProperties. | |||||
* | cleanup | Yann Bodson | 2009-10-28 | 7 | -17/+17 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-26 | 1 | -0/+1 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Flip around perspective origin | Aaron Kennedy | 2009-10-26 | 1 | -0/+1 | |
| | | ||||||
* | | Allow flickr demo to be remote. | Warwick Allison | 2009-10-26 | 1 | -0/+10 | |
|/ | ||||||
* | Update ScriptAction and StateChangeScript to use QmlScriptString. | Michael Brasser | 2009-10-23 | 1 | -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 | |||||
* | Doc | Aaron Kennedy | 2009-10-13 | 1 | -0/+0 | |
| | ||||||
* | Rename label to labeltext | Aaron Kennedy | 2009-10-08 | 1 | -5/+5 | |
| | | | | Resolves scope collision between label property and label id | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 17 | -345/+335 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-05 | 5 | -25/+25 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Change .sci syntax to match BorderImage. | Yann Bodson | 2009-10-05 | 5 | -25/+25 | |
| | | ||||||
* | | Minor fixes to flickr example. | Michael Brasser | 2009-10-05 | 1 | -4/+6 | |
|/ | ||||||
* | Fix small bugs in flick-mobile | Yann Bodson | 2009-09-30 | 3 | -9/+17 | |
| | ||||||
* | Add a rotated flickr-mobile version | Aaron Kennedy | 2009-09-21 | 1 | -0/+10 | |
| | ||||||
* | Update demos to work with API changes | Alan Alpert | 2009-09-10 | 2 | -2/+2 | |
| | | | | Affected are flickr and twitter. | |||||
* | Remove KeyProxy in favour of the Keys.forwardTo attached property. | Martin Jones | 2009-09-07 | 2 | -13/+4 | |
| | ||||||
* | Fix scrollbar after API changes. | Yann Bodson | 2009-09-07 | 1 | -2/+2 | |
| | ||||||
* | Disallow using typenames as ids | Aaron Kennedy | 2009-09-02 | 7 | -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 view | Yann Bodson | 2009-09-01 | 3 | -7/+138 | |
| | ||||||
* | cleanup | Yann Bodson | 2009-09-01 | 8 | -10/+10 | |
| | ||||||
* | Fix bugs in flick-mobile demo. | Yann Bodson | 2009-09-01 | 4 | -15/+25 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-31 | 2 | -2/+2 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Update XmlListModel status to be in line with other QML objects that | Michael Brasser | 2009-08-31 | 2 | -2/+2 | |
| | | | | | | | | load from the network. | |||||
* | | Fix flickr-mobile toolbar | Yann Bodson | 2009-08-31 | 4 | -49/+57 | |
|/ | ||||||
* | Make a number of Flickable API changes following review. | Martin Jones | 2009-08-28 | 1 | -4/+4 | |
| | ||||||
* | Flickr tweak for more generic components | Alan Alpert | 2009-08-27 | 1 | -2/+5 | |
| | | | | | Using TitleBar in twitter too, this slight change prevents a copy of the whole component. | |||||
* | Revert to Common.ImageDetails for now. | Yann Bodson | 2009-08-27 | 1 | -1/+1 | |
| | ||||||
* | small flickr fixes | Yann Bodson | 2009-08-25 | 4 | -4/+4 | |
| | ||||||
* | Forgot to commit RssModel.qml | Yann Bodson | 2009-08-25 | 1 | -0/+20 | |
| | ||||||
* | Mobile version of Flickr demo in flickr-mobile.qml. | Yann Bodson | 2009-08-25 | 37 | -291/+313 | |
| | ||||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 1 | -1/+1 | |
| | | | | QFxBasePositioner still exists though. | |||||
* | fromState -> from, toState -> to for Transition. | Michael Brasser | 2009-08-24 | 3 | -9/+9 | |
| | ||||||
* | SetPropertyAction -> PropertyAction | Martin Jones | 2009-08-21 | 3 | -6/+6 | |
| | ||||||
* | Renamed transition action elements | Martin Jones | 2009-08-21 | 2 | -4/+4 | |
| | | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction | |||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 7 | -38/+38 | |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 6 | -9/+9 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-08-19 | 1 | -1/+1 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-19 | 2 | -2/+2 | |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | | API improvements for MouseRegion and Drag | Martin Jones | 2009-08-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update demos | Alan Alpert | 2009-08-19 | 1 | -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 Brasser | 2009-08-18 | 2 | -2/+2 | |
|/ | ||||||
* | MouseRegion API changes following review. | Martin Jones | 2009-08-18 | 1 | -1/+1 | |
| | ||||||
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 3 | -3/+3 | |
| | ||||||
* | Missed a Rotation3D -> Rotation. | Michael Brasser | 2009-08-13 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-13 | 2 | -3/+3 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Missed converting demos when renaming layout->positioner | Alan Alpert | 2009-08-13 | 1 | -1/+1 | |
| | |