summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemview_p.h
Commit message (Expand)AuthorAgeFilesLines
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+3
* QAbstractItem/Column/TreeView: rename private functions (remove _q_ prefix)Christian Ehrlicher2023-10-011-13/+13
* Widgets/Itemviews: use pmf-style connect in QAbstractItemViewChristian Ehrlicher2023-09-291-2/+13
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* Implement private visualRect() in QTreeView and QAbstractItemViewAxel Spoerl2023-08-011-0/+2
* Immediately drag when start distance is 0 in abstract item viewMikolaj Boc2023-07-051-0/+1
* Add missing #includesAhmad Samir2023-06-051-0/+1
* Fix build with -no-feature-draganddropTasuku Suzuki2023-01-171-0/+4
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QAbstractItemView: check the index emitted by the delegate's sizeHintChangedGiuseppe D'Angelo2022-04-281-0/+1
* QAbstractItemView: auto-scroll with selection rectangleVolker Hilsheimer2021-10-221-0/+1
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-011-0/+2
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-141-0/+3
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-031-0/+1
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-0/+1
* QAbstractItemView: add virtual itemDelegateForIndexVolker Hilsheimer2020-09-121-15/+16
* Clean up itemviews after QStyleOption version cleanupVolker Hilsheimer2020-08-191-2/+0
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-4/+4
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-281-0/+1
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-3/+3
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+1
* Remove unused QEmptyModelMarc Mutz2017-01-111-12/+0
* QtWidgets: Add missing overrideAlexander Volkov2016-11-291-7/+7
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-4/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-4/+1
| |\
| | * QAbstractItemViewPrivate: de-inline hasEditor()Marc Mutz2016-07-271-3/+1
* | | Add qtwidgetsglobal.h and qtwidgetsglobal_p.hLars Knoll2016-07-141-0/+1
|/ /
* | QAbstractItemView: avoid search through QIndexEditorHashAnton Kudryavtsev2016-06-301-1/+2
* | Add SH_ItemView_ScrollMode style hint and use it in QMacStyleGabriel de Dietrich2016-02-111-0/+4
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-2/+3
* | QAbstractItemView: replace a QPair with a dedicated structMarc Mutz2015-12-071-1/+7
* | Simplify QAbstractItemViewPrivate::canDrop()Marc Mutz2015-12-011-6/+5
|/
* QAbstractItemView: don't hold QItemViewPaintPair in a QListMarc Mutz2015-07-131-1/+1
* Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-1/+13
|\
| * ItemViews: Fix acceptance of drag enter eventsChristoph Schleifenbaum2015-05-011-1/+13
* | Fix problems with extended selection after changing the model contentsFrank Reininghaus2015-03-221-0/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* QAbstractItemView: rename private canDecode to canDrop.David Faure2014-11-241-1/+1
* QAbstractItemView: call canDropMimeData, as one would expect.David Faure2014-11-241-7/+9
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Rename private viewOptions to viewOptionsV1Samuel Gaist2013-10-171-1/+1
* QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHintChristoph Schleifenbaum2013-04-221-0/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-4/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-211-2/+2
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0