summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-3169-895/+895
* QIdentityProxyModel: remove slow bounds-checking, for more performanceDavid Faure2014-12-241-3/+0
* Auto-scroll while selecting entire rows/columns did not workJan Arve Saether2014-12-031-2/+4
* QTreeView: speed up isRowHidden for the case where no rows are hidden.David Faure2014-10-131-0/+2
* QListView: Catch stack overflow on mutual scrollbar calculation.Lars Knoll2014-09-101-2/+32
* Don't call virtual methods after the source model is destroyed.Andreas Hartmetz2014-09-032-1/+3
* Fix visual index lookup in QTreeViewPrivate::adjustViewOptionsForIndex().Friedemann Kleint2014-05-071-9/+2
* Updated year in copyright headerKai Koehne2014-03-2667-67/+67
* Correct wordwrapped text handling in QListView icon modeSamuel Gaist2014-01-151-0/+5
* Properly paint QListView dragged item in icon modeSamuel Gaist2013-10-182-28/+17
* Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSergio Martins2013-09-093-4/+36
* Cleanup QFileIconProviderPrivate::getWinIcon().Sergio Martins2013-07-251-23/+18
* Move the declaration of QFileIconProviderPrivate to it's own file.Sérgio Martins2013-07-233-33/+92
* Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-05-061-4/+2
* Fix QTableView::doItemsLayout()J-P Nurmi2013-04-231-3/+8
* Windows: Fix one of the two file dialog bottlenecks.Sergio Martins2013-03-281-1/+14
* Fixed QTreeWidgetIterator to work with sorted QTreeWidgetJan Arve Saether2013-03-131-5/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1366-66/+66
* Fix hover handling in QTreeViewMiikka Heikkinen2012-11-242-14/+12
* HeaderView - call invalidateCachedSizeHint() on clearThorbjørn Lund Martsum2012-11-071-0/+1
* Qt 4 - QHeaderView - correct drop on manual QHeaderView sectionmoveThorbjørn Lund Martsum2012-11-031-1/+1
* QHeaderView - fix minor bug in visualIndexAtThorbjørn Lund Martsum2012-10-311-2/+2
* QHeaderView - length returns wrong value fixThorbjørn Lund Martsum2012-10-311-0/+2
* QHeaderView - no big update work if updates are disabledThorbjørn Lund Martsum2012-10-311-0/+7
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2968-1630/+1630
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-141-6/+22
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-311-2/+6
* Take account of hidden items in QListView when using scrollTo.Stephen Kelly2012-08-271-3/+9
* Fix a QListViewItem width when spacing is setJani Honkonen2012-08-231-1/+1
* Fix QListWidget scrolling with keys when there are hidden itemsJani Honkonen2012-08-221-3/+11
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-081-3/+4
* Update contact information in license headers.Sergio Ahumada2012-08-0168-136/+136
* Speedup for QAbstractItemViewPrivate::delegateForIndexABBAPOH2012-06-191-4/+11
* AbstractItemView editorForIndex/indexForEditor speedupABBAPOH2012-06-151-1/+9
* Eliminate QTreeWidget drag crashJiewen Wang2012-05-311-1/+1
* Fix define to build without gtk style.Frederik Gladhorn2012-05-081-1/+1
* Take account of spanned items in QTreeView when dragging.Stephen Kelly2012-04-261-32/+9
* Fix out of bounds use of QVector API.Stephen Kelly2012-04-142-6/+7
* Disconnect slots from the old sourcemodel in QIdentityProxyModelk.blammo@gmail.com2012-04-101-40/+40
* Cherry picking qt5 bugfix 437da962c2b486b1a1722aac003bfa00b93ac204 to qt4.Arnt Witteveen2012-03-191-8/+10
* Fixed compiler warnings about unused q and d pointers.Janne Anttila2012-03-151-1/+1
* Fix QTreeView header re-ordering bug on Mac OS.Chris Meyer2012-02-281-0/+7
* Fix QListView::scrollTo() when there are hidden rowsJani Honkonen2012-02-091-1/+6
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-082-5/+5
* Reduces compiler warnings when compiling for WEC7jaanttil2012-02-031-2/+2
* Fix crash in QTreeWidgetItem::sortChildren when adding new item.Markku Heikkila2012-02-011-0/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-1166-66/+66
* Remove more "unused variable" warningsGabriel de Dietrich2011-11-301-2/+2
* QTreeView: fix crash when starting a drag with hidden columns.David Faure2011-11-301-4/+12