Compare commits

...

2 Commits

Author SHA1 Message Date
17ccaa7a1b minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-04-24 17:37:37 +03:00
ae15cda923 minor tweak + npm update...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-04-24 16:52:23 +03:00
4 changed files with 681 additions and 589 deletions

View File

@ -3563,6 +3563,7 @@ module.FileSystemWriterUI = core.ImageGridFeatures.Feature({
handlers: [
// update export history...
[[
'exportImage',
'exportIndex',
'exportImages',
], function(_, settings){

View File

@ -132,6 +132,9 @@ module.GLOBAL_KEYBOARD = {
Esc: 'toggleSingleImage: "off" -- Exit single image view',
ctrl_shift_S: 'NEXT',
// ignore sorting and reversing...
// XXX not sure about these yet, especially reversing...
shift_R: 'DROP',

View File

@ -217,7 +217,7 @@ var MetadataReaderActions = actions.Actions({
// XXX Q: should this be a linked task???
// ...on one hand yes, on the other, saving after this may
// unintentionally save other state from the main object...
readAllMetadata: ['File/Read all metadata',
readAllMetadata: ['File/$Read all metadata',
'readMetadata: "all" ...'],
// XXX take image Metadata and write it to target...

1264
Viewer/package-lock.json generated

File diff suppressed because it is too large Load Diff