aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-xconfig
Commit message (Collapse)AuthorAge
* fix warning: 'rects' is deprecatedlbartoletti2019-10-22
|
* Fix some icons in lumina-xconfigKen Moore2019-01-10
|
* A bunch of CLI updates to lumina-xconfig:Ken Moore2018-03-27
| | | | | | 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
* Start adding a new option to lumina-xconfig:Ken Moore2018-03-22
| | | | --mirror-monitors : This will be used to setup the session as a single output display across all monitors.
* Add some better success/error reporting when saving screen configuration.Ken Moore2018-03-06
|
* i18n: fix out of tree buildAndreas Müller2017-11-27
| | | | | | | | | | 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>
* manpages: fix out of tree installAndreas Müller2017-11-27
| | | | | | | Fixes e.g: | gzip: lumina-info.1: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* Redo all the new man pages categories.Ken Moore2017-11-20
| | | | Make sure they are all man1 instead of man8
* Add in the new manpages from Aaron St.John (lumina-docs repo).Ken Moore2017-11-20
| | | | Also adjust the "community support" shortcut to point to gitter rather than IRC.
* Add a few quick safety checks to ensure that lumina-xconfig never disables ↵Ken Moore2017-09-21
| | | | the last active screen.
* Resynced translation filesZackaryWelch2017-09-11
|
* Fix a list which was not getting populated properly.Ken Moore2017-08-22
|
* Get 90% of the work for adding profiles to lumina-xconfig finished.Ken Moore2017-08-22
| | | | Still need to work out a few small issues when loading a profile into the preview pane.
* Fix up some tiling issues in lumina-xconfig.Ken Moore2017-08-17
|
* Clean up more of the lumina-xconfig tiling options. much nicer now.Ken Moore2017-08-17
|
* Get the tiling options all working for lumina-xconfig. All good to go now.Ken Moore2017-08-17
|
* Get rudimentary y-dimension tiling working.Ken Moore2017-08-16
|
* Fix up a bit more of the new lumina-xconfig.Ken Moore2017-08-16
|
* More updates for lumina-xconfig:Ken Moore2017-08-16
| | | | 1) Unify the enable/disable routines.
* Add the option to save settings as the user's defaults.Ken Moore2017-08-15
|
* Get the lumina-xconfig monitor settings all up and working again.Ken Moore2017-08-15
| | | | | | 1) Add 2D placement options for screens 2) Add Rotation options for screens 3) Add Fluxbox restart fix for session changes.
* Get most of lumina-xconfig updated so screens can be moved around on a ↵Ken Moore2017-08-15
| | | | | | canvas, rather than forcing a horizontal arrangement. Not quite finished yet - almost though.
* Added Australian English translation filesZackaryWelch2017-07-31
|
* Hotpatch to lumina-xconfig.Ken Moore2017-06-21
| | | | 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).
* Disable the theme engine from the core-utils.Ken Moore2016-11-10
| | | | Clean up the libLumina classes needed by the core-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)
* 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.
* Make sure that <QStringList> is included explicitly within the ↵Ken Moore2016-08-30
| | | | ScreenSettings class - some compilers complain about this.
* Move lumina-xonfig's desktop entry over to the "Settings" category.Ken Moore2016-08-01
|
* Ensure that when re-loading previous screen settings it also puts the ↵Ken Moore2016-07-22
| | | | monitors in the same relative position to each other.
* 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).
* Oops - forgot to add a couple new .desktop files to the git repo.Ken Moore2016-06-20
|
* 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.
* Oops, forgot to add in a couple new files for lumina-xconfig.Ken Moore2016-06-08
|
* Update lumina-xconfig (and lumina-session) so that it saves/reloads the ↵Ken Moore2016-06-06
| | | | previous display configuration on Lumina start.
* 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