summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-073-9/+9
|\|
| * Documentation: a singular subject takes a singular verb.Bastiaan Veelo2014-01-311-1/+1
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-223-8/+8
| |\
| | * Revert "QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel."Thorbjørn Martsum2014-01-143-8/+8
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+5
|\| |
| * | Correct wordwrapped text handling in QListView icon modeSamuel Gaist2014-01-141-0/+5
| |/
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-133-13/+13
* | QComboBox: fix keyboard selection with multiple character strings.Mitch Curtis2013-12-041-2/+1
* | QHeaderView - move ishidden into the sectionThorbjørn Martsum2013-12-022-59/+47
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2612-27/+69
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-181-1/+19
| |\
| | * Crash fix in QTreeView::sizeHintForColumn().Martin Pley2013-11-161-1/+19
| * | QHeaderView - do not ignore -1 as minimum section sizeThorbjørn Martsum2013-11-171-1/+1
| |/
| * Document the BC break of viewportSizeHint() in itemviewsGiuseppe D'Angelo2013-11-096-4/+27