| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
screensaver
|
|
|
|
|
| |
When selecting a window/area, make the window transparent.
Ensure the single-instance system works for this apps (was not closing new process).
|
| |
|
|
|
|
| |
so they can be launched as the root user without clobbering the user-permissioned settings file.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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").
|
|
|
|
| |
copy the current image to the clipboard (tied in to the ctrl-C shortcut as well)
|
|
|
|
| |
screenshot has not been saved to disk yet. Also add an option to the settings tab to turn off that popup warning as desired.
|
|
|
|
|
| |
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.
|
|
|
|
| |
the best way to compress the UI elements without making it too cumbersome.
|
| |
|
|
|
|
| |
update of the zoom level (prevent flickering and seizures from rapidly changing the slider).
|
| |
|
| |
|
|
|
|
|
| |
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.
|
|
|
| |
remove '.png' which causes icon not to be found
|
| |
|
|
|
|
| |
which window is under the mouse click (in the case of layered windows at the click point).
|
|
|
|
| |
regard to which dir the screenshot is saved.
|
|
|
|
| |
QImage based, allows the user to zoom in/out on the screenshot, and crop the image all before saving to disk.
|
|
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.
|