summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-121-4/+2
* QTreeView: add size hint handling information to uniformRowHeightsSamuel Gaist2015-08-061-0/+3
* QFileIconEngine: Remove reference to QFileIconProviderGabriel de Dietrich2015-06-301-6/+5
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* QHeaderView - fix a logical / visual index mismatchThorbjørn Martsum2015-06-271-1/+1
* Improve QHeaderView::sectionsInserted performanceIvan Komissarov2015-05-281-7/+7
* Fix crash due to QTreeView accessing deleted model indexes.Joerg Bornemann2015-05-271-0/+1
* Improve QListView scroll bar calculation.Christoph Schleifenbaum2015-05-101-4/+22
* Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-1/+13
|\
| * ItemViews: Fix acceptance of drag enter eventsChristoph Schleifenbaum2015-05-011-1/+13
* | QColumnView: re-enable scrolling of the preview widgetGiuseppe D'Angelo2015-05-071-0/+10
* | Fix QTreeView ending up in wrong state when dragKatja Marttila2015-04-291-1/+1
* | Fix problems with extended selection after changing the model contentsFrank Reininghaus2015-03-222-10/+13
* | QFileIconEngine: Use closest area when resolving the actual sizeGabriel de Dietrich2015-03-141-5/+19
* | Don't use QFileIconEngine if the platform theme won't support itGabriel de Dietrich2015-03-141-0/+11
* | Use own QIconEngine in QFileIconProviderGabriel de Dietrich2015-03-112-49/+89
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-136-0/+24
* | Long live QString::asprintf()!Marc Mutz2015-02-121-1/+1
* | Update copyright headersJani Heikkinen2015-02-1152-364/+364
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-105-8/+16
|\|
| * 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
* | QtWidgets: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-084-4/+12
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-033-5/+5
* | QTreeWidget: forbid forcing PartiallyChecked on parent tristate items.David Faure2015-01-251-1/+1
* | Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-252-2/+2
* | QHeaderView: fix restoring Qt4 state.Arnaud Bienner2015-01-201-1/+3
* | QItemDelegate: let QTextEdit and QPlainTextEdit receive tab keypressesGiuseppe D'Angelo2015-01-041-5/+28
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-204-18/+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
* | QHeaderView: check that length is correct during restoreState.Arnaud Bienner2014-12-171-23/+52
* | Make the defaultSectionSize property of QHeaderView style dependentAlexander Volkov2014-12-113-3/+45
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-103-4/+20
|\|
| * 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
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0319-235/+235
* | QTreeWidget: optimize childrenCheckStatejkobus2014-12-021-2/+3
* | Auto-scroll while selecting entire rows/columns did not workJan Arve Saether2014-11-291-2/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-243-13/+15
|\|
| * 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 delegates: refactor and unify codeGiuseppe D'Angelo2014-11-198-211/+197
* | Q(Styled)ItemDelegate: code tidiesGiuseppe D'Angelo2014-11-142-4/+4
* | Implement QTableWidget/QListWidget::mimeData()Giuseppe D'Angelo2014-10-314-4/+38
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-0/+1
|\|