summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix regression in ListViewJens Bache-Wiig2011-10-131-4/+4
* Set missing flags in the option when rendering QTreeView drag pixmapDavid Faure2011-09-294-39/+82
* Fix typo when updating accessible treeview selection.Frederik Gladhorn2011-09-281-1/+1
* Add IAccessible2 table2 implementation.Frederik Gladhorn2011-07-139-18/+174
* Doc: Updated documentation with \since 4.8 declarations.David Boddie2011-06-301-0/+9
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-2468-1210/+1156
|\
| * Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-183-54/+0
| |\
| | * Revert all QScroller and QFlickGesture related code.Robert Griebl2011-05-163-54/+0
| * | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1368-1156/+1156
| |/
* / Doc: Fixed qdoc warnings.David Boddie2011-05-111-1/+1
|/
* Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-031-1/+1
|\
| * Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-031-1/+1
| |\
| | * Doc: Fixed reference to a name in a table.David Boddie2011-04-111-1/+1
* | | Merge earth-team into origin/4.8Olivier Goffart2011-05-039-33/+734
|\| |
| * | Removing the "resetInternalData" slot in QAbstractProxyModelGabriel de Dietrich2011-04-262-26/+1
| * | Merge branch 'master-upstream'Thierry Bastian2011-04-194-5/+21
| |\ \
| * | | Fix licence headers again for MR 900Sergio Ahumada2011-04-142-9/+18
| * | | Fix licence headers again for MR 900Gabriel de Dietrich2011-04-142-20/+21
| * | | Add the QIdentityProxyModel.Stephen Kelly2011-04-124-1/+700