summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2050-132/+122
|\
| * Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-1950-50/+50
| * Make qaccessible2.h internal.Frederik Gladhorn2013-03-142-2/+2
| * Fixed QTreeWidgetIterator to work with sorted QTreeWidgetJan Arve Saether2013-03-061-5/+4
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-0/+14
| |\
| * \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-172-5/+5
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-142-5/+5
| | |\ \
| * | | | QMetaMethod is needed in qtreeview.cpp even without accessibility.Samuel Rødal2013-02-131-1/+1
| |/ / /
| * | | QTreeView - optimize. Do not do signals-work if signals are blockedThorbjørn Lund Martsum2013-02-021-20/+28
| * | | QTreeView::expandToDepth - add missing emit of expanded and collapsedThorbjørn Lund Martsum2013-02-021-0/+20
| * | | QTreeView - emit collapsed in collapseAll()Thorbjørn Lund Martsum2013-01-311-0/+8
| * | | QTreeView - emit expanded on expandAllThorbjørn Lund Martsum2013-01-311-2/+2
| * | | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-292-3/+7
| * | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2917-68/+0
| * | | Don't emit activated on clicking disabled itemview item.Mitch Curtis2013-01-261-1/+2
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2250-50/+50
| |\ \ \
| * \ \ \ Merge branch 'stable' into devFrederik Gladhorn2013-01-047-19/+19
| |\ \ \ \
| * | | | | QAbstractItemView - allow deselect in single selection mode.Thorbjørn Lund Martsum2013-01-021-1/+19
* | | | | | Q(Styled)ItemDelegate: disable style animationsJ-P Nurmi2013-03-182-0/+6
| |_|_|_|/ |/| | | |
* | | | | Doc: Add the missing \since 5.0Debao Zhang2013-02-251-0/+14
| |_|_|/ |/| | |
* | | | When expanding up the tree, there is no need to expand above root.Stephen Kelly2013-02-101-1/+1
* | | | Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-4/+4
| |_|/ |/| |
* | | Update copyright year in Digia's license headersSergio Ahumada2013-01-1850-50/+50
| |/ |/|
* | Fixed typo 'collasping' in QTreeView documentationThorbjørn Lindeijer2012-12-281-1/+1
* | Accessibility indexes are no longer 1-based.Frederik Gladhorn2012-12-181-5/+5
* | QtWidgets docs: use WinVista screenshots instead of obsolescent WinXPJ-P Nurmi2012-12-066-12/+12
* | Compile with QT_NO_GESTURES.Volker Krause2012-12-031-1/+1
|/
* 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