summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qheaderview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix the drawing of elided text in QHeaderView.Cristian Oneț2014-09-231-1/+2
* Correct information about all headers being movable.Mitch Curtis2014-09-221-3/+0
* Add missing period to QHeaderView documentation.Mitch Curtis2014-09-181-1/+1
* Improve documentation regarding moving item view columns.Mitch Curtis2014-09-181-0/+3
* QHeaderView::restoreState(): Add sanity check.Friedemann Kleint2014-08-061-9/+26
* Account for the sort indicator being placed above the text on VistaAndy Shaw2014-05-261-9/+3
* QHeaderView - do simple section move/rotate in moveSectionThorbjørn Martsum2014-02-181-42/+19
* QHeaderView - move ishidden into the sectionThorbjørn Martsum2013-12-021-53/+25
* QHeaderView - do not ignore -1 as minimum section sizeThorbjørn Martsum2013-11-171-1/+1
* QHeaderView - remove confusing boolThorbjørn Martsum2013-11-081-6/+1
* Don't rely on the Qt version when reading a QHeaderView state streamAndy Shaw2013-10-121-4/+5
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-8/+8
* QHeaderView - add maximum section sizeThorbjørn Martsum2013-09-021-3/+47
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-3/+21
|\
| * QHeaderView::paintSection(): fix visible index handlingJ-P Nurmi2013-08-151-3/+21
* | QHeaderView - reduce memory usageThorbjørn Martsum2013-08-161-4/+5
* | QHeaderView - add parameter to control sizeHint precisionThorbjørn Martsum2013-05-131-1/+54
* | Unify header-based scroll offsets in itemviewsJ-P Nurmi2013-05-071-0/+13
* | QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHintChristoph Schleifenbaum2013-04-221-0/+28
|/
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Doc: Add the missing \since 5.0Debao Zhang2013-02-251-0/+14
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QHeaderView: - avoid cursor move on setDefaultSectionSizeThorbjørn Lund Martsum2012-11-251-0/+2
* QHeaderView - Fix auto-scroll on manual move on sectionsThorbjørn Lund Martsum2012-11-231-0/+2
* QHeaderView - call viewport->update() in setDefaultSectionSizeThorbjørn Lund Martsum2012-11-211-0/+1
* QHeaderView::setDefaultSectionSize to handle auto size of sections.Thorbjørn Lund Martsum2012-11-211-0/+3
* QHeaderView:setDefaultSectionSize add invalidateCachedSizeHint callThorbjørn Lund Martsum2012-11-211-0/+1
* QHeaderView - do not keep indexes from an obsolete modelThorbjørn Lund Martsum2012-11-201-0/+1
* Regression fix to QHeaderView::setDefaultSectionSizeThorbjørn Lund Martsum2012-11-151-0/+1
* Qt 5.0 QTreeView. Prevent manual moving of the first sectionThorbjørn Lund Martsum2012-11-021-1/+9
* QHeaderView 5.0 - correct drop on manual QHeaderView sectionmoveThorbjørn Lund Martsum2012-11-021-1/+1
* QHeaderView - call invalidateCachedSizeHint() on clearThorbjørn Lund Martsum2012-11-021-0/+1
* QHeaderView 5.0 - no emit of sortIndicatorChanged when unchangedThorbjørn Lund Martsum2012-10-261-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Documentation fixes.Frederik Gladhorn2012-09-211-1/+1
* Whitespace fixesShawn Rutledge2012-08-211-1/+1
* Fix the doc errors in itemmodels and itemviews.Stephen Kelly2012-08-201-3/+3
* Fix some spelling errorsSergio Ahumada2012-07-111-2/+2
* QHeaderView - resizeSection improvementThorbjørn Lund Martsum2012-07-051-1/+14
* QHeaderView - prevent negative default+minimum section sizesThorbjørn Lund Martsum2012-07-041-0/+4
* Fix QTreeView header re-ordering bug on Mac OS.Chris Meyer2012-06-121-0/+7
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-1/+1
* Fix comments to refer to the root, not the top level.Stephen Kelly2012-05-251-2/+2
* Fix some spelling errors.Stephen Kelly2012-05-251-8/+8
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-7/+7
* Rename setResizeMode to setSectionResizeMode.Stephen Kelly2012-05-071-10/+19
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-80/+82
|\
| * QHeaderView - remove some (nearly) unused span functionsThorbjørn Lund Martsum2012-04-111-3/+2
| * QHeaderView - rename many spans classes and variablesThorbjørn Lund Martsum2012-04-111-78/+81