summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepathview
Commit message (Expand)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fixed QtDeclarative autotest deployment for WinCE devices.jaanttil2012-02-061-1/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-183-0/+6
|\
| * Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-063-0/+6
| |\
| | * Views do not notify count changes properlyMartin Jones2011-05-053-0/+6
* | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/ /
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-271-0/+10
|\ \ | |/
| * PathView offset out of sync with currentIndex when items are removed.Martin Jones2011-04-271-0/+10
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-172-1/+41
|\ \ | |/
| * PathView doesn't update if preferred highlight range changes.Martin Jones2011-03-172-1/+41
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-02-102-0/+67
|\ \ | |/
| * PathView items were not correctly updated when rootIndex changed.Martin Jones2011-02-102-0/+67
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-102-0/+52
|\ \ | |/
| * PathView regression: dragging the path didn't update currentIndexMartin Jones2011-02-092-0/+52
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-063-0/+73
|\ \ | |/
| * PathView crashed when the path is provided with undefined values.Martin Jones2011-01-062-0/+31
| * PathView: update modelCount before attempting to regenerate delegates.Martin Jones2011-01-062-0/+42
* | 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 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231-1/+1
| |\ \
| * | | Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-131-0/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | PathView: removing the currentIndex could make it invalid.Martin Jones2010-12-101-0/+4
| |/
* | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-071-1/+1
|\
| * Update import statement.Michael Brasser2010-10-061-1/+1
* | Fix setting PathView offset when all visible items are removed.Martin Jones2010-10-071-1/+10
|/
* Ensure PathView updates positions when path changes.Michael Brasser2010-10-062-0/+36
* Improve test coverage for declarative module.Michael Brasser2010-10-043-0/+55
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2912-12/+12
* Moving items in a PathView caused PathView.onPath to be set to false.Martin Jones2010-09-172-8/+16
* Fix PathView item position on insertion and removal.Martin Jones2010-09-061-8/+11
* Fix PathView when setting an empty model that is later filled.Michael Brasser2010-08-242-1/+28
* Always place PathView delegates centered on the pathMartin Jones2010-07-192-0/+10
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
* If a pathview delegate changes size, reposition center on pathMartin Jones2010-05-272-2/+10
* Remove license headers from test data.Warwick Allison2010-05-2310-410/+0
* Add license headers for .qml files.Jason McDonald2010-05-2110-0/+410
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
* Add an example spinner.Martin Jones2010-05-131-3/+27
* Ensure PathView "attribute" attached properties are created correctlyMartin Jones2010-05-112-0/+105
* Fix path view update on startX(Y) changes in qmlLeonardo Sobral Cunha2010-04-292-0/+61
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-1/+1
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-218-8/+8
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-1/+1
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
* Added highlight ranges/modes to PathViewMartin Jones2010-03-265-12/+16