| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-06-12 | 54 | -579/+939 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-11 | 1 | -0/+2 |
| |\ |
|
| | * | Move listview/itemlist.qml to a separate visualitemmodel example | Bea Lam | 2010-06-11 | 1 | -0/+2 |
|
|
| * | | ListView.onRemove animation is not played when the list has only one item. | Martin Jones | 2010-06-11 | 2 | -2/+2 |
| |/ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-11 | 17 | -122/+211 |
| |\ |
|
| | * | Minor doc fixes | Bea Lam | 2010-06-11 | 7 | -8/+11 |
|
|
| | * | Doc improvements, including snippet fixes, linking to examples, making | Bea Lam | 2010-06-11 | 13 | -114/+200 |
|
|
| * | | Make snapping work properly for highlight ranges > item size | Martin Jones | 2010-06-11 | 2 | -28/+84 |
| |/ |
|
| * | Avoid recursive refill() in List/GridView | Martin Jones | 2010-06-11 | 2 | -20/+12 |
|
|
| * | Update on color change. | Warwick Allison | 2010-06-10 | 1 | -0/+1 |
|
|
| * | Update on color change. | Warwick Allison | 2010-06-10 | 1 | -1/+5 |
|
|
| * | Remove 'XXX Experimental' from VisualItemModel/VisualDataModel and | Bea Lam | 2010-06-10 | 2 | -11/+0 |
|
|
| * | Document attached properties | Bea Lam | 2010-06-10 | 4 | -3/+22 |
|
|
| * | Add 'on' prefix to documentation of signals | Bea Lam | 2010-06-10 | 1 | -1/+1 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-09 | 14 | -253/+156 |
| |\ |
|
| | * | Doc improvements: move some example code to snippets, add screenshots, | Bea Lam | 2010-06-09 | 11 | -218/+106 |
|
|
| | * | Move some example code into snippets/ and add other doc fixes | Bea Lam | 2010-06-09 | 6 | -37/+52 |
|
|
| * | | Fix crash when changing ListView model with highlightRangeMode: ListView.Stri... | Martin Jones | 2010-06-09 | 2 | -4/+12 |
| |/ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-09 | 7 | -8/+46 |
| |\ |
|
| | * | Small optimization when checking if MouseArea's onPressAndHold is | Michael Brasser | 2010-06-09 | 2 | -3/+3 |
|
|
| | * | Fix drawing flicker on Qml Viewer startup | Joona Petrell | 2010-06-09 | 3 | -4/+19 |
|
|
| | * | Add qmlmethod Item::childAt() to delarative item | mae | 2010-06-08 | 2 | -1/+24 |
|
|
| * | | Fix GridView bounds behavior with snapping enabled. | Martin Jones | 2010-06-09 | 1 | -5/+11 |
| |/ |
|
| * | Don't layout multiple times when an ancestor becomes (in)visible. | Martin Jones | 2010-06-08 | 2 | -13/+21 |
|
|
| * | Keep reported point/pixel size in sync. | Michael Brasser | 2010-06-07 | 2 | -0/+14 |
|
|
| * | Remove unnecessary CloseSoftwareInputPanel events after TextEdit or TextInput... | Joona Petrell | 2010-06-07 | 4 | -40/+16 |
|
|
| * | Ensure state operations assigned to the default state are triggered | Michael Brasser | 2010-06-07 | 4 | -3/+12 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-06-04 | 14 | -71/+317 |
| |\ |
|
| | * | Move QListModelInterface into util. | Michael Brasser | 2010-06-04 | 5 | -10/+4 |
|
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-06-03 | 9 | -61/+313 |
| | |\ |
|
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-06-03 | 2 | -2/+2 |
| | | |\ |
|
| | | | * | Improve input panel handling in declarative demos and examples | Joona Petrell | 2010-06-03 | 2 | -2/+2 |
|
|
| | | * | | Add more Q_AUTOTEST_EXPORTs | Aaron Kennedy | 2010-06-03 | 3 | -46/+49 |
| | | |/ |
|
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-06-03 | 3 | -1/+226 |
| | | |\ |
|
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-03 | 1 | -1/+1 |
| | | | |\ |
|
| | | | * | | Add header and footer to GridView | Martin Jones | 2010-06-03 | 3 | -1/+226 |
|
|
| | | * | | | Always integer align anchor center points | Aaron Kennedy | 2010-06-03 | 1 | -12/+36 |
| | | | |/
| | | |/| |
|
* | | | | | For an empty line edit the cursor position is depending on input language | Lars Knoll | 2010-06-09 | 1 | -1/+0 |
|
|
* | | | | | small optimisation | Lars Knoll | 2010-06-09 | 1 | -2/+2 |
|
|
* | | | | | Allow to build Qt in static with mingw | Thierry Bastian | 2010-06-07 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Fix QT_NO_CLIPBOARD | Tasuku Suzuki | 2010-06-04 | 2 | -1/+4 |
|/ / / |
|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-06-03 | 3 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-06-01 | 3 | -3/+3 |
| |\ \ |
|
| | * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-06-01 | 3 | -3/+3 |
| | |\ \ |
|
| | | * | | QtDeclarative: Remove trailing commas in enums | Thiago Macieira | 2010-05-31 | 3 | -3/+3 |
|
|
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-06-03 | 1 | -0/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-03 | 7 | -10/+10 |
| |\ \ \ \ |
|
| * | | | | | Ensure PathView mappedRange is updated when pathItemCount changes. | Martin Jones | 2010-06-03 | 1 | -0/+1 |
|
|
* | | | | | | Add Q_AUTOTEST_EXPORT | Aaron Kennedy | 2010-06-03 | 1 | -1/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-06-03 | 1 | -1/+5 |
|\ \ \ \ \
| |/ / / / |
|