summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-061-1/+11
* QHeaderView: check that length is correct and fix restoring Qt4 state.Arnaud Bienner2015-02-031-23/+54
* Enter/Return should cause an edit inside an itemview on OS XAndy Shaw2015-01-231-2/+2
* Doc: remove wrong note in QTreeWidget::itemWidget.David Faure2015-01-221-2/+0
* Accessibility: Fix selection change notifications on LinuxFrederik Gladhorn2015-01-213-3/+3
* Propagate the source of mouse eventsAlexander Volkov2014-12-111-0/+2
* QHeaderView: take the sort indicator into account when eliding textGiuseppe D'Angelo2014-12-091-2/+9
* QColumnView: don't set an invalid index as the current oneGiuseppe D'Angelo2014-12-051-2/+5
* Respect the size hint signal for the column and row delegatesAndy Shaw2014-12-031-0/+6
* QAbstractItemView: rename private canDecode to canDrop.David Faure2014-11-243-7/+7
* QAbstractItemView: call canDropMimeData, as one would expect.David Faure2014-11-241-7/+9
* 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
* | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-0/+3
|\|
| * Document non-intuitive behavior of QTreeWidgetItem::setHidden().Christian Kandeler2014-09-221-0/+3
* | Widgets: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-261-1/+1
* | Update license headers and add new license filesMatti Paaso2014-09-2451-967/+559
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-242-0/+14
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-232-0/+14
| |\|
| | * Improved documentation for QStyledItemDelegate::eventFilterAki Koskinen2014-09-151-0/+3
| | * Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* | | Fix the drawing of elided text in QHeaderView.Cristian Oneț2014-09-231-1/+2
|/ /
* | Correct information about all headers being movable.Mitch Curtis2014-09-221-3/+0
* | Add missing period to QHeaderView documentation.Mitch Curtis2014-09-181-1/+1
* | Improve documentation regarding moving item view columns.Mitch Curtis2014-09-182-0/+7
* | Make the default value of QTreeView::indentation() be style dependentAlexander Volkov2014-09-153-4/+34
* | QListView: Catch stack overflow on mutual scrollbar calculation.Christoph Schleifenbaum2014-08-291-2/+32
* | QDataWidgetMapper: micro-optimize clearMapping()Marc Mutz2014-08-261-4/+5
* | QDataWidgetMapper: micro-optimize handling of the widget mapMarc Mutz2014-08-261-17/+17
* | 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
* | QHeaderView::restoreState(): Add sanity check.Friedemann Kleint2014-08-061-9/+26
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+8
|\|
| * Improve QListWidget documentation.Mitch Curtis2014-07-041-1/+8
* | 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
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2014-06-071-9/+3
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-9/+3
| |\|
| | * Account for the sort indicator being placed above the text on VistaAndy Shaw2014-05-261-9/+3
* | | Fix key navigation through cells with spans in QTableView.Mitch Curtis2014-06-061-1/+8
|/ /
* / Fix internationalization of "txt File" in QFileDialogLasse Liehu2014-06-031-2/+4
|/
* Fix visual index lookup in QTreeViewPrivate::adjustViewOptionsForIndex().Friedemann Kleint2014-05-061-10/+3
* Fix typo in QListWidget documentation.Mitch Curtis2014-05-051-1/+1
* 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-013-11/+9
* Make QTreeView::expand/collapse check for ineffectual invocationsAdam Reichold2014-02-281-0/+4
* QHeaderView - do simple section move/rotate in moveSectionThorbjørn Martsum2014-02-181-42/+19
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-1/+3
|\
| * Doc: corrected description of QTableWidget::clear()Nico Vertriest2014-02-061-1/+3