| Commit message (Collapse) | Author | Age |
|
|
|
| |
Second commit
|
| |
|
| |
|
|
|
|
|
|
| |
1. Add option to list all profiles from CLI
2. Add option to apply a profile from the CLI
3. Add an option to setup all monitors in a "mirror" arrangement from the CLI
|
|
|
|
| |
--mirror-monitors : This will be used to setup the session as a single output display across all monitors.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fixes e.g:
| /bin/sh: line 0: cd: i18n: No such file or directory
| Makefile:955: recipe for target 'install_dotrans' failed
| make[3]: *** [install_dotrans] Error 1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|
|
|
|
|
|
| |
Fixes e.g:
| gzip: lumina-info.1: No such file or directory
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|
|
|
| |
Make sure they are all man1 instead of man8
|
|
|
|
| |
Also adjust the "community support" shortcut to point to gitter rather than IRC.
|
|
|
|
| |
the last active screen.
|
| |
|
| |
|
|
|
|
| |
Still need to work out a few small issues when loading a profile into the preview pane.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
1) Unify the enable/disable routines.
|
| |
|
|
|
|
|
|
| |
1) Add 2D placement options for screens
2) Add Rotation options for screens
3) Add Fluxbox restart fix for session changes.
|
|
|
|
|
|
| |
canvas, rather than forcing a horizontal arrangement.
Not quite finished yet - almost though.
|
| |
|
|
|
|
| |
If the screens do not exactly line up next to each other, just put them in the list anyway. Also list the origin point for each monitor in the details as well (just in case).
|
|
|
|
| |
Clean up the libLumina classes needed by the core-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)
|
|
|
|
|
|
| |
main lumina repo.
Now we can hook up weblate in the main lumina repo, and have everything in sync all the time.
|
|
|
|
| |
ScreenSettings class - some compilers complain about this.
|
| |
|
|
|
|
| |
monitors in the same relative position to each other.
|
|
|
|
|
|
| |
(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 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.
|
| |
|
|
|
|
| |
previous display configuration on Lumina start.
|
|
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.
|