aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config
Commit message (Collapse)AuthorAge
* Add the ability to specify "--page <page_id>" when running lumina-config to ↵Ken Moore2016-11-21
| | | | go to a particular page.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-11-21
|\
| * Fix a reference to an uncommitted function by q5sys.Ken Moore2016-11-20
| |
| * Revert "Revert "search clear function on ESC press""Ken Moore2016-11-20
| | | | | | | | This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a.
| * Revert "comment out changes made to wrong repo, until method can be fixed"Ken Moore2016-11-20
| | | | | | | | This reverts commit 876173714461d6f9d104636d90e648c9f7009505.
| * comment out changes made to wrong repo, until method can be fixedq5sys2016-11-20
| |
| * Revert "search clear function on ESC press"q5sys2016-11-20
| | | | | | | | | | This reverts commit b9840ef585385fece513e24e4cea193d35328dc0, reversing changes made to cb5524f6fd5186414c11339375bebd3b808b4857.
| * search clear function on ESC pressq5sys2016-11-20
| |\
| | * Commit some more work on the new input device framework. Got the properties ↵Ken Moore2016-11-17
| | | | | | | | | | | | getting listed now, just need to figure out how to read/set the various properties (no documentation on what the various inputs are for the XCB functions to do that).
| * | search clear function on ESC pressq5sys2016-11-20
| | |
* | | Add a new menu plugin: "lockdesktop".Ken Moore2016-11-21
| |/ |/| | | | | This just adds a shortcut to the context menu for locking the desktop session.
* | Get a bit more of the input device class working - using lumina-config for ↵Ken Moore2016-11-17
| | | | | | | | testing on the new "mouse" page (which is still disabled for the moment).
* | Add a new page for mouse-settings in lumina-config (disabled for the moment)Ken Moore2016-11-17
| |
* | Add a general session option for whether to show the application crash ↵Ken Moore2016-11-15
| | | | | | | | notifications.
* | Add the new option for detection GPU accel to the compositor page.Ken Moore2016-11-15
| |
* | Add knowledge of the new jsonmenu panel plugin to lumina-config.Ken Moore2016-11-15
|/
* Make lumina-config aware of the new "audioplayer" panel plugin.Ken Moore2016-11-10
|
* 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)
* Add the new Qt5 theme engine setting to lumina-config.Ken Moore2016-11-02
|
* Re-work the main page of the lumina-config toolKen Moore2016-10-31
| | | | Now the categories are auto-expanded, two columns of pages are used, page names are shortened, and keyboard usage has been cleaned up.
* Make sure all the translation files are synced to the sources.Ken Moore2016-10-20
|
* Make sure the wallpaper page also uses the new monitor ID for saving/loading ↵Ken Moore2016-10-17
| | | | settings.
* Convert over the desktop/panel settings to be based on screen ID instead of ↵Ken Moore2016-10-05
| | | | screen number. It seems like X randomly assigns numbers to screens in some instances - resulting in multi-monitor arrays occasionally getting rotated/scrambled. After the automatic conversion of the settings to the new system (the first time the user logs into the updated version of Lumina), screen settings are tied to that particular monitor now (HDMI-0, DP-1, etc...)
* Fix a crash with the "autostart" page of lumina-config.Ken Moore2016-10-03
|
* Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
| | | | | | This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far). This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
* Translated using Weblate (lumina_CONFIG@pt_br (generated))Diego2016-09-21
| | | | Currently translated at 96.2% (362 of 376 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_CONFIG@zh_cn (generated))Henry Hu2016-09-19
| | | | | | | | Currently translated at 98.9% (372 of 376 strings)
* | Translated using Weblate (lumina_CONFIG@lt (generated))Moo2016-09-19
| | | | | | | | Currently translated at 100.0% (376 of 376 strings)
* | Translated using Weblate (lumina_CONFIG@fa (generated))Hamid Sarmadi2016-09-19
| | | | | | | | Currently translated at 6.9% (26 of 376 strings)
* | Translated using Weblate (lumina_CONFIG@fa (generated))Hamid Sarmadi2016-09-16
| | | | | | | | Currently translated at 5.8% (22 of 376 strings)
* | Translated using Weblate (lumina_CONFIG@ru (generated))Koljasha2016-09-16
| | | | | | | | Currently translated at 100.0% (376 of 376 strings)
* | Translated using Weblate (lumina_CONFIG@fi (generated))Tommi Nieminen2016-09-16
| | | | | | | | Currently translated at 100.0% (376 of 376 strings)
* | Translated using Weblate (lumina_CONFIG@fi (generated))Tommi Nieminen2016-09-14
|/ | | | Currently translated at 100.0% (376 of 376 strings)
* 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.
* Quick sync commit between my system and master - nothing really changedKen Moore2016-09-06
|
* Make sure that going "back" to the main page automatically ↵Ken Moore2016-09-06
| | | | exapands/highlights the page that the user was just on.
* Add a checkbox to the compton page for enabling/disabling compositing.Ken Moore2016-08-18
|
* Add a configuration option to lumina-config for enabling/disabling the ↵Ken Moore2016-08-18
| | | | automatic desktop symlinks while a session is active.
* Move the lumina-config desktop entry over to the "Settings" category instead ↵Ken Moore2016-08-01
| | | | of Utility.
* Fix up the panel numbering in the new lumina-config interface.Ken Moore2016-07-26
|
* Fix up the "save" button activation for cursor theme changes.Ken Moore2016-07-26
|
* Fix a bug in the compton page: allow overwriting the settings file on save.Ken Moore2016-07-25
|
* Fix up *when* changes are detected on the general user options page of ↵Ken Moore2016-07-20
| | | | lumina-config.
* [INTERFACE CHANGE]Ken Moore2016-07-18
| | | | Adjust the text for the menu plugins page for consistency within the documentation.
* Ensure the checkbox for loading desktop icons properly reflects the setting ↵Ken Moore2016-07-07
| | | | in the file.
* Remove the "requires restart" message on the Compton page. Active re-loading ↵Ken Moore2016-07-07
| | | | of the compton configs was already added.
* Make lumina-config able to handle non-integer values for the panel settings ↵Ken Moore2016-07-06
| | | | as needed.
bgstack15