Never stretch the last (=date) column in the file dialog.
authorAndreas Hartmetz <ahartmetz@gmail.com>
Sat, 12 Nov 2016 17:42:08 +0000 (18:42 +0100)
committerMaximiliano Curia <maxy@debian.org>
Wed, 5 Apr 2017 08:10:59 +0000 (09:10 +0100)
commit0c87b04d440286947ceeb355b53f9435b9f3578f
tree12fd996c6f26381dfb41aa758a5027cc1c6875f6
parent451f766ebeb09bcdae14a54e3125aa28d9bc2b8b
Never stretch the last (=date) column in the file dialog.

Stretching the date column makes it appear to need the excessive
width when adding up non-name column widths in expandNameColumn().
The name column consequently became too narrow.
Now why could the date column expand if the names needed a lot of
space? It probably has something to do with expandNameColumn()
being called several times while the directory model is loading
and the exact order in which things are updated. Needs a more
detailed analysis if this change causes a regression or still
doesn't completely fix the problem.

BUG: 312747

Gbp-Pq: Name Never-stretch-the-last-date-column-in-the-file-dialog.patch
src/filewidgets/kdiroperatordetailview.cpp