Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ItemViews: make dragging faster when lots of items are selected | Thierry Bastian | 2009-07-11 | 1 | -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 efficient | Thierry Bastian | 2009-07-10 | 1 | -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 Dzyubenko | 2009-07-09 | 1 | -0/+1 |
| | |||||
* | QTreeView: use QVariantAnimation over QTimeLine | Thierry Bastian | 2009-07-09 | 1 | -3/+0 |
| | |||||
* | ItemViews: _q_fetchMore now uses a timer instead of invokeMethod | Thierry Bastian | 2009-07-07 | 1 | -1/+2 |
| | |||||
* | QColumnView: didn't react to addition of rows/cols in the current view | Thierry Bastian | 2009-07-07 | 1 | -6/+7 |
| | | | | Task-number: 246999 | ||||
* | ItemViews: Fixed signal entered not being emitted when using the mouse | Thierry Bastian | 2009-07-01 | 1 | -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.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Autotest compile. | Olivier Goffart | 2009-06-11 | 1 | -1/+1 |
| | | | | | | | | This one is for qstandarditemmodel autotest | ||||
* | | Almost 200 symbols that didn't need to be exported. | Thierry Bastian | 2009-05-11 | 1 | -1/+1 |
|/ | |||||
* | Fixes a possible issue in itemviws where we would not scroll to the | Thierry Bastian | 2009-04-30 | 1 | -0/+1 |
| | | | | | | | current item on show Task-number: 252534 Reviewed-by: ogoffart | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+410 |