summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix QListView::scrollTo() when there are hidden rowsJani Honkonen2012-06-141-1/+6
* AbstractItemView editorForIndex/indexForEditor speedupABBAPOH2012-06-131-0/+8
* Fix QTreeView header re-ordering bug on Mac OS.Chris Meyer2012-06-121-0/+7
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-1212-22/+22
* Fix crash in QTreeWidgetItem::sortChildren when adding new item.Markku Heikkila2012-06-081-0/+1
* Remove widgets lib dependency on platformsupport.Frederik Gladhorn2012-06-081-2/+4
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-2/+2
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-292-2/+2
* Eliminate QTreeWidget drag crashJiewen Wang2012-05-281-1/+1
* Itemviews: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-262-4/+4
* Fix comments to refer to the root, not the top level.Stephen Kelly2012-05-251-2/+2
* Fix some spelling errors.Stephen Kelly2012-05-251-8/+8
* QIcon: move back to QtGuiOlivier Goffart2012-05-182-2/+2
* Enable Gtk file iconsFrederik Gladhorn2012-05-151-4/+4
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-1112-60/+62