summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qheaderview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-1/+3
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-5/+3
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-9/+9
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-2/+0
* Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-75/+5
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-1/+4
|\
| * Document that QHeaderView rendered with themed style might ignore rolesVolker Hilsheimer2019-06-051-1/+4
* | QHeaderView: fix assert when restoring section sizes over less columnsDavid Faure2019-04-231-7/+9
* | QHeaderView: check for changed roles in dataChanged()Christian Ehrlicher2018-11-081-1/+17
* | QHeaderView: Fix updating hidden sections during initializeSections()Christian Ehrlicher2018-11-081-2/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-291-3/+0
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-3/+0
| |\