summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge commit 'qt/master'Jason Barron2009-08-181-2/+3
|\ \ \ | |/ /
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+1
| * | Fixed coverity warningsThierry Bastian2009-08-141-1/+1
| * | Fix coverity warningsThierry Bastian2009-08-131-0/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-101-2/+10
|\ \ \ | |/ /
| * | Fixes: QComboBox keyboard search not working properly when current index is -1Olivier Goffart2009-08-071-1/+1
| * | Fixed crash in tst_qitemview.Gabriel de Dietrich2009-08-061-1/+2
| * | Merge commit 'origin/4.5'Rohan McGovern2009-08-061-0/+7
| |\ \ | | |/
| | * Fixes hangup when pressing key in QListWidgetOlivier Goffart2009-08-051-0/+7
| | * ItemViews : Fixed a performance regression whne changing data in theThierry Bastian2009-06-171-1/+1
| | * Fixed a bottleneck in itemviews that would ask for an update outsideThierry Bastian2009-06-171-2/+8
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-061-0/+1
|\ \ \ | |/ /
| * | Fixes selectionModel::hasSelection return value after model::resetLeonardo Sobral Cunha2009-08-041-0/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-76/+76
|\ \ \ | |/ /
| * | Fixes doc typos and indentation in abstractitemview & itemselectionmodelLeonardo Sobral Cunha2009-07-281-76/+76
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-54/+81
|\ \ \ | |/ /
| * | QTreeView: now dragging lots of items is fastThierry Bastian2009-07-131-1/+1
| * | ItemViews: make dragging faster when lots of items are selectedThierry Bastian2009-07-111-11/+22
| * | ItemViews: make the pixmap from drag and drop more efficientThierry Bastian2009-07-101-13/+20
| * | ItemViews: _q_fetchMore now uses a timer instead of invokeMethodThierry Bastian2009-07-071-4/+7
| * | ItemViews: it would go into DraggingState even without clicking an itemThierry Bastian2009-07-071-1/+1
| * | ItemViews: Fixed signal entered not being emitted when using the mouseThierry Bastian2009-07-011-33/+39