summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativegridview/data/manual-highlight.qml
Commit message (Collapse)AuthorAgeFilesLines
* highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-091-2/+2
| | | | | | | | In some cases ListView and GridView would position the highlight despite highlightFollowsCurrentItem: false being specified. Task-number: QTBUG-15972 Reviewed-by: Michael Brasser
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-201-0/+48
Task-number: QTBUG-10803