summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* QS60Style: In S60 3.x and 5.0 Qt itemviews behaviour is not nativelikeSami Merila2010-05-141-1/+4
* QTableView: fix spans corruption when removing spans.Olivier Goffart2010-04-071-5/+4
* Fix crash in the fileiconprovider for WindowsJens Bache-Wiig2010-04-011-2/+4
* QTableView: fix navigating with keyboard with spans not scrollingOlivier Goffart2010-03-081-1/+1
* Wrong dirty region after row selection in right-to-left mode in QTableViewGabriel de Dietrich2010-03-051-3/+11
* Expand indicator would not be displayed after removal of a collapsed item's c...Gabriel de Dietrich2010-03-021-4/+9
* 2nd part of revert of commit 435bbd4be73768f617e4aThierry Bastian2010-03-021-6/+1
* Revert "ItemViews: make it possible for chekcable items to get partiallyChecked"Thierry Bastian2010-03-021-7/+1
* Fix crash using openPersistentEditor and setRowHidden on a QTableViewOlivier Goffart2010-03-011-2/+6
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-261-0/+1
|\
| * QAbstractItemView::setIndexWidget: remove the old widget from the QSet of per...Olivier Goffart2010-02-261-0/+1
* | Build break fix for commit d8465414e6fd543cfc20e732030dedd8d2bc685f.Janne Anttila2010-02-261-2/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-251-4/+37
|\ \ | |/ |/|
| * Improvements to itemview keypad navigation in S60.Janne Anttila2010-02-251-4/+37
* | Set the roleNames of proxy models to the roleNames of the source model.Stephen Kelly2010-02-251-0/+1
|/
* QTreeView: Fix premature pessimizationJoão Abecasis2010-02-181-4/+5
* Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-171-0/+5
* QListView: fix crash when hiding many of the lasts item in a QListViewOlivier Goffart2010-02-091-1/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-021-1/+1
|\
| * optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-011-1/+1
* | Fix a problem with overlay icons in the fileiconproviderJens Bache-Wiig2010-02-011-2/+3
|/
* Another ASSERT while deleting spansGabriel de Dietrich2010-01-251-1/+3
* QListView in icon view mode, drop enabled items wouldn't receive anythingGabriel de Dietrich2010-01-141-0/+7
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-1266-67/+67
|\
| * typo fixRitt Konstantin2010-01-111-1/+1
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0866-66/+66
| |\
| | * Update copyright year to 2010Jason McDonald2010-01-0666-66/+66
* | | Fix incorrect drawing of the hovered row on QTreeView with some styles.Olivier Goffart2010-01-112-11/+9
* | | QTreeView::selectAll() wouldn't work when first column hiddenGabriel de Dietrich2010-01-111-2/+5
|/ /
* | Fix a painter warningPierre Rossi2010-01-071-0/+2
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-041-2/+31
|\
| * Make the layout{,AboutToBe}Changed signals in the QSortFilterProxyModel match...Stephen Kelly2009-12-181-2/+4
| * Make sure mappings are created for columns when indexes newly become parents.Stephen Kelly2009-12-181-0/+27
* | doc: Added an explanatory \note about the table being sorted.Martin Smith2009-12-181-2/+12
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-161-2/+17
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-12-163-1/+6
| |\
| * | FEP indicator shown in status pane when it should notSami Merila2009-12-141-2/+17
* | | Clicking on a selected item wouldn't reset the selection anymore.Gabriel de Dietrich2009-12-152-3/+7
| |/ |/|
* | Itemviews: we needed to call ensurePolishedwhen asking for sizehintsThierry Bastian2009-12-112-0/+5
* | Fixes internal drag and drop in QListWidget while dropping to the endOlivier Goffart2009-12-101-1/+1
|/
* Assert in designer while drag & dropping items from a QListWidgetGabriel de Dietrich2009-12-071-1/+2
* Fixes broken selection with Shift and extended selectionOlivier Goffart2009-12-031-2/+2
* In QListViews, items were being hovered even when mouse was on the scrollbarsGabriel de Dietrich2009-12-011-2/+6
* QSortProxyModel: Crash when changing model with 2-level proxy and selected itemsGabriel de Dietrich2009-11-261-1/+5
* Fix QTreeWidgetItem::setChildIndicatorPolicy not updating.Olivier Goffart2009-11-241-1/+1
* Itemview: Fixes statustip not clearedOlivier Goffart2009-11-242-2/+13
* Fix QHeaderView when the model is reset and section have moved.Olivier Goffart2009-11-231-6/+19
* Q_ASSERT failure when resizing a span to (1,1) in 1st cellGabriel de Dietrich2009-11-201-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Olivier Goffart2009-11-194-24/+51
|\
| * Item views: make sure the model is connected/disconnected correctlyThierry Bastian2009-11-192-8/+30