aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LuminaSingleApplication.cpp
Commit message (Collapse)AuthorAge
* Fix up the launching of the desktop sessionKen Moore2018-09-06
| | | | | | 1. Clear out the lockfiles for a session before launching it 2. Provide some mechanisms for returning lockfile paths without creating a new single-instance session. 3. A couple other random commits I still had staged on my laptop (settings menu tweak)
* Fix up the single application numbering.Ken Moore2018-02-01
| | | | Ensure that the "DISPLAY" number does not get modified between environments, only use the primary number rather than the whole number (0.0 and 0.1 both use display 0).
* Another large batch of work on Lumina 2.Ken Moore2018-01-31
| | | | | | 1. Bypass a Qt bug in multi-session "DISPLAY" number detection 2. Start getting the system tray all setup. Not quite there yet (still some QML issues) 3. Convert all the Menu's to QtControls2 (actually works on multiple screens)
* 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.
* Fix up the number->string conversion of UID in single application instanceKen Moore2017-12-05
|
* update LSingleApplication to use getuid instead of getloginq5sys2017-10-31
|
* remove whitespacingq5sys2017-09-06
|
* A few updates for lumina-screenshot:Ken Moore2017-07-31
| | | | | When selecting a window/area, make the window transparent. Ensure the single-instance system works for this apps (was not closing new process).
* Large amount of whitespace cleanup, and almost get the LuminaRandR class ↵Ken Moore2017-06-23
| | | | finished (one last calculation to do)
* Ensure that all Lumina tools/utilities are setup with high-DPI icons.Ken Moore2017-05-01
|
* 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