KATO Kanryu
KATO Kanryu
Sorry for the late reply. I haven't recently rechecked your tests because I haven't recently cloned and built a new repository. I'm planning to imitate you later and check it...
I've confirmed that the 7z build doesn't seem to succeed. In the Linux environment, p7zip is used instead of 7zip, but previously customized ones were bundled. Currently there is lib7zip,...
First of all, please build my lib7zip fork with the official p7zip successfully. https://github.com/kanryu/lib7zip This is the process of building it with qmake on the QuickViewer source tree.
The result is a bit disappointing, but don't worry too much. In short, the public interface is not compatible and the sample program cannot be built. If lib7zip builds with...
@rezad1393 The problem of sorting filenames is *much* more complicated than you think. This is because you don't know how many times a number appears in a file name, and...
@rezad1393 QuivkViewer is implemented by the Qt SDK. It usually doesn't make sense for you to discuss the implementation of other applications here. You just need to consider how other...
Basically, QuickViewer doesn't anticipate events where images are added to or deleted from a folder after the folder's images are displayed. The only time changes are reflected is when QuickViwer...
If QuickViewer deletes the image itself or moves it to the trash, the problem you pointed out will not occur. As long as the program is working properly. To see:...
As you have already noticed, this simple check page allows you to check the latest version without actually going to the Release page. The version of QuickViewer you are running...
As you pointed out. QuickViewer fixedly assigns the input of the arrow keys to scroll the image when the image is larger than the window and the scroll bar is...