easymodo / qimgv

Image viewer. Fast, easy to use. Optional video support.
GNU General Public License v3.0
2.35k stars 168 forks source link

Can you add right-click support to Folder view? #552

Open jpage4500 opened 2 months ago

jpage4500 commented 2 months ago

Hi, I just discovered this app and built it to run on my M1 Mac

So far I love the simplicity but there's a couple of things that I was hoping for and wanted to ask if it's possible to add?

1) I want to use Folder view most of the time.. viewing all icons that I use in my Android app. While I notice that right-click brings up a context menu in the main image viewer, nothing happens in the folder view. I'm not looking for much -- copy and show in Finder are the ones I'd probably use the most. I know CMD+C for copy is pretty obvious but it's nice to see the keyboard options too while I'm getting familiar with them

-- context menu in main image viewer --

image

-- no context menu in folder view --

image

2) If not possible to add a context menu (and/or) can you add a menubar? Maybe it's harder with QT but just something I was expecting to see in a typical app.. options like copy/paste

image image
easymodo commented 2 months ago

Yes I was planning to add a context menu in folder view

If not possible to add a context menu (and/or) can you add a menubar? Maybe it's harder with QT

It's not hard to do in Qt, no menubar was a design choice. But for macOS it would make sense to implement it I guess, yeah

jpage4500 commented 1 month ago

cool - thanks for the quick reply!!

I should have mentioned this before but thanks for writing this app! I was just looking for something simple and this is the best one I've found so far