summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qheaderview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid using QPainter::brushOrigin() to save and restore the originChristian Ehrlicher2025-06-211-3/+3
* QDataStream: use new operator bool() in the codeTatiana Borisova2025-06-171-10/+5
* QHeaderView: remove unused include, add missing includeChristian Ehrlicher2025-06-021-2/+0
* 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
* QHeaderView: port from qt_saturate to q26::saturate_castMarc Mutz2025-03-281-2/+3
* QHeaderView: fix UB (signed overflow) in setOffset()Marc Mutz2025-03-271-1/+3
* Doc: fix linking issue in QHeaderView; reflowVolker Hilsheimer2025-01-181-10/+10
* QHeaderView: update the view correctly in resetDefaultSectionSizeVolker Hilsheimer2024-11-011-2/+13
* QHeaderView - switch to memory mode on section resize changeThorbjørn Lund Martsum2024-09-181-4/+9
* QHeaderView - Avoid memory usage until it is requiredThorbjørn Lund Martsum2024-09-081-35/+247
* Fix argument in call to updateSectionBeforeAfterThorbjørn Lund Martsum2024-08-311-1/+1
* Widgets/doc: remove all \since 4.x comments in widgets/itemviewsChristian Ehrlicher2024-08-101-19/+0
* Revert "QHeaderView: relayout on resetDefaultSectionSize"Jonas Karlsson2024-02-261-11/+12
* QHeaderView: make sectionsMovable/sectionsClickable propertiesChristian Ehrlicher2024-02-091-26/+16
* QHeaderView: fix calculating dragPositionChristian Ehrlicher2023-12-161-1/+1
* QHeaderView: rename private 'offset' to avoid clash with QAIVP::offset()Christian Ehrlicher2023-12-161-12/+12
* QHeaderView: relayout on resetDefaultSectionSizeJonas Karlsson2023-11-081-12/+11
* QHeaderView: Fix columsMoved/rowsMoved connection to item modelAxel Spoerl2023-10-021-1/+1
* QHeaderView: rename private functions (remove _q_ prefix)Christian Ehrlicher2023-10-011-16/+20
* Widgets/Itemviews: use pmf-style connect in QHeaderViewChristian Ehrlicher2023-10-011-60/+29
* QHeaderView: Don't add new sections on no-opAxel Spoerl2023-06-231-2/+3
* QHeaderView: use correct mouse position for auto scrollAxel Spoerl2023-06-141-6/+4
* Remove flattreeview exampleVolker Hilsheimer2023-06-121-0/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-28/+28
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-14/+28
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-181-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Itemviews: start fixing mixups of int/enum for Qt's item rolesGiuseppe D'Angelo2022-03-231-3/+4
* Unbreak binary compatibility in QStyleOptionHeaderVolker Hilsheimer2021-02-191-4/+7
* QHeaderView: pass sectionSize to createSectionItems()Christian Ehrlicher2021-02-121-7/+4
* QHeaderView: Mark the drop section during section moveChristian Ehrlicher2021-01-291-1/+27
* QHeaderView: fix moving sections with mouse in RTL modeChristian Ehrlicher2021-01-171-3/+4
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-101-10/+0
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-081-4/+5
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-011-6/+24
* QHeaderView: allow un-sorting of modelsGiuseppe D'Angelo2020-11-301-6/+73
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-1/+1
* Deprecate int based convert/canConvertLars Knoll2020-08-241-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-1/+1
* QHeaderView: create virutal initStyleOptionForIndex functionThorbjørn Lund Martsum2020-08-131-19/+49
* Make initStyleOption virtual for various classesThorbjørn Lund Martsum2020-07-311-0/+8
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-12/+13
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-8/+8