aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-screenshot/MainUI.cpp
Commit message (Collapse)AuthorAge
* fix lumina-screenshot/MainUI.cpplbartoletti2019-10-22
|
* screenGeometry/screenCount -> QGuiApplication::screens(). another roundlbartoletti2019-10-22
|
* Fix up the minimum size of the shortcut buttons.Ken Moore2019-01-26
| | | | Also add statusbar text for copying the image to the clipboard
* Remembers last saved directory, after instance dieMarcel Bonnet2018-07-18
|
* Added translations to menu buttons and the panel settings dialogueZackaryWelch2017-08-15
|
* Remove a bunch of debug lines from lumina-screenshotKen Moore2017-07-31
|
* Fix the clearing of the QT_AUTO_SCREEN_SCALE_FACTOR variable on start of the ↵Ken Moore2017-07-31
| | | | screensaver
* A few updates for lumina-screenshot:Ken Moore2017-07-31
| | | | | When selecting a window/area, make the window transparent. Ensure the single-instance system works for this apps (was not closing new process).
* Removed an error message caused by an object's name and QMetaObjectZackaryWelch2017-06-20
|
* Make all the desktop utilities use the new LUtils::openSettings() function ↵Ken Moore2017-06-07
| | | | so they can be launched as the root user without clobbering the user-permissioned settings file.
* add quit and open shortcuts to screenshotq5sys2017-06-05
|
* Add the ability to select an area of the screen for taking a snapshot.Ken Moore2017-04-07
|
* Better messageboxes for closing the screenshot app.Trenton Schulz2017-02-05
| | | | | | | | | | Instead of a Yes/No question that requires you to read the text of the message box and decide what to do, let's give the buttons good names so we know what the command will do. Inspired by hitting "no" multiple times when I accidently hit the shortcut key to take a screenshot. (assuming it was asking "do you want to save").
* 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
|
* 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
|
* Another large batch of updates:Ken Moore2016-06-14
| | | | | 1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina 2) Update the Glass theme a bit more.
* Update MainUI.cppq5sys2016-05-19
| | | remove '.png' which causes icon not to be found
* Update MainUI.cppq5sys2016-05-19
|
* Have lumina-screenshot use the current window stacking order for determining ↵Ken Moore2016-05-04
| | | | which window is under the mouse click (in the case of layered windows at the click point).
* Make the "quicksave" option in lumina-screenshot a bit more flexible with ↵Ken Moore2016-05-02
| | | | regard to which dir the screenshot is saved.
* 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