summaryrefslogtreecommitdiffstats
path: root/tests/auto/qheaderview
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master-upstream' into master-waterThierry Bastian2011-01-201-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Autotest illustrating Qt::InitialSortOrderRoleAlbert Astals Cid2010-11-251-0/+37
|/ | | | | Merge-request: 814 Reviewed-by: Thierry Bastian <thierry.bastian@nokia.com>
* Fixe QHeaderView autotest to use a dummy toplevel widget.Dominik Holland2010-11-021-12/+17
|
* Fix a Headerview layout bugPierre Rossi2010-07-201-0/+21
| | | | | | | | When the sections were moved calling logicalIndex on what was already a logical index messed up the hidden sections. Task-number: QTBUG-12268 Reviewed-by: Gabriel
* Fixed a potential crash in headerview when inserting a sectionThierry Bastian2010-03-171-0/+14
| | | | | | | This could happen if a section was moved andthen hidden Task-number: QTBUG-8650 Reviewed-by: Andy Shaw
* QHeaderView: fixes sectionClicked() emitted with wrong section indexOlivier Goffart2010-02-041-0/+64
| | | | | | | | | | | | | The obvious fix is to use the previsously computed 'section' as paramatter. (It is even faster) But one might wonder why logicalIndexAt() does not return the same result before and after flipSortIndicator(). The reason is that while being sorted, in _q_layoutChanged, all the hidden section where unhidden and hidden again. Leaving some pending computation. Task-number: QTBUG-7833 Reviewed-by: Gabriel
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
| | | | Reviewed-by: Trust Me
* Fix QHeaderView when the model is reset and section have moved.Olivier Goffart2009-11-231-0/+46
| | | | | | | | The logicalIndices and visualIndices array where not clean of the old sections, resulting in corrupted header. Task-number: QTBUG-6058 Reviewed-by: Thierry
* Fix tst_QHeaderView::length() on Symbian.Liang QI2009-10-201-1/+4
| | | | | | Just the default font size will not work for this case. We set it to smaller one. Notice: we should make sure view->length() is different between view->setStretchLastSection(true) and view->setStretchLastSection(false). RevBy: Aleksandar Babic
* Default section size is taken instead of some fixed valueninerider2009-10-151-1/+1
| | | | | | Test failed on different styles such as Windows Mobile. Reviewed-by: Ossi
* Stabilize more testOlivier Goffart2009-09-231-1/+2
|
* Fix bug in the invisibleStretchLastSection autotest.Jan-Arve Sæther2009-09-211-15/+15
| | | | | | | Reduce the count so that it can fit on one screen. Also make sure we call setStretchLastSection after the resize, since setStretchLastSection depends on the size of the view.
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Display error with QTableView with custom default row heightThierry Bastian2009-04-171-0/+24
| | | | | | | QHeaderView can sometimes display holes when using default row height Task-number: 248050 Reviewed-by: ogoffart
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+1928