Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add .qmlproject files to declarative examples. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | |||||
* | Example fixes | Bea Lam | 2010-04-13 | 3 | -11/+21 |
| | |||||
* | Fix code style in examples | Bea Lam | 2010-04-13 | 6 | -114/+200 |
| | |||||
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Renamed 'source' property from SpringFollow to 'to' | Leonardo Sobral Cunha | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 10 | -10/+10 |
| | |||||
* | Replace Text::wrap property with Text::wrapMode enumeration. | Martin Jones | 2010-04-08 | 1 | -2/+4 |
| | | | | wrap remains for a little while, and will produce a warning. | ||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -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 Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Fix examples after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Yann Bodson | 2010-03-18 | 1 | -0/+0 |
| | |||||
* | declarative examples cleanup | Yann Bodson | 2010-03-05 | 1 | -5/+3 |
| | |||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -3/+3 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 5 | -10/+10 |
| | |||||
* | More strict type checking of ListElement properties. | Warwick Allison | 2010-02-19 | 2 | -3/+3 |
| | | | | Task-number: QTBUG-6203 | ||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 3 | -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. | ||||
* | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 3 | -4/+4 |
| | | | | | | examples accordingly. Task-number: QT-2786 | ||||
* | Allow a ListView.section.delegate to avoid creating sections in delegate. | Martin Jones | 2009-12-16 | 1 | -15/+10 |
| | |||||
* | Faster sections. | Martin Jones | 2009-12-16 | 1 | -1/+2 |
| | |||||
* | Some UTF8 | Warwick Allison | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 3 | -3/+3 |
| | |||||
* | Update viewport size when items are added/removed/resized. | Martin Jones | 2009-10-28 | 1 | -0/+22 |
| | |||||
* | Improve feel of flicking itemlist demo pages. | Martin Jones | 2009-10-28 | 1 | -0/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-28 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | QT-2382 | Yann Bodson | 2009-10-28 | 1 | -1/+1 |
| | | |||||
* | | Mode improvement to strictly enforced highlight range movement. | Martin Jones | 2009-10-28 | 1 | -0/+1 |
|/ | |||||
* | forgot icons | Yann Bodson | 2009-10-27 | 6 | -0/+0 |
| | |||||
* | listview/dynamic improvements | Yann Bodson | 2009-10-27 | 1 | -56/+52 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Yann Bodson | 2009-10-27 | 2 | -5/+6 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Improve highlight range API and fix incorrect list end calc. | Martin Jones | 2009-10-27 | 2 | -5/+6 |
| | | |||||
* | | make listview/dynamic.qml work again | Yann Bodson | 2009-10-27 | 2 | -11/+13 |
|/ | |||||
* | Do not use 'resources:' in examples | Yann Bodson | 2009-10-09 | 1 | -110/+118 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 8 | -97/+91 |
| | |||||
* | Use new property name | Aaron Kennedy | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | ListView currentItemMode API replaced with highlight range API. | Martin Jones | 2009-09-14 | 2 | -24/+23 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-11 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-09-11 | 2 | -2/+34 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | current -> currentItem property in ListView and GridView | Martin Jones | 2009-09-11 | 1 | -1/+1 |
| | | | |||||
* | | | Ensure text size changes when text is made empty, or elides to empty. | Warwick Allison | 2009-09-11 | 1 | -2/+2 |
| |/ |/| | | | | | | | Previously, old size would persist if text changed from non-"" to "". Elide text in example (tests and demonstrates) | ||||
* | | tweak | Warwick Allison | 2009-09-11 | 2 | -2/+34 |
|/ | |||||
* | Follow renamed to SpringFollow. | Martin Jones | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | clearer example | Warwick Allison | 2009-09-09 | 1 | -4/+12 |
| | |||||
* | Modifying ListModel from JS: work for structured data too. | Warwick Allison | 2009-09-09 | 1 | -4/+44 |
| | |||||
* | Missed icons. | Warwick Allison | 2009-09-08 | 3 | -0/+0 |
| | |||||
* | Dynamic QmlListModel | Warwick Allison | 2009-09-08 | 1 | -0/+91 |
| | | | | | Reveals a number of bugs in ListView (and probably others). Basic ugly example for now. | ||||
* | Use data as the default property of the views. | Michael Brasser | 2009-09-07 | 1 | -12/+9 |
| | |||||
* | Get recipes example running again. | Michael Brasser | 2009-09-07 | 1 | -6/+6 |
| | |||||
* | Flickable locked property changed to interactive. | Martin Jones | 2009-09-02 | 1 | -3/+3 |
| | | | | Note that the meaning of the property has been reversed. | ||||
* | Repeater API updates. | Michael Brasser | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 5 | -6/+6 |
| | | | | QFxBasePositioner still exists though. |