aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils
Commit message (Collapse)AuthorAge
* 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
|
* 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 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.
* 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.
* Update Lumina plugin names/descriptionsMrt1342016-07-05
| | | | - Altered names and descriptions for some of the Lumina desktop/menu/panel plugins.
* 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.
* Ensure that lumina-config defaults to looking in the system-installed ↵Ken Moore2016-07-01
| | | | scripts directory for menu scripts.
* Fix the check routine in the new script finder dialog.Ken Moore2016-06-30
|
* 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
|
* 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 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
|
* 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 "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)
* 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
|
* 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)
* Another large batch of updates:Ken Moore2016-06-14
| | | | | 1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina 2) Update the Glass theme a bit more.
* 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.
* Fix the RSS reader plugin setting within lumina-config. Now it can ↵Ken Moore2016-06-09
| | | | add/detect the plugin properly.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-06-08
|\
| * Adjust the last couple utilities to use the new application/[terminal/email] ↵Ken Moore2016-06-08
| | | | | | | | mimetypes.
* | 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.
bgstack15