summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash in tst_qabstractitemview.Gabriel de Dietrich2009-10-211-3/+11
* Extended commit 6c1388ee for LeftToRight flowGabriel de Dietrich2009-10-201-6/+6
* fix for QTreeView to not animate if there are no visible childrenThierry Bastian2009-10-201-4/+6
* Fixed QTreeView trying to animate when parent item has no childThierry Bastian2009-10-201-3/+3
* Fixed wrong scrolling in QListView with hidden rows in ListModeGabriel de Dietrich2009-10-202-7/+18
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Alexis Menard2009-10-202-4/+4
|\
| * Fix a bug affecting keyboard navigation in the table viewOrgad Shaneh2009-10-191-2/+2
| * Fixed typo in qtableview.cpp.Gabriel de Dietrich2009-10-161-1/+1
| * Fixed updating problems QListView with IconModeGabriel de Dietrich2009-10-151-1/+1
* | Merge commit 'origin/4.5' into origin/4.6Olivier Goffart2009-10-151-1/+1
|\ \ | |/ |/|
| * Fix regression while updating items in itemview.Olivier Goffart2009-10-131-1/+1
* | Make the autotest pass for descending order in QTableWidgetPierre Rossi2009-10-142-2/+2
* | Sorting bug in QTableView fixPierre Rossi2009-10-131-0/+2
* | Fix sorting after changing a QTableView's headerOlivier Goffart2009-10-131-0/+3
* | Itemview: fix regression concerning Ctrl+rubber band selectionsFrank Reininghaus2009-10-131-1/+1
* | Merge commit '8df79a473e1a7e5c79b9b10827985bf3e9501002' into 4.6Alexis Menard2009-10-121-3/+1
|\ \
| * | Revert merge commit 3945fd75a93d790434b33c2d23aOlivier Goffart2009-10-121-1/+1
| * | Fixed compilation warning by removing unused variables.Denis Dzyubenko2009-10-091-2/+0
* | | Fixed keyboard navigation for QTableViewGabriel de Dietrich2009-10-123-71/+140
|/ /
* | Merge branch '4.5' into 4.6Thiago Macieira2009-10-081-1/+3
|\ \ | |/
| * QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-10-071-4/+8
* | QGuiPlatformPlugin: QFileIconProvider and QIcon backend.Olivier Goffart2009-10-071-0/+5
* | viewport()->update() after delegate set for QAbstractItemViewJeremy Katz2009-10-071-3/+3
* | Span update after row and column insertion and removal in QTableView.Gabriel de Dietrich2009-10-063-3/+426
* | Add GNOME implementation for native filesystem iconsJens Bache-Wiig2009-10-061-0/+15
* | QAbstractItemView: Make sure the view is updated when a delegate is set.Olivier Goffart2009-10-051-1/+3
* | Add QAbstractItemView::setDefaultDropAction(Qt::DropAction)David Faure2009-10-023-5/+36
* | Fix an issue that was uncovered by two tst_QAbstractItemView fails.Alessandro Portale2009-10-011-4/+5
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-242-4/+7
|\ \ | |/
| * Ensure that QStandardItem::clone() is used when a prototype is setAndy Shaw2009-09-222-4/+7
| * Update license headers again.Jason McDonald2009-09-0866-264/+264
* | Doc: Moved the note about QFileSystemModel to the start of the document.David Boddie2009-09-221-4/+4
* | Fix a regression in 4.6 in icon mode for QListViewThierry Bastian2009-09-221-1/+1
* | Cleanup convertHIconToPixmap() & loadIconFromShell32()miniak2009-09-221-5/+4
* | Simplify the soft key roles of QAction.Jason Barron2009-09-211-1/+1
* | Give the soft key functionality it's own macro.Jason Barron2009-09-212-3/+7
* | Refactor soft keys implementation.Jason Barron2009-09-212-3/+14
* | Making Keypad Navigation more usableAlessandro Portale2009-09-191-0/+6
* | Control-drag header selection behaved wierdly.Gabriel de Dietrich2009-09-173-2/+39
* | Fix RTL text alignment in QComboBox items with SH_ComboBox_PopupEskil Abrahamsen Blomfeldt2009-09-141-0/+6
* | Doc: Documented the standard keys in item views.Geir Vattekar2009-09-101-1/+39
* | Update license headers again.Jason McDonald2009-09-0966-264/+264
* | Fixes a regression in QListView in 4.6 regarding the selectionThierry Bastian2009-09-081-0/+4
* | Fix some issues with Shift-selection in QAbstractItemViewFrank Reininghaus2009-09-071-4/+3
* | 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
* | Removing a few superfluous semicolons.Alessandro Portale2009-09-031-2/+2
* | Make QTreeModel::ensureSorted() stable sort for itemsThorvald Natvig2009-09-021-1/+5
* | QTreeView: exapnding nodes just after replacing the model wouldn't workThierry Bastian2009-09-012-3/+15
* | Added description of visualIndex condition to docs for logicalIndex()Peter Yard2009-09-011-1/+3