aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-screenshot/MainUI.h
Commit message (Collapse)AuthorAge
* Add a small 1/5 second delay between the zoom slider changing and the actual ↵Ken Moore2016-11-28
| | | | update of the zoom level (prevent flickering and seizures from rapidly changing the slider).
* Fix up the scaling options in the UI for lumina-screenshot.Ken Moore2016-11-22
|
* Add better error notifications when saving screenshots.Ken Moore2016-11-22
|
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* 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