Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Finish up the theme engine migration path (works fine now - after some testing). | Ken Moore | 2017-10-31 |
| | | | | Also some random whitespace cleanup | ||
* | Add an upgrade path for moving theme settings from the old format to the new ↵ | Ken Moore | 2017-10-31 |
| | | | | | | theme engine. Also turn on the mouse cursor "loading" image again when launching an external process (for 3 seconds) | ||
* | Clean up the session file-init routine. | Ken Moore | 2017-10-16 |
| | | | | Now the user files are scanned/created from within the start-lumina-desktop process, not the desktop process. This fixes the loading of the theme engine for the desktop process on first-run situations, and also ensures that the desktop process does not need to make any major changes to it's configs while it is still running. | ||
* | Final fix - re-enable some backwards-compatible code and put a big warning ↵ | Ken Moore | 2017-09-21 |
| | | | | at the top of the function | ||
* | Urg - more fixes... | Ken Moore | 2017-09-21 |
| | |||
* | Quick fix to ensure the status checkUserFiles function truly is static | Ken Moore | 2017-09-21 |
| | |||
* | Oops - need to make sure that status function does not access any global ↵ | Ken Moore | 2017-09-21 |
| | | | | QApplication instance. | ||
* | Fix up the application of theme settings from the system config file. | Ken Moore | 2017-09-21 |
| | |||
* | Quick tag of version 1.3.3 in source (theme engine finished/integrated) | Ken Moore | 2017-09-19 |
| | |||
* | Put a failsafe in for overwriting default apps: | Ken Moore | 2017-09-08 |
| | | | | If the ${XDG_CONFIG_HOME}/lumina-mimeapps.list files exists, never re-write the default applications from the system configuration file rules. | ||
* | Add the ability to generate symlinks in the Desktop folder the first time ↵ | Ken Moore | 2017-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 Moore | 2017-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. | ||
* | Tag version 1.3.2 in source. | Ken Moore | 2017-08-11 |
| | | | | This will help identify if people are at the point where lumina-pdf and lumina-theme-engine are integrated or not. | ||
* | Tag version 1.3.1 in the source tree (no differences from 1.3.0 yet) | Ken Moore | 2017-06-26 |
| | |||
* | Tag Version 1.3.0 in source | Ken Moore | 2017-06-26 |
| | | | | Ensure the translation files are all in sync as well. | ||
* | Add the ability to scan/migrate desktop/panel settings from one monitor ID ↵ | Ken Moore | 2017-05-18 |
| | | | | to another on the first start of the desktop, and enable that migration for single-monitor arrangements. | ||
* | Bump the version of Lumina to 1.2.2, and put a CONFLICTS line with 1.2.1 in ↵ | Ken Moore | 2017-05-14 |
| | | | | the new port files. | ||
* | Silence a compile warning in LDesktopUtils (unused variable) | Ken Moore | 2017-02-27 |
| | |||
* | Tag version 1.2.1 on the master branch in preparation for new changes from ↵ | Ken Moore | 2017-01-04 |
| | | | | the recent 1.2.0 release. | ||
* | Tag version 1.2.0 in the source tree. | Ken Moore | 2017-01-03 |
| | |||
* | Oops - NOW the desktop/panel settings-reload will work. | Ken Moore | 2016-11-22 |
| | |||
* | Fix up the default settings-setting routine to use the new panel/desktop ↵ | Ken Moore | 2016-11-22 |
| | | | | syntax when setting the default configuration for the primary monitor. | ||
* | Tag version 1.1.2 internally (Lumina Library no longer in existence) | Ken Moore | 2016-11-10 |
| | |||
* | LARGE UPDATE: | Ken Moore | 2016-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) |