summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* Notify about moves in the source model more efficiently.Stephen Kelly2011-12-092-18/+123
* Remove the backwards compatibility signal emissions when moving items.Stephen Kelly2011-12-086-10/+47
* Accessibility: table2 -> tableFrederik Gladhorn2011-12-023-5/+2
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-281-8/+11
* Fix style. 4 spaces not 2.Stephen Kelly2011-11-281-35/+35
* Be specific about what part of the model is being re-layouted.Stephen Kelly2011-11-251-3/+5
* Remove virtual child integers.Frederik Gladhorn2011-11-233-27/+1
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-2/+2
* Fix compilation with -force-asserts.Friedemann Kleint2011-11-171-3/+3
* Revert logic when building with --force-assertsHarald Fernengel2011-11-161-14/+2
* Fix Q_ASSERT usage in case -force-asserts is enabledEckhart Koppen2011-11-161-0/+12
* Add API to clear the current index. Symmetric with clearing selection.Stephen Kelly2011-11-112-1/+10
* Make this API virtual to make selection proxying possible.Stephen Kelly2011-11-111-1/+1
* Fix selection update in QTableView accessibility.Frederik Gladhorn2011-10-031-1/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-0324-12/+37
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-292-2/+2
* The Q_WS_X11 define exists no longer. Use Q_OS_UNIX.Frederik Gladhorn2011-09-153-11/+14
* Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-081-1/+1
* Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-011-2/+2
* Fix exports for widgets.Friedemann Kleint2011-08-251-1/+1
* Merge branch 'master' into refactorGunnar Sletta2011-08-2510-19/+175