aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-screenshot
Commit message (Collapse)AuthorAge
...
* 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
|
* Disable the theme engine from the desktop-utilities.Ken Moore2016-11-10
| | | | Also start pruning unneeded libLumina classes from the desktop utils.
* 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)
* Make sure all the translation files are synced to the sources.Ken Moore2016-10-20
|
* Make lumina-screenshot single-instanced, and adjust the .desktop entry to ↵Ken Moore2016-10-11
| | | | *always* open a new window.
* Translated using Weblate (l_SCREENSHOT@de (generated))Ettore Atalan2016-10-11
| | | | Currently translated at 100.0% (24 of 24 strings)
* Translated using Weblate (l_SCREENSHOT@it (generated))Oscar Andrea Merandi2016-09-27
| | | | Currently translated at 100.0% (24 of 24 strings)
* Translated using Weblate (l_SCREENSHOT@el (generated))George Ember2016-09-27
| | | | Currently translated at 100.0% (24 of 24 strings)
* Translated using Weblate (l_SCREENSHOT@el (generated))George Ember2016-09-23
| | | | Currently translated at 100.0% (24 of 24 strings)
* Add missing .ts filesKris Moore2016-09-20
|
* Rename more long-named TS filesKris Moore2016-09-20
|
* Re-sync all the translation files for Lumina with the source code, and add a ↵Ken Moore2016-09-19
| | | | 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).
* Merge in all the translation files from the lumina-i18n repository into the ↵Ken Moore2016-09-12
| | | | | | main lumina repo. Now we can hook up weblate in the main lumina repo, and have everything in sync all the time.
* Fix where localization files get installed via the main source tree ↵Ken Moore2016-06-20
| | | | | | (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).
* 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.
* Large update to the project files:Ken Moore2016-06-14
| | | | | 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.
* 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.
* Change the image selection box to a partially-transparent grey (good for any ↵Ken Moore2016-04-28
| | | | image type)
* 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