summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qtreeview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Fix visual index lookup in QTreeViewPrivate::adjustViewOptionsForIndex().Friedemann Kleint2014-05-071-9/+2
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fix hover handling in QTreeViewMiikka Heikkinen2012-11-241-13/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-311-2/+6
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Eliminate QTreeWidget drag crashJiewen Wang2012-05-311-1/+1
* Take account of spanned items in QTreeView when dragging.Stephen Kelly2012-04-261-32/+9
* Fix out of bounds use of QVector API.Stephen Kelly2012-04-141-5/+6
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-081-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Remove more "unused variable" warningsGabriel de Dietrich2011-11-301-2/+2
* QTreeView: fix crash when starting a drag with hidden columns.David Faure2011-11-301-4/+12
* Set missing flags in the option when rendering QTreeView drag pixmapDavid Faure2011-09-291-39/+74
* Add IAccessible2 table2 implementation.Frederik Gladhorn2011-07-131-9/+43
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-231-5/+6
|\
| * Fix crash in KPackageKitGabriel de Dietrich2011-02-151-5/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-0/+4
|\|
| * QTreeView: do not scroll to top if last item is removedFrank Reininghaus2010-09-221-0/+4
* | QAbstractItemView: optimize handling of editors for view with large numbers o...Stephen Bowline2010-08-271-7/+7
* | Auto expand of QTreeWidget does not work correctly if animatedThierry Bastian2010-07-011-5/+5
* | Code simplification in treeviewsThierry Bastian2010-06-301-3/+1
* | Fixed the itemviews so that the editor is not considered opaque any moreThierry Bastian2010-06-291-8/+1
|/
* QTreeView: remove dead code.Olivier Goffart2010-04-131-19/+0
* QTreeView: fix PageUp/PageDown with disabled items.Olivier Goffart2010-04-071-0/+4
* Fix qcombobox:flaggedItems autotest failure.Thiago Macieira2010-03-241-6/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-231-3/+12
|\
| * Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-191-11/+11
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-181-3/+12
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-181-3/+12
| | |\ \
| | | * | Do not beep on Mac when pressing some keys.Denis Dzyubenko2010-03-171-2/+10
| | | * | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-1/+1
| | | * | Port QtGui uses of QTime as a stopwatch to QTimestampThiago Macieira2010-03-171-1/+2
* | | | | Wrong repaint when changing the default row height in QTreeViewGabriel de Dietrich2010-03-231-4/+8
| |_|_|/ |/| | |
* | | | Fixed problem in painting of QTreeViewThierry Bastian2010-03-181-11/+11
|/ / /
* / / Optimized visualRegionForSelection in various item views classesGabriel de Dietrich2010-03-181-4/+11
|/ /
* / QTreeView: Remove a lot of useless and slow code.Olivier Goffart2010-03-171-210/+24
|/
* QTreeView: Optimise QTreeViewPrivate::viewIndexOlivier Goffart2010-03-111-35/+27
* QTreeView: speedup more QTreeViewPrivate::layout(-1)Olivier Goffart2010-03-111-15/+23
* QTreeView: Optimize by avoiding calling detachOlivier Goffart2010-03-111-4/+6
* Cleaning commit 7baaea978200c82fdf65e3934cfa373edeca6524Gabriel de Dietrich2010-03-111-1/+0
* Slow QTreeView::layout() with many (> 10000) childrenGabriel de Dietrich2010-03-101-14/+43
* QTreeView: let the dataChanged signal refresh the hasChildren attribute.Olivier Goffart2010-03-091-1/+5
* Delay the resize section for better performance.Pierre Rossi2010-03-041-4/+2
* Expand indicator would not be displayed after removal of a collapsed item's c...Gabriel de Dietrich2010-02-241-4/+9