diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2016-08-25 16:50:41 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-28 00:32:50 +0200 |
commit | f9238c34f090adcc6a9da71349b776e7416ade91 (patch) | |
tree | 9fe512a6909c57608236d7263f5f613c21a51ed3 /l10ntools | |
parent | 25aa9f30489801b2ed51395d7dad20ec0a2b0473 (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 'l10ntools')
-rwxr-xr-x | l10ntools/source/gRun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/gRun.sh b/l10ntools/source/gRun.sh index 8a83dc6e2e95..b235e34ee870 100755 --- a/l10ntools/source/gRun.sh +++ b/l10ntools/source/gRun.sh @@ -728,7 +728,7 @@ ${MYCMD} --files tubes/uiconfig/ui/contacts.ui ${MYCMD} --base uui/uiconfig/ui --files authfallback.ui filterselect.ui logindialog.ui macrowarnmedium.ui masterpassworddlg.ui password.ui setmasterpassworddlg.ui simplenameclash.ui sslwarndialog.ui unknownauthdialog.ui -${MYCMD} --base vcl/uiconfig/ui --files cupspassworddialog.ui errornocontentdialog.ui errornoprinterdialog.ui notebookbar.ui printdialog.ui printerdevicepage.ui printerpaperpage.ui printerpropertiesdialog.ui printprogressdialog.ui querydialog.ui +${MYCMD} --base vcl/uiconfig/ui --files cupspassworddialog.ui errornocontentdialog.ui errornoprinterdialog.ui notebookbar.ui printdialog.ui printerdevicepage.ui printerpaperpage.ui printerpropertiesdialog.ui printprogressdialog.ui querydialog.ui screenshotannotationdialog.ui ${MYCMD} --base xmlsecurity/uiconfig/ui --files certdetails.ui certgeneral.ui certpage.ui digitalsignaturesdialog.ui macrosecuritydialog.ui securitylevelpage.ui securitytrustpage.ui selectcertificatedialog.ui viewcertdialog.ui |