From f9238c34f090adcc6a9da71349b776e7416ade91 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Thu, 25 Aug 2016 16:50:41 +0200 Subject: 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 --- vcl/UIConfig_vcl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/UIConfig_vcl.mk') 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: -- cgit