Review Request: Internal viewer: improve handling of unknown MIME types
Raphael Kubo da Costa
rakuco at freebsd.org
Sat Dec 31 23:07:05 UTC 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103110/#review9402
-----------------------------------------------------------
Looks mostly OK, I just have a few questions below. Regarding the 'do not ask again' checkbox, I wonder if it's not going to confuse the users if they want to revert their settings.
part/arkviewer.h
<http://git.reviewboard.kde.org/r/103110/#comment7743>
Nit: keep the include order sorted alphabetically.
part/arkviewer.cpp
<http://git.reviewboard.kde.org/r/103110/#comment7744>
Should the option for not asking again really be displayed?
part/arkviewer.cpp
<http://git.reviewboard.kde.org/r/103110/#comment7745>
Will the file be deleted if the code path in the else block is followed too?
- Raphael Kubo da Costa
On Dec. 29, 2011, 10:04 p.m., Jonathan Marten wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/103110/
> -----------------------------------------------------------
>
> (Updated Dec. 29, 2011, 10:04 p.m.)
>
>
> Review request for KDE Utils and Raphael Kubo da Costa.
>
>
> Description
> -------
>
> Archives often contain files which contain and are viewable as plain text, but either resolve to a MIME type that does not have a suitable viewer KPart available, or the default MIME type application/octet-stream. Trying to view such a file is simply rejected - and there is no "Open with" operation, so it is not easily possible to open the file in KWrite or another application.
>
> This change gives the user the option, in this case, of viewing the file as plain text - whether this is will result in a sensible display for the file is their decision. If they want to do that, ArkViewer::viewInInternalViewer() is forced to display the file as text/plain and not to try to detect the MIME type from the file name.
>
> The size of the internal viewer window is also saved and restored, as per the TODO comment.
>
> This change does introduce some new GUI strings, so it will not be able to be committed until after the KDE SC 4.8 release.
>
>
> Diffs
> -----
>
> part/arkviewer.h b810e17
> part/arkviewer.cpp 9bfd651
>
> Diff: http://git.reviewboard.kde.org/r/103110/diff/diff
>
>
> Testing
> -------
>
> Built ark with these changes, attempted to preview archive file contents for a variety of file types. The extremely annoying "The internal viewer cannot preview this file" error message is now a thing of the past.
>
>
> Thanks,
>
> Jonathan Marten
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20111231/822ed5c8/attachment-0001.html>
More information about the Kde-utils-devel
mailing list