Collections changes
authorColin Clark <colin.clark@cclark.uk>
Sat, 7 Jul 2018 18:50:31 +0000 (19:50 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sat, 7 Jul 2018 18:50:31 +0000 (19:50 +0100)
commitda34a2b65ab4d922fbad9a9ef4a51deee17e15a2
tree6479888ef3e02cbde6eaf919197bc105c3196917
parent2b60164fabef30c1dd0402b4d5c1cd79b3eab550
Collections changes

Implement a file class for Collections
Include an icon for collections (temporary icon until someone creates an
appropriate one)
Double-click on a .gqv icon in the files pane opens the collection
window
Option in Preferences/Behavior to open collection windows on top

N.B. current users have to manually edit the Collections entry in
Preferences/Files to change the collections class from metadata to
collection
18 files changed:
doc/docbook/GuideOptionsBehavior.xml
doc/docbook/GuideOptionsFiltering.xml
src/collect.c
src/filefilter.c
src/icons/Makefile.am
src/icons/collection.png [new file with mode: 0644]
src/image.c
src/options.c
src/options.h
src/pixbuf_util.c
src/pixbuf_util.h
src/preferences.c
src/rcfile.c
src/typedefs.h
src/view_file/view_file_icon.c
src/view_file/view_file_list.c
web/help/GuideOptionsBehavior.html
web/help/GuideOptionsFiltering.html