aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LDesktopUtils.cpp
Commit message (Collapse)AuthorAge
* Bump the minor version of Lumina to 1.4.2Ken Moore2018-02-09
| | | | This includes some larger changes to lumina-pdf, and some fixes for the 1.x session (battery chimes and such)
* 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.
* Make sure the new traynotification-simple stylesheet is used.Ken Moore2017-12-07
| | | | | * Fix the pkg plist to account for it * Add it to the default style list
* 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.
* Bump the version of Lumina to 1.4.0Ken Moore2017-11-20
| | | | Also ensure the lumina-theme-engine uses the same versioning system.
* Finish up the theme engine migration path (works fine now - after some testing).Ken Moore2017-10-31
| | | | Also some random whitespace cleanup
* Add an upgrade path for moving theme settings from the old format to the new ↵Ken Moore2017-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 Moore2017-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 Moore2017-09-21
| | | | at the top of the function
* Urg - more fixes...Ken Moore2017-09-21
|
* Quick fix to ensure the status checkUserFiles function truly is staticKen Moore2017-09-21
|
* Oops - need to make sure that status function does not access any global ↵Ken Moore2017-09-21
| | | | QApplication instance.
* Fix up the application of theme settings from the system config file.Ken Moore2017-09-21
|
* Quick tag of version 1.3.3 in source (theme engine finished/integrated)Ken Moore2017-09-19
|
* Put a failsafe in for overwriting default apps:Ken Moore2017-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 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.
* Tag version 1.3.2 in source.Ken Moore2017-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 Moore2017-06-26
|
* Tag Version 1.3.0 in sourceKen Moore2017-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 Moore2017-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 Moore2017-05-14
| | | | the new port files.
* Silence a compile warning in LDesktopUtils (unused variable)Ken Moore2017-02-27
|
* Tag version 1.2.1 on the master branch in preparation for new changes from ↵Ken Moore2017-01-04
| | | | the recent 1.2.0 release.
* Tag version 1.2.0 in the source tree.Ken Moore2017-01-03
|
* Oops - NOW the desktop/panel settings-reload will work.Ken Moore2016-11-22
|
* Fix up the default settings-setting routine to use the new panel/desktop ↵Ken Moore2016-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 Moore2016-11-10
|
* 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)
bgstack15