summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qabstractitemview_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Speedup for QAbstractItemViewPrivate::delegateForIndexABBAPOH2012-06-191-4/+11
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Set missing flags in the option when rendering QTreeView drag pixmapDavid Faure2011-09-291-0/+2
* Add IAccessible2 table2 implementation.Frederik Gladhorn2011-07-131-0/+1
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-7/+0
|\
| * Revert all QScroller and QFlickGesture related code.Robert Griebl2011-05-161-7/+0
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/
* 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
* | QScroller merge, part 1Robert Griebl2010-12-021-0/+7
* | QAbstractItemView: optimize handling of editors for view with large numbers o...Stephen Bowline2010-08-271-16/+13
* | fix qtconfig builds with drag and drop disabledJeremy Katz2010-07-061-1/+2
* | Auto expand of QTreeWidget does not work correctly if animatedThierry Bastian2010-07-011-0/+1
* | Fix LeftToRight + setSpacing + setWrapping when drag-and-droppingIan Walters2010-06-021-1/+1
|/
* Do not beep on Mac when pressing some keys.Denis Dzyubenko2010-03-171-0/+1
* Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-2/+2
* Port QtGui uses of QTime as a stopwatch to QTimestampThiago Macieira2010-03-171-2/+2
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Clicking on a selected item wouldn't reset the selection anymore.Gabriel de Dietrich2009-12-151-0/+1
* Itemview: Fixes statustip not clearedOlivier Goffart2009-11-241-0/+1
* Item views: make sure the hovered item is updated when scrollingThierry Bastian2009-11-191-0/+2
* ItemViews: make the geometries update when header data changesThierry Bastian2009-10-291-0/+1
* Added visual DnD indicator for left to right flow in QListViewGabriel de Dietrich2009-10-231-1/+2
* Add QAbstractItemView::setDefaultDropAction(Qt::DropAction)David Faure2009-10-021-4/+5
* Give the soft key functionality it's own macro.Jason Barron2009-09-211-1/+1
* Refactor soft keys implementation.Jason Barron2009-09-211-0/+4
* Control-drag header selection behaved wierdly.Gabriel de Dietrich2009-09-171-0/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* QTreeView: exapnding nodes just after replacing the model wouldn't workThierry Bastian2009-09-011-0/+10
* 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
* | Merge commit 'qt/master'Jason Barron2009-08-201-0/+9
|\ \
| * | QListView refactor: we now have an interface for the 2 view modesThierry Bastian2009-08-201-0/+9
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\| |
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-11/+19
|\| |
| * | ItemViews: make dragging faster when lots of items are selectedThierry Bastian2009-07-111-0/+5
| * | ItemViews: make the pixmap from drag and drop more efficientThierry Bastian2009-07-101-1/+1
| * | Compile fix.Denis Dzyubenko2009-07-091-0/+1
| * | QTreeView: use QVariantAnimation over QTimeLineThierry Bastian2009-07-091-3/+0
| * | ItemViews: _q_fetchMore now uses a timer instead of invokeMethodThierry Bastian2009-07-071-1/+2
| * | QColumnView: didn't react to addition of rows/cols in the current viewThierry Bastian2009-07-071-6/+7
| * | ItemViews: Fixed signal entered not being emitted when using the mouseThierry Bastian2009-07-011-0/+3
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\| |