kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
https://kanryu.github.io/quickviewer/
GNU General Public License v3.0
536 stars 63 forks source link

A few suggestions #37

Closed Chocolateiro closed 6 years ago

Chocolateiro commented 7 years ago

Here are a few features I wish I had in QuickViewer:

  1. Be able to hide scroll bars when zooming in full screen. Besides the error mentioned here persists. (The horizontal bar is displayed even if it is not necessary)
  2. Show relative file path in the window title
  3. Be able to move the enlarged image up/down with the respective up/down keys
  4. Do not save history
  5. Be able to open compressed files with password
kanryu commented 7 years ago
  1. Current behavior is the Qt standard. There is a possibility to be able to change.
  2. The application may be opening files on another drive or PC. In that case it will be useless. We can display only the folder name instead.
  3. We will need to change the behavior of not only up and down, but also the left and right keys. Currently the left and right keys are switched to the next or previous image irrespective of whether they are enlarged or not, but it will be necessary to set to the operation to change the display position in the image by changing it.
  4. possible
  5. It is possible, but it will take some time as it will have to be tested in all of the several archive formats.
Chocolateiro commented 7 years ago

I would be happy with any of these implementations.

kanryu commented 7 years ago
  1. completed
  2. completed (add mode to show volume name only on window title)
  3. completed (can scroll image with cursor keys when images bigger than the window)
  4. completed
  5. no work (Since it has low priority as a function to be implemented by the image viewer, it is not implemented this time.)
kanryu commented 6 years ago

@Chocolateiro I made it :)

Chocolateiro commented 6 years ago

Wonderful. I appreciate your work.

I've tried the new version, but I have these drawbacks. The problem with unnecessary scroll bars has been solved, but the bars are still displayed in full screen mode. Why not display the full file name in addition to the location? Is it possible to change the previous/next image with the same scroll keys when reach the end of the zoomed image? Is it possible to hide the page bar permanently?

kanryu commented 6 years ago

This issue exists to answer the first question. If you have other questions please post a new issue.