summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qheaderview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-011-6/+24
* 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
| |\
| | * QHeaderView: Don't unhide hidden sections on layoutChanged()Christian Ehrlicher2018-09-241-3/+0
* | | QHeaderView: apply small optimization in recalcSectionStartPos()Christian Ehrlicher2018-09-241-3/+3
|/ /
* | QHeaderView: Take padding/margin into account when eliding textChristian Ehrlicher2018-09-061-2/+4
* | Handle device pixel ratio in QHeaderView::setupSectionIndicatorChristian Ehrlicher2018-08-281-1/+3
* | QHeaderView: respect min/maxSectionSize in setDefaultSectionSize()Christian Ehrlicher2018-08-041-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\|
| * QHeaderView: Send the StatusTip events to itself if there is no parentAndy Shaw2018-06-141-1/+1
* | QHeaderView: reset cached size hint on reset()Christian Ehrlicher2018-05-101-0/+2
* | QHeaderView: emit geometriesChanged() when the header is resizedChristian Ehrlicher2018-04-221-0/+1
* | ItemViews: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-1/+1
|/
* Item views: Fix 5.11 API review findingsFriedemann Kleint2018-03-141-10/+8
* QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-071-1/+5
* QHeaderView: make use of LayoutChangeHint in _q_sectionsChanged()Christian Ehrlicher2018-03-041-18/+48
* QHeaderView: fix indentation in setModel() and clear()Christian Ehrlicher2018-03-031-37/+37
* QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-011-2/+4
* QHeaderView: skip dividing by 1, rather pointlessDavid Faure2018-02-281-1/+1
* QHeaderView: Preserve settings on layoutChange with empty modelChristian Ehrlicher2018-02-211-0/+24
* QHeaderView: properly restore hidden section size on layoutChanged()Christian Ehrlicher2018-02-211-3/+7
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-21/+67
|\
| * QHeaderView: properly restore section data after layoutChanged()Christian Ehrlicher2018-01-291-21/+67
* | QHeaderView: consider Qt::DecorationRole size within paintSection()Christian Ehrlicher2018-02-021-5/+9
* | QHeaderView: fix visualIndexAt() in rtl-modeChristian Ehrlicher2018-01-091-1/+1
* | QHeaderView: respect min/maximumSectionSize propertyChristian Ehrlicher2018-01-061-3/+40
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-021-6/+17
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-6/+17
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-6/+17
| | |\|