| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Task-number: 248688
|
|
|
|
| |
Task-number: 240266
|
|
|
|
|
|
|
| |
Change QTableView to use the style to draw the background. Change QCommonStyle to draw the background correctly when the item is disabled.
Task-number: 250682
Reviewed-by: Jens Bache-Wiig
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
|
|
|
|
|
| |
Task-number: 250147
Reviewed-by: Thierry
|
|
|
|
|
|
|
| |
Wherever I found that we were using a string instead of a single char
I fixed the code.
Reviewed-by: olivier
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When we had spans, in order to have the selection rect, we took the slow
path in all cases, even if the header section did not move.
Now, take the fast path if the sections did not move.
This requires few adjustement to the code: we cannot call visualRect
anymore since the index may be within a span.
Task-number: 244651
Reviewed-by: Marius Bugge Monsen
|
|
|
|
|
|
|
|
|
|
|
| |
Introduce an index to lookup spans in a certain index in a logaritmic
time instead of linear.
Behaviour change include that it is no longer possible to have spans
with height or with of 0 (but this made no sens anyway)
Reviewed-by: Marius Bugge Monsen
Task-number: 244651
|
|
|
|
|
|
|
| |
Now we directly call viewport->update
Task-number: 248850
Reviewed-by: ogoffart
|
|
|