aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-screenshot/MainUI.ui
Commit message (Collapse)AuthorAge
* Remove the "Quick Save" button in lumina-screenshot.Ken Moore2017-02-06
| | | | This was just another button/front-end to the "Open With" functionality which did not get removed earlier.
* Clean up a bit more of the lumina-screenshot interface, and add a button to ↵Ken Moore2017-02-03
| | | | copy the current image to the clipboard (tied in to the ctrl-C shortcut as well)
* Add a check/warning when closing the screenshot tool when the current ↵Ken Moore2017-01-23
| | | | screenshot has not been saved to disk yet. Also add an option to the settings tab to turn off that popup warning as desired.
* Change the "edit" button in two ways:Ken Moore2017-01-20
| | | | | 1) Have it always open the new screenshot file with the "-select" dialog. (Many times editors use the same mimetypes as viewers, but viewer are set as the default). 2) Change the button text to "Open With..." so users know what it will do.
* Cleanup the lumina-screenshot interface again (with q5sys). This seems to be ↵Ken Moore2017-01-17
| | | | the best way to compress the UI elements without making it too cumbersome.
* condense lumina screenshot and remove tabsJT Pennington2017-01-02
|
* Fix up the scaling options in the UI for lumina-screenshot.Ken Moore2016-11-22
|
* Completely change how lumina-screenshot shows the image a bit. Now it is all ↵Ken Moore2016-04-28
| | | | QImage based, allows the user to zoom in/out on the screenshot, and crop the image all before saving to disk.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15