summaryrefslogtreecommitdiff
path: root/src/gui/itemviews/qtreeview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-271-18/+18
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Expand indicator would not be displayed after removal of a collapsed item's c...Gabriel de Dietrich2010-03-021-4/+9
* QTreeView: Fix premature pessimizationJoão Abecasis2010-02-181-4/+5
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-2/+2
|\
| * typo fixRitt Konstantin2010-01-111-1/+1
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-081-1/+1
| |\
| | * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | | Fix incorrect drawing of the hovered row on QTreeView with some styles.Olivier Goffart2010-01-111-9/+0
* | | QTreeView::selectAll() wouldn't work when first column hiddenGabriel de Dietrich2010-01-111-2/+5
|/ /
* | Fix a painter warningPierre Rossi2010-01-071-0/+2
|/
* Itemviews: we needed to call ensurePolishedwhen asking for sizehintsThierry Bastian2009-12-111-0/+1
* Item views: make sure the model is connected/disconnected correctlyThierry Bastian2009-11-191-0/+7
* Ran the script utils/normalizeOlivier Goffart2009-11-181-2/+2
* QTreeView navigation now inverts left and right in RTLThierry Bastian2009-10-301-0/+6
* QTreeView: fix drawing branches of model that adds or remove rows dynamicallyOlivier Goffart2009-10-301-3/+35
* Compile with -no-qt3supportAaron Kennedy2009-10-291-2/+2
* Fixed missing repaints on QTreeView when moving the mouseThierry Bastian2009-10-281-2/+6
* Fixed QTreeView not emitting doubleCliked when 1st col is spannedThierry Bastian2009-10-271-3/+1
* QTreeView: Make sure the state QStyle::State_Sibling is correctly setOlivier Goffart2009-10-271-9/+8
* Fixes QTreeView: stylesheet :has-children pseudo selector doesn't works for t...Olivier Goffart2009-10-271-12/+16
* fix for QTreeView to not animate if there are no visible childrenThierry Bastian2009-10-201-4/+6
* Fixed QTreeView trying to animate when parent item has no childThierry Bastian2009-10-201-3/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+1
* | Fix coverity warningsThierry Bastian2009-08-131-5/+4
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | doc: Changed several \reimp to \internalMartin Smith2009-07-201-1/+1
* | QTreeView: fix the scrollTo with position center and bottomThierry Bastian2009-07-161-10/+14
* | QTreeView: now dragging lots of items is fastThierry Bastian2009-07-131-0/+44
* | Fix compile issueThierry Bastian2009-07-091-1/+12
* | QTreeView: cleanup of useless private slotsThierry Bastian2009-07-091-43/+20
* | QTreeView: use QVariantAnimation over QTimeLineThierry Bastian2009-07-091-43/+31
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | refactor of private getters for the mode i item widget classesThierry Bastian2009-06-111-1/+1
* | removed superflous indirection (ie. using q->..) instead of using theThierry Bastian2009-06-101-24/+21
* | Fix some possible double connected signalsOlivier Goffart2009-06-101-7/+2
* | small code cleanup that improves some loopsThierry Bastian2009-06-101-2/+4
* | Use Qt::UniqueConnection instead of disconnect/connectOlivier Goffart2009-05-281-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-3/+5
|\ \ | |/
| * Fixed: QSortFilterProxyModel setDynamicSortFilter doesn't works when setting ...Olivier Goffart2009-05-261-3/+5
* | Remove useless code and comment in QTreeViewOlivier Goffart2009-05-141-4/+0
* | spanning columns did not have ViewItemPosition QStyleOptionViewItemV4::OnlyOn...Olivier Goffart2009-05-071-1/+1
* | QTreeView could be not correctly updated when the 1st column is hidden.Thierry Bastian2009-05-061-26/+12
* | Merge commit 'origin/4.5'Olivier Goffart2009-04-151-0/+1
|\ \ | |/
| * Fix crash in QTreeViewOlivier Goffart2009-04-141-0/+1