aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LDesktopUtils.cpp
Commit message (Collapse)AuthorAge
* 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