summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Item view: Update item positions when delegate changesEskil Abrahamsen Blomfeldt2014-10-241-0/+1
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-3/+2
|\
| * QAbstractItemView: fix CTRL+A select all behaviorMaximilian Hrabowski2014-10-131-3/+2
* | Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-9/+9
|\|
| * Fix build with QT_NO_DRAGANDDROPSérgio Martins2014-08-111-9/+9
* | Use QDropEvent::acceptProposedAction() in drop handlers of QAbstractItemView.Friedemann Kleint2014-07-081-10/+13
* | Fix crash when inserting the same instance widget more than onceJorgen Lind2014-06-261-0/+2
|/
* Item views: respect selection mode when closing an editorJ-P Nurmi2014-04-011-2/+3
* Item views: respect focus policy when closing an editorJ-P Nurmi2014-04-011-3/+7
* QComboBox: fix keyboard selection with multiple character strings.Mitch Curtis2013-12-041-2/+1
* Document the BC break of viewportSizeHint() in itemviewsGiuseppe D'Angelo2013-11-091-0/+9
* Revert "Fix setVisible() of QWidget has no effect in QTreeWidgetItem"Friedemann Kleint2013-11-081-2/+1
* Fix setVisible() of QWidget has no effect in QTreeWidgetItemChengyong Xie2013-10-311-1/+2
* Doc: Fix miscellaneous typosSze Howe Koh2013-10-301-1/+1
* Rename private viewOptions to viewOptionsV1Samuel Gaist2013-10-171-11/+11
* Move the viewOptions code back to public implementationSamuel Gaist2013-10-171-17/+17
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* Make Accessibility publicFrederik Gladhorn2013-09-191-1/+0
* QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHintChristoph Schleifenbaum2013-04-221-2/+18
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Make qaccessible2.h internal.Frederik Gladhorn2013-03-141-1/+1
* Don't emit activated on clicking disabled itemview item.Mitch Curtis2013-01-261-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-1/+1
|\|
| * Compile with QT_NO_GESTURES.Volker Krause2012-12-031-1/+1
* | QAbstractItemView - allow deselect in single selection mode.Thorbjørn Lund Martsum2013-01-021-1/+19
|/
* QHeaderView - Fix auto-scroll on manual move on sectionsThorbjørn Lund Martsum2012-11-231-0/+19
* QAbstractItemView - prepare fix for auto scroll on sectionmoveThorbjørn Lund Martsum2012-11-231-10/+13
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-29/+0
* Notify accessibility events in QAbstractItemViewJosé Millán Soto2012-10-131-35/+35
* Fix segfault when delegates change properties on editors.Stephen Kelly2012-10-041-2/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-211-14/+14
* Minor documentation fixes in item views.Shawn Rutledge2012-08-211-4/+3
* Fix the doc errors in itemmodels and itemviews.Stephen Kelly2012-08-201-1/+5
* Only emit the clicked() signal from views if the left button is used.Stephen Kelly2012-08-071-2/+3
* Use == for button flag test instead of &Stephen Kelly2012-08-071-2/+2
* QAbstractItemView: don't qRegisterMetaType<QModelIndex>Marc Mutz2012-07-241-1/+0
* AbstractItemView editorForIndex/indexForEditor speedupABBAPOH2012-06-131-0/+8
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-5/+5
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-13/+13
* Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-3/+3
* Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-1/+1
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-6/+12
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-19/+19
* Make QAbstractItemView::itemOptions properly initialize a V4 optionGiuseppe D'Angelo2012-02-031-16/+15
* Introduce QItemDelegate::destroyEditor virtual invoked at editor closeThorbjørn Lund Martsum2012-02-021-5/+5
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-011-6/+6