summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-271-18/+18
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Doc: fix typoJoerg Bornemann2010-11-261-2/+2
* QS60Style: In S60 3.x and 5.0 Qt itemviews behaviour is not nativelikeSami Merila2010-05-141-1/+4
* 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
* | Improvements to itemview keypad navigation in S60.Janne Anttila2010-02-251-4/+37
|/
* Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-171-0/+5
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Fix incorrect drawing of the hovered row on QTreeView with some styles.Olivier Goffart2010-01-111-2/+9
|/
* 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-161-0/+4
| |\
| * | 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-151-3/+6
| |/ |/|
* | Itemviews: we needed to call ensurePolishedwhen asking for sizehintsThierry Bastian2009-12-111-0/+4
|/
* 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
* Itemview: Fixes statustip not clearedOlivier Goffart2009-11-241-2/+12
* Item views: make sure the hovered item is updated when scrollingThierry Bastian2009-11-191-16/+19
* In ItemViews, right click on the viewport clear the ext selectionThierry Bastian2009-10-301-1/+1
* ItemViews: make the geometries update when header data changesThierry Bastian2009-10-291-0/+4
* 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
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Itemview: fix regression concerning Ctrl+rubber band selectionsFrank Reininghaus2009-10-131-1/+1
* | Fixed keyboard navigation for QTableViewGabriel de Dietrich2009-10-121-0/+3
* | viewport()->update() after delegate set for QAbstractItemViewJeremy Katz2009-10-071-3/+3
* | 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-021-1/+26
* | Fix an issue that was uncovered by two tst_QAbstractItemView fails.Alessandro Portale2009-10-011-4/+5
* | 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-211-2/+6
* | Refactor soft keys implementation.Jason Barron2009-09-211-3/+10
* | Making Keypad Navigation more usableAlessandro Portale2009-09-191-0/+6
* | Control-drag header selection behaved wierdly.Gabriel de Dietrich2009-09-171-0/+12
* | Doc: Documented the standard keys in item views.Geir Vattekar2009-09-101-1/+39
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | 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
* | QTreeView: exapnding nodes just after replacing the model wouldn't workThierry Bastian2009-09-011-3/+5
* | 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
* | QAbstractItemView sometimes doesn't allow changing the selectionThierry Bastian2009-08-261-3/+0
* | Doc: Said that an item set as the current item in an item view is alsoGeir Vattekar2009-08-241-1/+3
* | Merge commit 'qt/master'Jason Barron2009-08-201-8/+2
|\ \
| * | QListView refactor: we now have an interface for the 2 view modesThierry Bastian2009-08-201-8/+2