summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+5
|\
| * QAbstractItemView: add a note about ToolTipRole in dataChanged()Christian Ehrlicher2019-12-091-0/+2
| * Item views: do not clip items horizontally in dragging iconEirik Aavitsland2019-12-061-1/+3
* | QAIV::sizeHintForIndex: return correct size when no delegate is setChristian Ehrlicher2019-12-091-2/+3
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-24/+24
|/
* QAbstractItemView: don't toggle selection on mouse move on some indexChristian Ehrlicher2019-11-061-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-1/+1
|\
| * Always update the pressed position when pressing on an itemAndy Shaw2019-10-021-1/+1
* | QTree/TableView: Don't emit clicked when releasing after double clickVolker Hilsheimer2019-08-291-0/+1
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-2/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-1/+1
|\|
| * QAbstractItemView: refine documentation for SingleSelectionChristian Ehrlicher2019-07-311-1/+1
* | Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-6/+8
* | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-9/+9
* | Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-9/+2
|/
* Fix some qdoc warningsFriedemann Kleint2019-03-151-0/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-1/+1
|\
| * Don't edit the item if we did not get the press event on the same itemAndy Shaw2019-02-261-1/+1
* | QtWidgets/Graphics-/ItemViews: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-051-0/+2
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-2/+2
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-061-1/+1
* | QbstractItemView: Allow Key_Space for keyboardSearch()Christian Ehrlicher2018-12-251-2/+8
|/
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-14/+16
* itemviews: When an index widget gets focus, update the current indexAndy Shaw2018-01-221-0/+20
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
* QAbstractItemView: Make it easier to drop above and below itemsThorbjørn Lund Martsum2017-10-181-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-10/+8
|\
| * Itemviews: Set the WA_InputMethodEnabled attribute correctlyAndy Shaw2017-09-201-10/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-2/+6
|\|
| * Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-1/+3
| * Convert features.spinbox to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-1/+3
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-1/+1
|\|
| * QAbstractItemView: fix nullptr violationRaschbauer, Reinhard2017-08-041-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-3/+0
|\|
| * Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+0
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-1/+0
|\|
| * Convert features.treeview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-151-1/+0
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-1/+0
|\|
| * Convert features.tableview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-1/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-4/+3
|\|
| * Convert features.statustip to QT_CONFIGStephan Binner2017-06-291-3/+3
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+0
* | QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-201-2/+15
* | Typo-fix: s/looses/loses/gEdward Welbourne2017-06-081-1/+1
* | Use list-initialization moreMarc Mutz2017-04-201-2/+1
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-281-0/+1
|\
| * Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-271-0/+1
* | 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
* | Add feature.scrollerStephan Binner2017-03-011-3/+3
|/