summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-13/+13
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-0/+2
* Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-171-58/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-5/+11
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-311-3/+9
| |\
| | * itemviews: Use the start of the current selection when getting the rangeAndy Shaw2020-03-301-3/+9
* | | QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-281-2/+26
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-1/+3
|\|
| * QAbstractItemView: Make sure to update the editor geometriesChristian Ehrlicher2020-02-231-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-9/+0
|\|
| * QAbstractItemView: do not request illegal model indexesGiuseppe D'Angelo2020-02-141-9/+0
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | 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
|\|