Fix #715: / for action search
authorColin Clark <colin.clark@cclark.uk>
Sun, 20 Oct 2019 16:00:50 +0000 (17:00 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sun, 20 Oct 2019 16:00:50 +0000 (17:00 +0100)
commit20c128644acbf9e2f75a120bd43482bb9f5f5551
tree08ccb0fa13577cdb4e6fe584bb853412ec0b6580
parent57feb4ded3f7608f94fe28bab5df4bb87d8f0774
Fix #715: / for action search

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

A search box is opened with the default key "/".
Characters typed are matched to commands - both menu and plugins.
The matching commands, with tooltip amd accel key if present , are
listed in a pop-up box.
14 files changed:
doc/docbook/GuideMainWindowMenus.xml
doc/docbook/GuideReferenceKeyboardShortcuts.xml
plugins/camera-import/camera-import.desktop.in
plugins/export-jpeg/export-jpeg.desktop.in
plugins/image-crop/image-crop.desktop.in
plugins/random-image/random-image.desktop.in
plugins/ufraw/geeqie-ufraw-id.desktop.in
plugins/ufraw/geeqie-ufraw-recursive.desktop.in
plugins/ufraw/geeqie-ufraw.desktop.in
src/Makefile.am
src/layout_util.c
src/search_and_run.c [new file with mode: 0644]
src/search_and_run.h [new file with mode: 0644]
src/typedefs.h