aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/defaults
Commit message (Collapse)AuthorAge
* Fix up a couple more things:Ken Moore2017-12-07
| | | | | | 1. Add option to load global styles from luminaDesktop.conf 2. Fix up the default icon/menu size of the start menu and item icons. 3. Fix up a signal/slot mis-connect in the start menu.
* Tag version 1.4.1Ken Moore2017-12-07
| | | | | Also fix up the loading of favorites/mime_defaults from the luminaDesktop.conf, Update the TrueOS default configuration file a bit.
* Update the default wallpaper for TrueOS (17.12)Ken Moore2017-12-07
|
* Add another layer of defaults to the wallpapers.Ken Moore2017-11-20
| | | | If nothing is specified, try to load the PREFIX/share/wallpapers/lumina-nature directory. If that does not exist, it will use the original fallback of the defaultBackground.jpg file in the share directory.
* Fix up the application of theme settings from the system config file.Ken Moore2017-09-21
|
* Add the ability to generate symlinks in the Desktop folder the first time ↵Ken Moore2017-08-18
| | | | Lumina starts up for a user, based on entries in the system's luminaDesktop.conf file.
* Change around the default settings for Lumina quite a bit:Ken Moore2017-08-18
| | | | | | | | 1) Turn on some themes by default (DarkGlass/Black) 2) Sync icon theme between desktop/lthemeengine 3) If DarkGlass/Black is for the desktop, automatically turn on the "darker" color scheme for applications within lthemeengine. 4) Ensure lumina-pdf is added as a default PDF viewer. 5) Change the wallpapers/interface for the TrueOS defaults.
* Add the "lockdesktop" menu plugin to the TrueOS default settings.Ken Moore2016-11-21
|
* Update the default luminaDesktop.conf files to try and associate the archive ↵Ken Moore2016-11-15
| | | | mimetypes with lumina-archiver by default.
* Fix a small typo in a disabled line in luminaDesktop.conf (so if people ↵Ken Moore2016-08-08
| | | | uncomment it to use the settings it will be valid).
* Add application/pdf mimetype defaults to the TrueOS settings.Ken Moore2016-08-02
|
* Update the TrueOS defaults a bit.Ken Moore2016-08-01
| | | | | 1) Remove peazip from the "tar" mimetypes 2) Add phototonic to the images/* mimetypes.
* Update the defaults for lumina a tiny bit (compton settings, Glass colors, ↵Ken Moore2016-07-25
| | | | fluxbox theme, etc..)
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-25
|\
| * Update the TrueOS defaults to include qterminal if it is installed.Ken Moore2016-07-22
| |
* | Ensure that a default compton.conf file is distributed with Lumina.Ken Moore2016-07-25
|/
* Fix the TrueOS default settings.Ken Moore2016-07-05
|
* Cleanup the build system for how the special OS-specific config ↵Ken Moore2016-06-28
| | | | file/wallpaper are added into the build. This now means that we can commit any generic *-${OS}.[jpg/conf] here to the defaults directory and it will automatically get pulled in at build time.
* Add files via uploadq5sys2016-06-28
|
* Cleanup the PC-BSD options in the Lumina desktop defaults.Ken Moore2016-06-21
|
* Add support for running generic user setup scripts/tools after parsing ↵Ken Moore2016-06-21
| | | | luminaDesktop.conf.
* Syncronize the pcbsd/lumina default settings.Ken Moore2016-06-20
|
* Another round of small bug fixes/tweaks:Ken Moore2016-06-16
| | | | | | | | | | 1) Fix up the desktopbar plugin to work with the new file locations for configs. 2) Fix up the replacement of the "~/" prefix on a file path with the users home dir. 3) Add default favorites for the ~/[Documents, Downloads, Pictures, Videos] directories. 4) Add the ability to specify quicklaunch apps within luminaDesktop.conf (almost the same as the favorites options). 5) Another couple tweaks for the Glass theme. 6) Have the non-applauncher desktop plugins fill in from the bottom-right of the screen. This provides automatic separation between the auto-generated launchers and other plugins. 7) Add a second, auto-hidden panel at the top of the primary screen by default with the desktopbar plugin there (for instance access to favorites & ~/Desktop files/dirs)
* 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.
* Add a couple more default mimetype associations for the text editor.Ken Moore2016-06-11
|
* Add the ability to specify mimetype defaults within luminaDesktop.conf, and ↵Ken Moore2016-06-09
| | | | also allow regex wildard matching when looking for default applications ("text/*" will grab all text mimetypes for instance).
* Fix a bunch of little things with the desktop:Ken Moore2016-06-02
| | | | | | | | | 1) Reset which dirs are watched for apps to be installed into every time the watcher updates (fixes the detection of KDE apps getting installed/removed) 2) Add a new LuminaUtils function for converting a .desktop or binary name into a full path (searching all the various system dirs until it finds the file) 3) Convert the luminaDesktop.conf parser to allow relative paths/filenames for favorite/default apps 4) Update the default luminaDesktop.conf file quite a bit so there are app actually setup out of box. 5) Update the luminaDesktop.conf parser to properly set mimetypes as needed. 6) Fix the install location of the lumina-fm icon.
* Rename/move the new RSS reader plugin to "rssreader" in the backend/source ↵Ken Moore2016-06-02
| | | | tree, update luminaDesktop.conf to include this plugin as well as other quick out-of-box shortcuts.
* 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