aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-wm-INCOMPLETE
Commit message (Collapse)AuthorAge
* Translated using Weblate (lumina_WM@ja (generated))YAMASHIRO Jun2016-10-03
| | | | Currently translated at 100.0% (7 of 7 strings)
* Translated using Weblate (lumina_WM@el (generated))George Ember2016-09-23
| | | | Currently translated at 100.0% (7 of 7 strings)
* Translated using Weblate (lumina_WM@lt (generated))Moo2016-09-23
| | | | Currently translated at 100.0% (7 of 7 strings)
* Translated using Weblate (lumina_WM@ru (generated))Koljasha2016-09-22
| | | | Currently translated at 57.1% (4 of 7 strings)
* Translated using Weblate (lumina_WM@ca (generated))Davidmp2016-09-20
| | | | Currently translated at 100.0% (7 of 7 strings)
* Merge branch 'master' of https://github.com/trueos/luminaWeblate2016-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).
* | Translated using Weblate (lumina_WM@lt (generated))Moo2016-09-18
| | | | | | | | Currently translated at 100.0% (8 of 8 strings)
* | Translated using Weblate (lumina_WM@fa (generated))Hamid Sarmadi2016-09-16
| | | | | | | | Currently translated at 87.5% (7 of 8 strings)
* | Translated using Weblate (lumina_WM@fi (generated))Tommi Nieminen2016-09-14
| | | | | | | | Currently translated at 100.0% (8 of 8 strings)
* | Translated using Weblate (lumina_WM@ru (generated))Nikolay2016-09-13
|/ | | | Currently translated at 0.0% (0 of 8 strings)
* Change references to PC-BSD to TrueOSq5sys2016-06-23
|
* 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.
* 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