SHA256
1
0
forked from pool/screengrab

* 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
This commit is contained in:
Michael Vetter 2018-05-22 10:30:53 +00:00 committed by Git OBS Bridge
parent 345930d727
commit 859ddcce88

View File

@ -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