summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelistview
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-103-4/+262
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2011-02-092-0/+116
| |\
| | * Ensure section delegates are updated when the section property changes.Martin Jones2011-02-072-0/+116
| * | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-092-4/+146
| |/
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-044-1/+114
|\ \ | |/
| * Changing header or footer failed to delete the previous.Martin Jones2011-02-023-1/+46
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Bea Lam2011-01-271-0/+13
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-193-3/+3
| |\ \
| * | | Add methods to position view at beginning or end.Martin Jones2011-01-112-0/+68
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-0/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | positionViewAtIndex can fail when positioned near end of list.Martin Jones2011-01-211-0/+13
| | |/ | |/|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-173-3/+3
|\ \ \ | |/ /
| * | Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
| |/
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-234-2/+189
|\ \ | |/
| * Models which load incrementally via fetchMore() don't work.Martin Jones2010-12-234-1/+187
| * Removing all visible items in ListView resulted in blank view.Martin Jones2010-12-221-1/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-231-0/+33
|\ \ | |/
| * Add tests for ListView.indexAt() and GridView.IndexAt()Martin Jones2010-12-211-0/+33
* | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-141-1/+1
|\ \
| * \ Merge remote branch 'origin/master' into file-engine-refactorJoão Abecasis2010-12-022-0/+52
| |\ \
| * \ \ Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-234-1/+180
| |\ \ \
| * | | | Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
* | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-132-0/+57
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Ensure ListView contentHeight is set to a valid size.Martin Jones2010-12-132-0/+57
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-133-4/+104
|\ \ \ \ \ | |/ / / /
| * | | | highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-092-3/+10
| * | | | ListView: Fix calculation of currentItem position when out of view.Martin Jones2010-12-082-1/+94
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-063-0/+126
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | ListView header is not visible initially.Martin Jones2010-12-012-18/+82
| * | | Ensure header is considered when positioning content with snapping.Martin Jones2010-11-302-0/+62
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-252-0/+52
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Avoid lockup in ListView when animating delegates.Martin Jones2010-11-242-0/+52
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-192-0/+62
|\ \ \ | |/ /
| * | ListView: items with size < 1.0 were layed out incorrectly.Martin Jones2010-11-152-0/+62
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-252-0/+103
|\ \ \ | |/ /
| * | ListView item insertion didn't handle delayed item removal correctly.Martin Jones2010-10-201-0/+9
| * | Fix consistency of setting currentIndex in ListView and GridView.Martin Jones2010-10-142-0/+94
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-151-0/+14
|\ \ \ | |/ /
| * | Remove debug code added by 650a0078e2cef43eff107fe8d2505f64a0bfedf0Martin Jones2010-10-131-3/+0
| * | Update sections if model content changes.Martin Jones2010-10-121-0/+11
| * | emit currentSectionChanged when section changes in ListView.Martin Jones2010-10-081-0/+6
| |/
* | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
|/
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2911-12/+12
* Add test for view velocity update on setCurrentIndex()Martin Jones2010-09-131-0/+2
* Add test for ListView positioning when all visible items are removed.Martin Jones2010-09-051-1/+30
* Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-312-0/+49
* Handle layoutChanged() properly in QML views.Martin Jones2010-08-261-1/+1
* Fix ListView and GridView tests following off-by-one fixes.Martin Jones2010-08-261-1/+1
* Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-262-3/+4
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-142-0/+62