summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed the itemviews so that the editor is not considered opaque any moreThierry Bastian2012-01-311-10/+1
* QListView: speedup QListView::setRowHidden()Olivier Goffart2012-01-311-5/+8
* Fix regression in ListViewJens Bache-Wiig2012-01-311-4/+4
* Fixed a possible crash when resizing QListViewThierry Bastian2012-01-311-3/+4
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-07-291-1/+6
|\
| * Fix crash when all the items in a QListView are hiddenGabriel de Dietrich2010-07-271-1/+6
* | QListView: Re-fix scrollbar rangesGabriel de Dietrich2010-04-151-4/+10
* | Optimized visualRegionForSelection in various item views classesGabriel de Dietrich2010-03-181-3/+11
|/
* QListView: fix crash when hiding many of the lasts item in a QListViewOlivier Goffart2010-02-091-1/+1
* QListView in icon view mode, drop enabled items wouldn't receive anythingGabriel de Dietrich2010-01-141-0/+7
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Fixes regression in QListView: Selection would not expend to the full viewportOlivier Goffart2009-11-191-2/+6
* QListView: fixes skipping one item in pageDown(Up)Leonardo Sobral Cunha2009-11-181-2/+6
* QListView: cleaning up whitespacesLeonardo Sobral Cunha2009-11-181-7/+7
* Fix long text regression in listview that does not fits into the viewport.Olivier Goffart2009-11-171-2/+2
* Fixed spacing display in QListView with wrapped text.Gabriel de Dietrich2009-11-021-5/+5
* QListView: make sure we relayout items when data changes in the modelThierry Bastian2009-10-291-0/+6
* Added visual DnD indicator for left to right flow in QListViewGabriel de Dietrich2009-10-231-2/+107
* Fixed crash in tst_qabstractitemview.Gabriel de Dietrich2009-10-211-3/+11
* Extended commit 6c1388ee for LeftToRight flowGabriel de Dietrich2009-10-201-6/+6
* Fixed wrong scrolling in QListView with hidden rows in ListModeGabriel de Dietrich2009-10-201-7/+17
* Fix a bug affecting keyboard navigation in the table viewOrgad Shaneh2009-10-191-2/+2
* Fixed updating problems QListView with IconModeGabriel de Dietrich2009-10-151-1/+1
* Fix a regression in 4.6 in icon mode for QListViewThierry Bastian2009-09-221-1/+1
* Fix RTL text alignment in QComboBox items with SH_ComboBox_PopupEskil Abrahamsen Blomfeldt2009-09-141-0/+6
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Rohan McGovern2009-09-051-2/+2
|\
| * Fix a regression with QListView::setRowHidden() when a root index is setAndy Shaw2009-09-041-4/+4
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
| * Fix accidental selection of popup items under the mouse in QComboBoxmae2009-07-171-0/+2
* | QListView:: visualRect would return incorrect valuesThierry Bastian2009-08-251-6/+4
* | QListView refactor: we now have an interface for the 2 view modesThierry Bastian2009-08-201-531/+455
* | Make the license test pass.Frans Englich2009-08-191-1/+1
* | Fixed a crash when setting twice the same viewmode on a QListViewThierry Bastian2009-08-181-1/+3
* | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+1
* | Fix a crash in the destruction of QListViewThierry Bastian2009-08-171-2/+4
* | Fixed coverity warningsThierry Bastian2009-08-171-1/+0
* | Fix coverity warningsThierry Bastian2009-08-131-1/+2
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Fix for selection with Shift-Arrow/Shift-Click in QListView's IconModeFrank Reininghaus2009-07-171-2/+8
* | QTreeView: now dragging lots of items is fastThierry Bastian2009-07-131-1/+0
* | QListView: small refactoringThierry Bastian2009-07-111-52/+54
* | ItemViews: make dragging faster when lots of items are selectedThierry Bastian2009-07-111-0/+26
* | QListView: improve performance on QListView::selectedIndexesThierry Bastian2009-07-101-7/+9
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-1/+1
|\ \ | |/
| * Check if the row larger or equal to the flowPositions vector to prevent out o...Marius Bugge Monsen2009-06-221-1/+1