aboutsummaryrefslogtreecommitdiff
path: root/lumina-config
Commit message (Collapse)AuthorAge
* Update all the *.pro files to add a new NO_I18N config option which prevents ↵Ken Moore2015-07-14
| | | | the installation of the translation files (the translations in this repo are highly incomplete, you should use the translation files from the lumina-i18n repo instead since that is where almost all the translation work is being committed).
* Clean up a few last things in lumina-config:Ken Moore2015-07-10
| | | | | | 1) Centering the app selection window on the parent 2) When a special keypress is detected (no modifiers), prepend "None" to the Fluxbox key string (seems to be more reliable). 3) After saving the list of desktop plugins, have it re-load the setting from the file 1 second later to catch the unique identifiers that each plugin was assigned by the desktop.
* Update lumina-config to list all desktop plugins on the screen, and only ↵Ken Moore2015-07-09
| | | | make changes when the user clicks "save". Also adjust the viewport for the panel widgets a bit (ensure sizing, scroll to end on new panel, etc..)
* Add knownledge of QtQuick plugins to lumina-configKen Moore2015-07-09
|
* Remove the context menu on the toolbar in lumina-configKen Moore2015-07-09
|
* fix build with qt 5.5rezso2015-07-05
| | | https://gist.github.com/rezso/c050801e6fa5b4b10715
* Add a new PanelWidget to lumina-config. This allows the user to add more ↵Ken Moore2015-06-26
| | | | than 2 panels to each screen, and panels can be removed individually (not just the last one).
* Add a checkbox for allowing the auto-creation of desktop icons on each ↵Ken Moore2015-06-18
| | | | individual screen.
* Ensure that the "change User icon" button in lumina-config only makes the ↵Ken Moore2015-05-22
| | | | cahnge pending until the user clicks the save button.
* Finish cleaning up the new CPU/Memory desction routines in libLumina, and ↵Ken Moore2015-05-22
| | | | add a new desktop plugin for monitoring system statistics (CPU/Mem usage, CPU temps).
* Add the ability to set solid-color backgrounds within Lumina, and add this ↵Ken Moore2015-05-20
| | | | option to lumina-config.
* Fix a bug in lumina-config where saving settings during a screen change was ↵Ken Moore2015-05-15
| | | | saving the settings on the new screen instead of the old one.
* Finish cleaning up the new XDG autostart write-support and enable it in ↵Ken Moore2015-05-12
| | | | | | lumina-config. Now Lumina use the XDG spec entirely for auto-starting applications/utilities. NOTE: The conversion routine from the old->new autostart spec has not been implemented yet, so the old file will still be used for a short while (just not changeable through lumina-config).
* Update the documentation on the ROADMAP and the plugins available in the ↵Ken Moore2015-05-01
| | | | comments for the default luminaDesktop.conf
* Add the new panel length/alignment options to lumina-configKen Moore2015-04-25
|
* Don't disable the save button on the "defaults" page any more. The autostart ↵Ken Moore2015-04-22
| | | | tab (on that page) queues up changes and needs that button visible.
* Make sure to load the default value for the new datetimeorder session value ↵Ken Moore2015-04-20
| | | | (timeonly) if nothing was saved in the config file.
* UI for DateTimeOrderChristopher Roy Bratusek2015-04-19
|
* A couple changes to lumina-config:Ken Moore2015-04-17
| | | | | 1) Fix loading the current "applauncher" panel plugins for the second panel. 2) If the save button is active when the "defaults" page is selected, keep the save button visible until clicked.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-03-24
|\
| * Add a new panel plugin: applauncherKen Moore2015-03-16
| | | | | | | | This is a quick shortcut for launching a single application - effectively "pinning" an application to a panel.
| * Truncate the timezone country names to 20 characters. (more than enough to ↵Ken Moore2015-03-14
| | | | | | | | see what the country is)
| * Add the ability to set/use custom timezones on the system - defaulting to ↵Ken Moore2015-03-14
| | | | | | | | the system time (whatever that might be).
| * Clean up some of the Lumina theme watcher usage (add a 1/2 second delay ↵Ken Moore2015-03-12
| | | | | | | | after file change before loading the new settings).
* | Adjust the panel settings adjustment routine a bit more. Now it will no ↵Ken Moore2015-03-05
|/ | | | longer activate the save button when changing tabs on a panel.
* Fix an issue with how the panel configuration was adjusting the "other" ↵Ken Moore2015-03-02
| | | | panel settings - the change was bouncing back and triggering the first panel adjustment again - changing locations back to top/bottom instead of where they were set originally.
* Fix a couple bugs in the panel settings detection.Ken Moore2015-02-17
|
* Fix some panel interactions.Ken Moore2015-02-17
| | | | | 1) Found/fixed a bug with a panel mis-reporting which number it was. 2) Clean up the panel interface management in lumina-config.
* Add the ability to "reset" an application back to defaults in lumina-config ↵Ken Moore2015-02-17
| | | | - and setup the web browser/email/file manager/terminal buttons to use this functionality.
* Add the ability to set different date/time formats on a session-wide scale, ↵Ken Moore2015-02-05
| | | | and have the clock plugin instantly update to the new format (backwards compatible with no formats set)
* Another bit of cleanup/rearranging in lumina-config.Ken Moore2015-02-05
|
* Re-arrange the lumina-config UI a bit. Now the different sections are ↵Ken Moore2015-02-05
| | | | grouped together a bit more intuitively.
* Add a new dialog for prompting the user to select a plugin (of any type). ↵Ken Moore2015-02-05
| | | | Also ensure that these custom dialogs are centered on the parent window.
* Clean up the default theme template a bit more, and remove some leftover ↵Ken Moore2015-02-04
| | | | stylesheet declarations in the lumina-config ui file.
* Add a bit of a margin above the save button in lumina-configKen Moore2015-02-03
|
* Add an "apply" button to the lumina-config theme editor. Now the "save" ↵Ken Moore2015-02-03
| | | | button is for saving the theme to file (without closing the editor), and "apply" will both save and close the editor. Also make sure the save and apply buttons are actively enabled/disabled as necessary.
* Also fix a bug in lumina-config where the app selection dialog needed to be ↵Ken Moore2015-01-21
| | | | centered on the screen.
* Finish committing the last of the new distribution defaults framework. Also ↵Ken Moore2015-01-21
| | | | adjust the port plist, and add options to reset the system settings to default to lumina-config.
* Add the ability to change the user's icon via session->general options (will ↵Ken Moore2015-01-21
| | | | also change the icon in PCDM if the home directory is not encrypted with PEFS).
* Add the new appmenu (Start Menu) plugin to lumina-config.Ken Moore2015-01-21
|
* Add the new home button plugin to lumina-config.Ken Moore2015-01-19
|
* Add knowledge of the new Panel theme setting to lumina-config.Ken Moore2015-01-19
|
* Add the new audioplayer desktop plugin to lumina-config as well.Ken Moore2015-01-16
|
* use QT5LIBDIR in all qmake filesChristopher Roy Bratusek2015-01-08
|
* Add support for the LIBPREFIX qmake variable for all the project files. This ↵Ken Moore2015-01-03
| | | | allows a user to run qmake LIBPREFIX="something" PREFIX="something" to ensure that libraries are found in the proper location.
* Make sure to adjust the lumina-[fm/config] main.cpp to account for the new ↵Ken Moore2015-01-02
| | | | LuminaSingleApplication usage (which auto-loads translation files).
* Make the taskmanager plugin capable of two modes:Ken Moore2014-12-31
| | | | | | 1) The normal mode/behaviour is to group windows by application (backwards compatible) 2) The "-nogroups" mode ensures that every window gets it's own button (uses a lot more space on the panel since it need to put part of the window title on each button too) This two modes are treated as distinct plugins via lumina-config for simplification purposes.
* Clean up how translations are loaded for all the Lumina utilities, and also ↵Ken Moore2014-12-30
| | | | apply the relative path fixes to all LSingleApplication's forwarded inputs.
* Clean up all the Qt5 *.pro files a bit. Now they should always work.Ken Moore2014-12-23
| | | | | | | | | Also do a large clean up of the file operations in lumina-fm: 1) When doing copies of directories, make sure to properly copy all child files/dirs (no matter how deep) 2) Clean the order of directory copies so that you can successfull make a copy of a directory into itself (copy ~/Test -> ~/Test/Test for example) 3) Check for attempting to *move* a directory into itself and show a warning to the user about an invalid operation. 4) Get the total number of files/dirs to be operated on before starting operations. This allows the UI to be more detailed about what it is doing at that particular time. 5) If a directory fails to copy for some reason, don't try to copy all the children of that directory either (they will all fail and just bloat the list of errors)
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-12-18
|\
bgstack15