aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/pages
Commit message (Collapse)AuthorAge
* 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 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).
* 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.
* 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.
* Add a note that the compton settings will require a restart to take effect.Ken Moore2016-07-05
|
* Add a new page to lumina-config. This page allows the user to view/change ↵Ken Moore2016-07-05
| | | | settings for "compton" as needed.
* Also add the "Advanced/Simple" editors to the fluxbox keys page.Ken Moore2016-07-05
|
* Add a full fluxbox init file editor to lumina-config as an "advanced" editor ↵Ken Moore2016-07-05
| | | | mode.
* Add the new jsonmenu menu plugin to lumina-config, with a new dialog for ↵Ken Moore2016-06-30
| | | | setting it up.
* Finish up the switch over to the new UI for lumina-configKen Moore2016-06-28
|
* Add in the last 2 converted pages (session_[locale/options]). Leave the new ↵Ken Moore2016-06-28
| | | | UI enabled now.
* Oops - forgot to add the page_interface_panels files to git.Ken Moore2016-06-28
|
* Get the new menu interface page converted over.Ken Moore2016-06-27
|
* Get the panel interface page all converted over to the new UI.Ken Moore2016-06-27
|
* Get the desktop interface page all converted over to the new UI.Ken Moore2016-06-27
|
* Get the Fluxbox settings page all converted over.Ken Moore2016-06-27
|
* Get the new fluxbox-keys page all converted over to the new UI.Ken Moore2016-06-27
|
* Switch back to the old UI for now.Ken Moore2016-06-27
|
* Get the default apps page all converted over to the new UI.Ken Moore2016-06-27
|
* Add in sample page files for copy/modify later.Ken Moore2016-06-27
|
* Add in the new autostart services UI page. Also cleanup a bit more of the ↵Ken Moore2016-06-27
| | | | shortcuts and page interactions.
* Finish up the interactions on the main selection page in the new UI.Ken Moore2016-06-27
|
* Add in the search capabilities within the new lumina-config UI.Ken Moore2016-06-27
|
* Get the new theme page all setup and functional.Ken Moore2016-06-24
|
* Get the new "wallpaper" page all setup and functional, as well as finish ↵Ken Moore2016-06-24
| | | | testing the new page loading and monitor-changing systems.
* Get a lot more of the new lumina-config layout all setup. Now the main page ↵Ken Moore2016-06-22
| | | | has all the loading/parsing routines built in, and the main window will perform the button actions as needed.
* Get the general page loading system all setup for the new mainWindow class.Ken Moore2016-06-22
|
* Get the new lumina-config UI all setup and tied into the build for ↵Ken Moore2016-06-22
| | | | compilation checks (old UI still actually used at the moment though)
* Continue splitting up all the various pages/tabs into distinct pages for ↵Ken Moore2016-06-22
| | | | | | lumina-config. All the UI files are now split up - starting to add in the cpp/h files now. (Still not tied into build yet)
* Add some more individual UI pages.Ken Moore2016-06-17
|
* Start splitting up the mainUI form into individual pages (not tied into ↵Ken Moore2016-06-17
build yet)
bgstack15