Review Request 111608: Fix "truncated Details View header" when using a non-Oxygen style

Commit Hook null at kde.org
Mon Jul 22 18:11:09 BST 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/111608/
-----------------------------------------------------------

(Updated July 22, 2013, 5:11 p.m.)


Status
------

This change has been marked as submitted.


Review request for Dolphin.


Description
-------

When using a non-Oxygen style, and the widths of the columns in Details View are too small to fill the entire width of the view, the headers look "truncated" (see screen shot in the bug report). This does not happen with Oxygen - an empty header is shown instead of the white empty space.

I looked at the code and found that the painting of the "empty header" is inconsistent with the other headers, which is probably the reason why the other styles get confused:

a) No QStyleOptionHeader is used
b) Even if an empty header must be drawn, the last column is drawn with the option QStyleOptionHeader::End.

I propose to change this by moving the code for painting the empty header to KItemListHeaderWidget::paintRole(): when the last column is drawn, it checks if there is some space left that needs to be filled and uses QStyleOptionHeader::Middle for the last column then (I don't see another way how issue b) could be solved cleanly).


This addresses bug 301800.
    http://bugs.kde.org/show_bug.cgi?id=301800


Diffs
-----

  dolphin/src/kitemviews/private/kitemlistheaderwidget.cpp 0f1f20b 

Diff: http://git.reviewboard.kde.org/r/111608/diff/


Testing
-------

Works for me with Oxygen and Plastique.


Thanks,

Frank Reininghaus

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20130722/f27c6355/attachment.htm>


More information about the kfm-devel mailing list