summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* QHeaderView: remove unused include, add missing includeChristian Ehrlicher2 days2-2/+1
* Fix QHeaderView auto section resize corner caseThorbjørn Lund Martsum2025-05-131-0/+8
* QHeaderView: fix logic in setOffset()Christian Ehrlicher2025-05-071-1/+1
* QHeaderView: fix more UB (signed integer overflow) in setOffset()Marc Mutz2025-04-161-3/+19
* Fix -no-feature-draganddrop buildsOliver Eftevaag2025-04-103-5/+8
* QAbstractItemView: disconnect from the correct delegateMarc Mutz2025-04-021-1/+1
* QHeaderView: port from qt_saturate to q26::saturate_castMarc Mutz2025-03-281-2/+3
* tst_QHeaderView: fix UB (invalid downcast) in testStylePosition()Marc Mutz2025-03-271-0/+3
* QHeaderView: fix UB (signed overflow) in setOffset()Marc Mutz2025-03-271-1/+3
* QAbstractItemView: fix UB (invalid downcast) in Private::shouldAutoScroll()Marc Mutz2025-03-271-1/+1
* Doc: remove stray 's'Volker Hilsheimer2025-03-231-1/+1
* Style: pass widget to styleHint() where appropriateChristian Ehrlicher2025-03-021-1/+1
* QAbstractItemDelegate: add handleEditorEvent()David Faure2025-02-285-59/+54
* Document the default value for QAbstractItemView::editTriggersDavid Faure2025-02-231-0/+6
* ItemWidgets: add supportedDragActions()/setSupportedDragActions()Christian Ehrlicher2025-02-129-7/+113
* QListWidget/QTableWidget: extract method view()David Faure2025-02-124-21/+24
* Widgets: add enum values to QStyleOptionViewItem::ViewItemFeatureChristian Ehrlicher2025-01-201-4/+9
* Doc: fix linking issue in QHeaderView; reflowVolker Hilsheimer2025-01-181-10/+10
* Remove unused qdebug.h include from private headersAhmad Samir2025-01-162-2/+0
* QTreeView: fix Private::intersectedRect()Christian Ehrlicher2025-01-091-3/+5
* Replace all QPair/qMakePair with std::pair in qtbase/widgetsIsak Fyksen2025-01-098-45/+44
* Widgets: pass dpr to QIcon::pixmap()Christian Ehrlicher2024-12-291-1/+3
* QAbstractItemView: use 'int' as datatype for updateThresholdChristian Ehrlicher2024-12-163-9/+8
* Itemviews: avoid unneeded calls to rowCount()Christian Ehrlicher2024-11-012-5/+6
* QHeaderView: update the view correctly in resetDefaultSectionSizeVolker Hilsheimer2024-11-012-2/+14
* Use delegate to draw ComboBox LabelMagdalena Stojek2024-10-291-0/+1
* QTreeView: make autoExpand feature usable, it should never auto-collapseDavid Faure2024-10-201-2/+2
* QAIV::dataChanged(): Warn about invalid rangeLuca Di Sera2024-10-181-1/+3
* QTableView: fix dropping between items when precisely on the cell borderDavid Faure2024-10-171-1/+1
* Docs: Update images for Widgets and remove unused imagesAlexei Cazacov2024-10-176-6/+6
* QListView: don't ignore an event accepted by a subclassVolker Hilsheimer2024-10-161-3/+4
* QTableWidget: assume column 0 when dropping a row below another oneDavid Faure2024-10-071-1/+4
* QAIV drop indicator: don't draw a single pixel when the rect is nullDavid Faure2024-10-012-2/+3
* QTableView: fix moving rows by drag-n-dropDavid Faure2024-09-191-1/+3
* QHeaderView - switch to memory mode on section resize changeThorbjørn Lund Martsum2024-09-181-4/+9
* QTreeView: port to QBasicTimer instead of handling raw timer IDsAhmad Samir2024-09-132-7/+10
* QTableView: port to QBasicTimer instead of handling raw timer IDsAhmad Samir2024-09-132-13/+13
* QAbstractItemView: use QPMI in currentChanged in case of layoutChangedDavid Faure2024-09-121-13/+18
* QHeaderView - Avoid memory usage until it is requiredThorbjørn Lund Martsum2024-09-082-37/+276
* Itemviews/doc: add not about ownership for setItemWidget()Christian Ehrlicher2024-09-033-3/+9
* Fix argument in call to updateSectionBeforeAfterThorbjørn Lund Martsum2024-08-311-1/+1
* QListView/QTableView: port to range-for for iterating over QPMI listDavid Faure2024-08-302-4/+2
* QListView/QTableView: attempt to move each row even after a failureDavid Faure2024-08-302-6/+8
* QTableView: implement moving rows by drag-n-dropDavid Faure2024-08-283-3/+69
* Implement QTableModel::moveRowsDavid Faure2024-08-222-21/+44
* QAbstractItemView: implement full-row drop indicatorDavid Faure2024-08-221-0/+7
* QAbstractItemView: Fix shift-select after changing index through modelKaloyan Chehlarski2024-08-212-4/+20
* QAbstractItemView: don't calc update rect when there are to many indexesChristian Ehrlicher2024-08-103-1/+45
* Widgets/doc: remove all \since 4.x comments in widgets/itemviewsChristian Ehrlicher2024-08-1014-228/+5
* Widgets/QTreeWidget: don't emit dataChanged() with invalid indexesChristian Ehrlicher2024-08-101-0/+2