<table><tr><td style="">markg requested changes to this revision.<br />markg added a comment.<br />This revision now requires changes to proceed.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D12321">View Revision</a></tr></table><br /><div><div><p>That looks really fancy! :)<br />
Yet i have to give it a -1..</p>

<p>You are overwriting a setting that the user had explicitly set (show preview). That will result in a "huh, why is the preview off all of a sudden?" responses which will lead to bug reports.<br />
I would consider it a bug if the view is going to decide for me when i want to see previews and when not.</p>

<p>Also, i really would not base this logic on fonts. I can have smaller fonts just because i might like that (or bigger, same argument) which would then determine when the preview is switched off.<br />
I get that this is a tricky area, but it would be much better if you can somehow determine if the preview is going to be smaller then - lets say - 1 by 1 centimeters (in physical size, therefore you need to know the scaling ratio and the dpi) or in inch it would be 0.39 by 0.39. That would be a more logical decision to turn on/off previews.</p>

<p>This logic breaks in really high resolution displays (take smartphones for example) where a 1x1 cm block can (and should!) easily show you an image. But lets lets consider that a out-of-scope issue as dolphin isn't on the smartphone (that i'm aware of), just something that might need to be considered in the future.</p>

<p>That being said, having an "auto preview" (aka, the view knows best, your implementation) would be awesome! But not as overridden user setting.<br />
Perhaps the preview button needs to become a tri-state button:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Off</li>
<li class="remarkup-list-item">On (always a preview, the user knows best)</li>
<li class="remarkup-list-item">Auto (the view decides when you see a preview)</li>
</ul>

<p>I have no clue how a tri-state button would look in dolphin though :) Or even if the Breeze theme has a graphical representation for it.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D12321">https://phabricator.kde.org/D12321</a></div></div><br /><div><strong>To: </strong>anemeth, VDG, Frameworks, ngraham, rkflx, Dolphin, markg<br /><strong>Cc: </strong>markg, xyquadrat, sharvey, rkflx, ngraham, Frameworks, michaelh, bruns<br /></div>