| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
|
|
|
| |
Currently translated at 91.6% (22 of 24 strings)
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
|
|
|
| |
Currently translated at 87.5% (21 of 24 strings)
|
|
|
|
| |
Currently translated at 95.8% (23 of 24 strings)
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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").
|
|/
|
|
| |
This was just another button/front-end to the "Open With" functionality which did not get removed earlier.
|
|
|
|
| |
copy the current image to the clipboard (tied in to the ctrl-C shortcut as well)
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
|
|
|
| |
screenshot has not been saved to disk yet. Also add an option to the settings tab to turn off that popup warning as desired.
|
|\ |
|
| |
| |
| |
| | |
Currently translated at 75.0% (18 of 24 strings)
|
|/
|
|
|
| |
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.
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
|
|
|
| |
Currently translated at 75.0% (18 of 24 strings)
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
|
|
|
| |
Currently translated at 83.3% (20 of 24 strings)
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
| |
|
| |
|
| |
|
|
|
|
| |
update of the zoom level (prevent flickering and seizures from rapidly changing the slider).
|
| |
|
| |
|
|
|
|
| |
Also start pruning unneeded libLumina classes from the desktop utils.
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
*always* open a new window.
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
|
|
|
| |
Currently translated at 100.0% (24 of 24 strings)
|
| |
|
| |
|
|
|
|
| |
small script for doing this on a regular basis to the src-qt5 directory (dev only - no need to run this prior to building Lumina).
|
|
|
|
|
|
| |
main lumina repo.
Now we can hook up weblate in the main lumina repo, and have everything in sync all the time.
|
|
|
|
|
|
| |
(accounts for the change to SHARE/lumina-desktop rather than SHARE/Lumina-DE).
Also fix the wallpaper dir detection routine within lumina-config (same issue - install dir change broke the path detection).
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
1) Move from "NO_I18N" to "WITH_I18N". This will ensure that the source version of the localizations are not installed unless explicitly requested (since the "real" localization files are in the lumina-i18n repo - these source files are theauto-generated ones before getting sent up to the pootle localization system).
2) Add a few more .desktop files for the various Lumina utilities.
|
|
|
| |
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.
|
|
|
|
| |
image type)
|
|
|
|
| |
QImage based, allows the user to zoom in/out on the screenshot, and crop the image all before saving to disk.
|