summaryrefslogtreecommitdiff
path: root/vcl/UIConfig_vcl.mk
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2016-08-25 16:50:41 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-28 00:32:50 +0200
commitf9238c34f090adcc6a9da71349b776e7416ade91 (patch)
tree9fe512a6909c57608236d7263f5f613c21a51ed3 /vcl/UIConfig_vcl.mk
parent25aa9f30489801b2ed51395d7dad20ec0a2b0473 (diff)
screenshot: develop interactive screenshot dialog
Implemented a first version of an interactive screenshot dialog that supports annotations, text excerpts for these and allows to create a screenshot file How to use: * enable experimental features in Tools->Options * open any random dialog * open context menu - there's now a 'Screenshot' entry * click that, screenshot dialog pops open, mouse over the grayed-out screenshot to highlight controls * click once to highlight, click a 2nd time to unselect Change-Id: I3bcd76b96ad023e11421e4fcfac866ebf4f5ff78
Diffstat (limited to 'vcl/UIConfig_vcl.mk')
-rw-r--r--vcl/UIConfig_vcl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/UIConfig_vcl.mk b/vcl/UIConfig_vcl.mk
index a81b30ed497a..888737ff82e1 100644
--- a/vcl/UIConfig_vcl.mk
+++ b/vcl/UIConfig_vcl.mk
@@ -19,6 +19,7 @@ $(eval $(call gb_UIConfig_add_uifiles,vcl,\
vcl/uiconfig/ui/printerpropertiesdialog \
vcl/uiconfig/ui/printprogressdialog \
vcl/uiconfig/ui/querydialog \
+ vcl/uiconfig/ui/screenshotannotationdialog \
))
# vim: set noet sw=4 ts=4: