summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-062-7/+11
|\
| * QFileSystemEntry: Export static helper function checking for the root pathFriedemann Kleint2017-07-032-7/+11
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0417-73/+60
|\|
| * Convert features.statustip to QT_CONFIGStephan Binner2017-06-293-6/+6
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-296-10/+13
| * Convert features.treewidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-286-25/+16
| * Convert features.listwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-284-14/+11
| * Convert features.tablewidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-284-15/+11
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-282-3/+3
* | Item widgets: API cleanupsGiuseppe D'Angelo2017-06-203-0/+25
* | Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-201-16/+1
* | QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-208-8/+71
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-195-22/+17
|\|
| * Convert features.columnview to QT_[REQUIRE_]CONFIGStephan Binner2017-06-125-22/+17
* | Typo-fix: s/looses/loses/gEdward Welbourne2017-06-081-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-077-63/+17
|\|
| * Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-016-60/+12
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-3/+5
| |\
| | * QHeaderView: fix visual/logical index corruption when restoring statev5.9.0-rc2v5.9.0David Faure2017-05-261-3/+5
* | | QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_DurationElvis Angelaccio2017-06-042-5/+3
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-1/+1
|\| |
| * | Use hasFocus() to check if the QTreeView is considered active or notAndy Shaw2017-05-231-1/+1
| |/
* | Ensure status tips for a headerview section are handledAndy Shaw2017-05-231-2/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+2
|\|
| * Fix warning for -no-feature-lineeditTasuku Suzuki2017-04-301-0/+2
* | Use list-initialization moreMarc Mutz2017-04-202-4/+2
|/
* Avoid expensive QHash::values() callsAnton Kudryavtsev2017-03-281-3/+6
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-283-0/+4
|\
| * Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-273-0/+4
* | 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