aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/main.cpp
Commit message (Collapse)AuthorAge
* Ensure that all Lumina tools/utilities are setup with high-DPI icons.Ken Moore2017-05-01
|
* Add the ability to specify "--page <page_id>" when running lumina-config to ↵Ken Moore2016-11-21
| | | | go to a particular page.
* 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)
* 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).
* 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.
* Re-enable the old UI - only 2 more pages left to convert before switching to ↵Ken Moore2016-06-27
| | | | the new interface completely.
* 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
|
* Add in the search capabilities within the new lumina-config UI.Ken Moore2016-06-27
|
* Switch back to the old UI for now (new one still not finished yet).Ken Moore2016-06-24
| | | | Also have the monitor selection on the new UI hidden if there is only one monitor available.
* Get the new theme page all setup and functional.Ken Moore2016-06-24
|
* 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)
* 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