summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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
* | | QAIV: speed up isRowHidden for the case where no rows are hidden.David Faure2014-10-121-0/+2
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-0/+3
|\| |
| * | 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
* | | QTreeView: remove dead codeMarc Mutz2014-10-021-4/+0
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2951-974/+615
|\| |
| * | 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