summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Add feature.dialogStephan Binner2017-03-222-2/+0
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-0/+1
|\
| * Fix item keeping hover highlight even when mouse has left itDan Cape2017-03-131-0/+1
* | QDataWidgetMapper: replace an inefficient QList with std::vectorMarc Mutz2017-03-201-31/+27
* | Add feature.abstractbuttonStephan Binner2017-03-133-0/+16
* | Add feature.label and feature.formlayoutStephan Binner2017-03-033-2/+27
* | Revert "Add expandingListItems property to QListView"Marc Mutz2017-03-033-46/+4
* | Add feature.scrollerStephan Binner2017-03-012-4/+4
* | Fix build with -no-feature-draganddropPaul Olav Tvete2017-03-014-3/+8
* | Build fix for -no-feature-validatorPaul Olav Tvete2017-03-011-0/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-303-8/+13
|\|
| * Fix build with -no-feature-treewidgetPaul Olav Tvete2017-01-251-2/+2
| * Compile with -no-feature-itemviewsPaul Olav Tvete2017-01-251-3/+8
| * Make sure features are defined before testing themPaul Olav Tvete2017-01-251-3/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-1/+15
|\|
| * Fix access incorrect index in QListView with batch layoutAleksei Ilin2017-01-171-1/+1
| * QHeaderView: fix restoreState() on a model with more columnsDavid Faure2016-12-291-0/+14
* | QListView: Remove unneeded check inside the if blockAlexander Volkov2017-01-171-3/+1
* | Add expandingListItems property to QListViewAlexander Volkov2017-01-123-4/+46
* | Remove unused QEmptyModelMarc Mutz2017-01-111-12/+0
* | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-021-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-138-97/+97
|\|
| * QListViewItem: add constexprMarc Mutz2016-11-301-11/+11
| * Clean up style selection codeLars Knoll2016-11-291-1/+1
| * QtWidgets: Add missing overrideAlexander Volkov2016-11-297-85/+85
* | QListView: remove pointless QVector::resize() callingsAlexander Volkov2016-11-111-7/+1
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-1/+1
| |\
| | * Doc: Fix typo in QtStyledItemDelegate::paint() docsLeena Miettinen2016-10-141-1/+1
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-143-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-2/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-2/+7
| |\|
| | * QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-2/+7
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-262-0/+6
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-226-19/+17
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-096-19/+17
| |\| |
| | * | QHeaderView: Reset lastSectionLogicalIdx on clear()Ulf Hermann2016-08-091-0/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-055-19/+16
| | |\|
| | | * Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+4
| | | * tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-012-0/+5
| | | * tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-0/+3
| | | * QDataWidgetMapper: Fix UB (member call)Marc Mutz2016-08-011-16/+2
| | | * QTreeWidget: Fix UB (member call)Marc Mutz2016-07-311-0/+1
| | | * QAbstractItemView: Fix UB (invalid downcast)Marc Mutz2016-07-311-1/+1
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-192-4/+4
|/ / /
* | | QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-051-128/+6
* | | Add QPlatformTheme::fileIcon()Friedemann Kleint2016-08-041-9/+14
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-016-82/+65
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-016-82/+65
| |\|
| | * Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-284-78/+58