From 859ddcce88d5d98b2dcd1350ebff5ef60dc93fd320ab9003b5b2318f0ae0436a Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 22 May 2018 10:30:53 +0000 Subject: [PATCH] * Update translations * A more specific condition for Ctrl+C * Filter out Ctrl+C in Delay box * No window screenshot with shaded windows * Always use contents rect Fixes https://github.com/lxqt/screengrab/issues/67 * Never scale up beyond real size * Several fixes, especially for the tray icon * __DATE__ and __TIME__ macro are not very helpful for reproducible builds. * Added a minimum default configuration * Handle invalid window screenshots * Corrected a grammar mistake * Always use native (LXQt) file dialog * Just changed the location of a comment * Cleanup and fixes * Some ui polishing * Improve screengrab app behaviour * Drops Qt foreach * fix some uris * Update references in about dialog OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/screengrab?expand=0&rev=4 --- screengrab.changes | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/screengrab.changes b/screengrab.changes index dcbdfea..ee37196 100644 --- a/screengrab.changes +++ b/screengrab.changes @@ -2,7 +2,25 @@ Tue May 22 10:29:04 UTC 2018 - mvetter@suse.com - Update to 1.98: - ... + * Update translations + * A more specific condition for Ctrl+C + * Filter out Ctrl+C in Delay box + * No window screenshot with shaded windows + * Always use contents rect Fixes https://github.com/lxqt/screengrab/issues/67 + * Never scale up beyond real size + * Several fixes, especially for the tray icon + * __DATE__ and __TIME__ macro are not very helpful for reproducible builds. + * Added a minimum default configuration + * Handle invalid window screenshots + * Corrected a grammar mistake + * Always use native (LXQt) file dialog + * Just changed the location of a comment + * Cleanup and fixes + * Some ui polishing + * Improve screengrab app behaviour + * Drops Qt foreach + * fix some uris + * Update references in about dialog ------------------------------------------------------------------- Sun May 20 09:31:14 UTC 2018 - mvetter@suse.com