summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qabstractitemview_p.h
Commit message (Collapse)AuthorAgeFilesLines
* ItemViews: make dragging faster when lots of items are selectedThierry Bastian2009-07-111-0/+5
| | | | | | | QListView know exactly what they have on their viewport and we only paint items clipped to the viewport. So we don't need to ask for each item its visualRect. NB: QTreeView and QTableView probably deservee the same treatment
* ItemViews: make the pixmap from drag and drop more efficientThierry Bastian2009-07-101-1/+1
| | | | | | | We don't need to draw all the items that are selected. We just need those whose rect intersects the one from the viewport. Task-number: 233342
* 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
| | | | Task-number: 246999
* ItemViews: Fixed signal entered not being emitted when using the mouseThierry Bastian2009-07-011-0/+3
| | | | | | | | | | wheel The solution is to check the the current "entered item" hasn't change also when the scrollbars change values Task-number: 200665 Reviewed-by: janarve
* 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
| | | | | | | | Reviewed-by: Trust Me
* | Autotest compile.Olivier Goffart2009-06-111-1/+1
| | | | | | | | This one is for qstandarditemmodel autotest
* | Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-111-1/+1
|/
* Fixes a possible issue in itemviws where we would not scroll to theThierry Bastian2009-04-301-0/+1
| | | | | | | current item on show Task-number: 252534 Reviewed-by: ogoffart
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+410