summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete methods which forward to the base class.Stephen Kelly2012-03-222-22/+0
* Remove non-const version of QTreeWidget method.Stephen Kelly2012-03-222-11/+0
* Remove obsolete internal functions.Stephen Kelly2012-03-222-27/+0
* Reserve a virtual method for use with a feature in Qt 5.1.Stephen Kelly2012-03-202-0/+12
* QtWidgets: Cleanup Q3* itemsDebao Zhang2012-03-201-2/+2
* Merge master into api_changesKent Hansen2012-03-191-9/+10
|\
| * Fix bug showing folder icons for filesArnt Witteveen2012-03-171-9/+10
* | Merge master into api_changesKent Hansen2012-03-168-86/+171
|\|
| * Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-154-38/+34
| * QTableView: call model->submit() on row changeMark Brand2012-03-151-0/+16
| * QHeaderView - documentation update. Prefer hideSection over 0-resize.Thorbjørn Lund Martsum2012-03-141-2/+4
| * QHeaderView - renaming functions in Qt5Thorbjørn Lund Martsum2012-03-145-46/+115
| * Add two (forgotten) since 5.0Thorbjørn Lund Martsum2012-03-141-0/+2
* | itemview/itemmodels: make some constructors explicitMarc Mutz2012-03-076-6/+6
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0212-156/+156
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-292-2/+10
* QHeaderView - remove sectionCount variableThorbjørn Lund Martsum2012-02-292-69/+67
* QHeaderView - minor cleanup in viewportEventThorbjørn Lund Martsum2012-02-271-9/+4
* Remove usage of deprecated QAbstractItemModel::setRoleNamesOlivier Goffart2012-02-271-5/+3
* Don't use deprecated QAbstractItemModel::reset()Olivier Goffart2012-02-274-4/+8
* Remove usage of deprecated QRect::uniteOlivier Goffart2012-02-261-1/+1
* QHeaderView - fix setOffsetToSectionPosition a bitThorbjørn Lund Martsum2012-02-241-2/+2
* QHeaderView - change not needed if to Q_ASSERTThorbjørn Lund Martsum2012-02-241-2/+1
* QHeaderView - create a union to save some space.Thorbjørn Lund Martsum2012-02-211-3/+5
* QHeaderview - many sections removed performance boost.Thorbjørn Lund Martsum2012-02-212-2/+23
* Widgets: Remove obsolete QGuiPlatformPlugin.Friedemann Kleint2012-02-171-5/+0
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-172-5/+5
* QHeaderView::moveSection performance boostThorbjørn Lund Martsum2012-02-152-245/+80
* Remove no longer needed ifdef Q_OS_WINCE.Andreas Holzammer2012-02-101-8/+0
* QHeaderView - minor bug in visualIndexAtThorbjørn Lund Martsum2012-02-101-2/+2
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-091-1/+1
* Make QAbstractItemView::itemOptions properly initialize a V4 optionGiuseppe D'Angelo2012-02-031-16/+15
* Introduce QItemDelegate::destroyEditor virtual invoked at editor closeThorbjørn Lund Martsum2012-02-024-8/+28
* QHeaderView - Do not try to remove non-existing sectionThorbjørn Lund Martsum2012-02-011-1/+1
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-3/+3
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-014-20/+20
* Compile with clangMorten Johan Sorvig2012-02-011-0/+1
* QHeaderView - preventing negative section sizes.Thorbjørn Lund Martsum2012-02-011-1/+1
* QHeaderView - fix to resizeSection patch (Ia812a747)Thorbjørn Lund Martsum2012-01-311-0/+2
* QHeaderView::setOffsetToSectionPosition documentation updateThorbjørn Lund Martsum2012-01-311-4/+6
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-311-2/+4
* Add public role names setter to QStandardItemModelChris Adams2012-01-312-0/+11
* Remove Symbian and Maemo 5 code from QtWidgets.Xizhi Zhu2012-01-312-8/+3
* Change the type key for delegate editors to int.Stephen Kelly2012-01-304-30/+28
* QHeaderView - length returns wrong value fixThorbjørn Lund Martsum2012-01-301-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3056-56/+56
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2519-19/+0
* Update contact information in license headers.Jason McDonald2012-01-2356-56/+56
* QTreeView: fix crash when starting a drag with hidden columns.David Faure2012-01-121-4/+12
* Set missing flags in the option when rendering QTreeView drag pixmapDavid Faure2012-01-124-39/+82