summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename internal method check to doCheckStephen Kelly2012-01-102-18/+6
* Add roles to the dataChanged slots in views.Stephen Kelly2012-01-068-14/+14
* Add the roles to the dataChanged slot.Stephen Kelly2012-01-062-7/+7
* Update copyright year in license headers.Jason McDonald2012-01-0556-56/+56
* Connect to the moved signals in the header view.Stephen Kelly2011-12-211-0/+8
* Fix whitespace consistency.Stephen Kelly2011-12-211-4/+4
* Add missing connections.Stephen Kelly2011-12-201-0/+8
* Change a slot into a virtual method.Stephen Kelly2011-12-193-15/+9
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-1615-6608/+2
* QHeaderView - remove stupid ifThorbjørn Lund Martsum2011-12-151-2/+1
* QHeaderView - no big update work if updates are disabledThorbjørn Lund Martsum2011-12-151-0/+5
* QHeaderView::ResizeToContents slow hide fixThorbjørn Lund Martsum2011-12-141-1/+7
* Clean up includes in QStringListModel.Stephen Kelly2011-12-122-1/+3
* Forward the contents of the parents argument through this proxy.Stephen Kelly2011-12-092-16/+49