| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename QML Runtime (executable) to QML Launcher | Kai Koehne | 2010-05-14 | 1 | -1/+1 |
|
|
* | Flickable small API changes. | Yann Bodson | 2010-05-12 | 1 | -1/+1 |
|
|
* | More cleanup | Yann Bodson | 2010-05-06 | 3 | -5/+5 |
|
|
* | Cleanup | Yann Bodson | 2010-05-06 | 1 | -1/+1 |
|
|
* | Cleanup | Yann Bodson | 2010-05-06 | 1 | -9/+7 |
|
|
* | 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 |
|
|
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
|
|
* | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 3 | -3/+3 |
|
|
* | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 3 | -4/+4 |
|
|
* | 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 git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2009-10-28 | 1 | -1/+1 |
|\ |
|
| * | 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 int... | Yann Bodson | 2009-10-27 | 2 | -5/+6 |
|\ |
|
| * | 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 git@scm.dev.nokia.troll.no:qt/kinetic... | Warwick Allison | 2009-09-11 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2009-09-11 | 2 | -2/+34 |
| |\ |
|
| * | | 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 |
| |/
|/| |
|
* | | 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 |
|
|