scrubbbbs
scrubbbbs
I don't see why these need to be separate. It creates some issues as there are cross-dependencies: - plugins reference icons in nomacs (currently broken icon in paint plugin due...
Goals for this PR: - [x] Remove file path member from DkImageContainer and use QFileInfo instead - [x] Add DkFileInfo for uniform access to files regardless of type (ordinary, zip,...
When pasting a list of URLs (newline separated), a tab is opened for each url and the urls are download, but only the last image is displayed. The other tabs...
When downloading files (e.g. open URL) nomacs creates temporary files but does not delete them. They should be deleted automatically. This could be on app exit or once the file...
The exif date/time does use locale but file date/time does not. This is because the latter uses `QDateTime::toString()` and the former uses an item model that stores a `QVariant` constructed...
There are several remembered dialogs in nomacs, these are the ones with a checkbox that will apply the yes/no choice automatically for all future usages when checking "Remember my choice"....
Linux version 3.19.1 (46eb043) The click behavior of file explorer needs attention. At least on Linux/Mac. I did not test the windows version (it uses a different module for explorer...
There is a mix of line endings in nomacs, some files are LF and some are CRLF. While tooling should in theory not have a problem with this, I have...
This plugin is disabled in most systems, but it was enabled currently in homebrew/qt6 package. Since we also have this in kimageformats this isn't really a problem but I thought...
A standard feature for slideshows/video players