summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+2
|\
| * Enter/Return should cause an edit inside an itemview on OS XAndy Shaw2015-01-231-2/+2
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-3/+3
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-5/+0
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-0/+2
|\|
| * Propagate the source of mouse eventsAlexander Volkov2014-12-111-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-0/+6
|\|
| * Respect the size hint signal for the column and row delegatesAndy Shaw2014-12-031-0/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-3/+3
|\|
| * QAbstractItemView: rename private canDecode to canDrop.David Faure2014-11-241-3/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-0/+1
|\|
| * Item view: Update item positions when delegate changesEskil Abrahamsen Blomfeldt2014-10-241-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-3/+2
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-18/+10
|\| |
| * | Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* | | QAbstractItemView: add iconSizeChanged signal.David Faure2014-09-121-0/+1
|/ /
* | 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