Fix #822: The image rotation keys ([ and ]) affect the wrong image
authorColin Clark <colin.clark@cclark.uk>
Fri, 15 Jan 2021 12:43:54 +0000 (12:43 +0000)
committerColin Clark <colin.clark@cclark.uk>
Fri, 15 Jan 2021 12:43:54 +0000 (12:43 +0000)
commite6c5624096662d294c4725f9635d442459972d15
tree7b5789ce64cbccb671d03250fb3930a577b212e2
parent539271e028373495efea4db14f919588e7003c65
Fix #822: The image rotation keys ([ and ]) affect the wrong image

https://github.com/BestImageViewer/geeqie/issues/822

If a call is of the format:
geeqie /<folder1>/*jpg
Geeqie opens folder1 with the listed files selected.

If a call is of the format:
geeqie /<folder1>/*jpg /<folder2>/*jpg
Geeqie opens folder1 and the listed files are displayed in an unnamed
collection.

The hidden command line collection feature of previous versions is
deleted.
src/layout.c
src/layout.h
src/main.c
src/remote.c
src/view_file.h
src/view_file/view_file.c
src/view_file/view_file_icon.c
src/view_file/view_file_icon.h
src/view_file/view_file_list.c
src/view_file/view_file_list.h