summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace fixesShawn Rutledge2012-08-212-6/+6
* Fix the doc errors in itemmodels and itemviews.Stephen Kelly2012-08-204-6/+13
* Remove QProxyModel from qtbase.Stephen Kelly2012-08-204-794/+0
* Take account of hidden items in QListView when using scrollTo.Stephen Kelly2012-08-201-3/+9
* Fix a QListViewItem width when spacing is setJani Honkonen2012-08-191-1/+1
* Fix QListWidget scrolling with keys when there are hidden itemsJani Honkonen2012-08-191-3/+11
* Make selectAll() do nothing if the mode is NoSelection.Stephen Kelly2012-08-151-1/+1
* Use Qt::WindowFlags, not Qt::WFlags.Stephen Kelly2012-08-132-2/+2
* Take scroll position into account when painting drag pixmap.Stephen Kelly2012-08-101-1/+1
* Only emit the clicked() signal from views if the left button is used.Stephen Kelly2012-08-071-2/+3
* Ensure that we return an invalid QTableWidgetItem when none is available.Stephen Kelly2012-08-071-1/+1
* Do not draw garbage branches if 0px indentation is specified.Stephen Kelly2012-08-071-1/+2
* Use == for button flag test instead of &Stephen Kelly2012-08-071-2/+2
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-012-2/+2