summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* De-inline QItemEditorCreatorBase destructor.Stephen Kelly2012-07-252-1/+5
* QAbstractItemView: don't qRegisterMetaType<QModelIndex>Marc Mutz2012-07-241-1/+0
* Fix some spelling errorsSergio Ahumada2012-07-111-2/+2
* QHeaderView - resizeSection improvementThorbjørn Lund Martsum2012-07-052-1/+16
* QHeaderView - prevent negative default+minimum section sizesThorbjørn Lund Martsum2012-07-041-0/+4
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-294-3781/+0
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-281-0/+2
* Clarified documentation for QStandardItem::parent()Markku Heikkila2012-06-261-1/+3
* Speedup for QAbstractItemViewPrivate::delegateForIndexABBAPOH2012-06-141-4/+11