summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-4/+6
* QtWidgets docs: use Fusion screenshotsJ-P Nurmi2012-11-286-12/+12
* QHeaderView: - avoid cursor move on setDefaultSectionSizeThorbjørn Lund Martsum2012-11-251-0/+2
* Fix selection in QTableView when rows and columns have been movedMiikka Heikkinen2012-11-231-8/+12
* QHeaderView - Fix auto-scroll on manual move on sectionsThorbjørn Lund Martsum2012-11-232-0/+21
* QAbstractItemView - prepare fix for auto scroll on sectionmoveThorbjørn Lund Martsum2012-11-231-10/+13
* Account for the item spacing when using QListView::scrollTo()Pierre Rossi2012-11-231-0/+1
* 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
* Detect Unity by checking XDG_CURRENT_DESKTOP and use Gnome theme.Friedemann Kleint2012-11-201-1/+2
* QHeaderView - do not keep indexes from an obsolete modelThorbjørn Lund Martsum2012-11-201-0/+1
* Made QGtkStyle internalJ-P Nurmi2012-11-201-1/+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-025-1/+23
* 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
* Strip trailing whitespace in itemviews.Stephen Kelly2012-11-017-11/+11
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-292-33/+0
* Fix build on MinGW after 0f14ea3f3a05ef785b44fa610bf90ff3b5ba7bebKonstantin Ritt2012-10-291-4/+0
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-2/+0
* QHeaderView 5.0 - no emit of sortIndicatorChanged when unchangedThorbjørn Lund Martsum2012-10-261-0/+2
* Implement viewOptions logic in QTableViewPrivate.Stephen Kelly2012-10-252-3/+11
* Make sure uints remain uints when editing in itemviews.Stephen Kelly2012-10-191-1/+32
* Correct accessibility index handling in QListViewJosé Millán Soto2012-10-191-3/+3
* QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-161-162/+32
* Notify accessibility events in QAbstractItemViewJosé Millán Soto2012-10-131-35/+35
* Link to Item Views Puzzle Example in QListView docs.Mitch Curtis2012-10-131-1/+1
* Constify QTableWidget::selectedItemsStephen Kelly2012-10-052-3/+3
* Fix segfault when delegates change properties on editors.Stephen Kelly2012-10-041-2/+6
* Store an unsigned temporary for the internalId.Stephen Kelly2012-09-271-1/+1
* Fix typo: contais -> contains.Stephen Kelly2012-09-271-1/+1
* ItemViews: Fix MinGW compiler warningKai Koehne2012-09-271-0/+3
* documentation fixesMarcel Krems2012-09-271-1/+1
* Fix hover handling in QTreeViewMiikka Heikkinen2012-09-242-14/+12
* Implement viewOptions() logic in QListViewPrivate.Stephen Kelly2012-09-242-6/+14
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-221-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2250-1200/+1200
* Documentation fixes.Frederik Gladhorn2012-09-211-1/+1
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-2111-144/+133
* Remove casting of QStyleOptionViewItems to set data.Stephen Kelly2012-09-191-8/+1
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-193-6/+12
* Fix example includes for qdoc.Frederik Gladhorn2012-09-111-1/+1
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-291-2/+6
* Fix qdoc link.Frederik Gladhorn2012-08-281-1/+1
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-231-1/+1
* Make keyboard search work in the current column, not only the first.Stephen Kelly2012-08-221-0/+5
* Fix indexAbove and indexBelow to return indexes in the correct column.Stephen Kelly2012-08-221-2/+4
* Minor documentation fixes in item views.Shawn Rutledge2012-08-212-9/+8