aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LSession.cpp
Commit message (Expand)AuthorAge
* Switch to pkill from killall for restarting Fluxbox/ComptonKen Moore2020-03-25
* Some consistency issues with screen sizes.Ken Moore2020-02-04
* Fix the desktop/plugin screen detection (raw geom, not available).Ken Moore2020-01-31
* screenGeometry/screenCount -> QGuiApplication::screens(). LSession.cpplbartoletti2019-10-22
* A few fixes for Lumina:Ken Moore2018-08-22
* A little bit of cleanup for Lumina 1, try to get better detection of when the...Ken Moore2018-05-23
* desktop: support /run/media (user removable devices)Ole-André Rodlie2018-05-11
* Cleanup the icon loading routines for battery status.Ken Moore2018-04-27
* Fix up the audio chimes routines:Ken Moore2018-04-24
* Fix up the clipboard persistance.Ken Moore2018-04-17
* lumina-desktop: add basic clipboard supportOle-André Rodlie2018-04-14
* Bump the minor version of Lumina to 1.4.2Ken Moore2018-02-09
* redo shell logout to Luminaq5sys2018-02-07
* Revert "add shell logout to Lumina"q5sys2018-02-07
* add shell logout to Luminaq5sys2018-02-07
* Add a failsafe setting into the 1.4.x lumina-desktop:Ken Moore2018-01-17
* Ensure the mouse cursor "busy" icon is used for 3 seconds when launching an e...Ken Moore2017-10-31
* Speed up some of the desktop init procedures again.Ken Moore2017-10-25
* Clean up the session file-init routine.Ken Moore2017-10-16
* Try to ensure that the transient QApplication for user file checks/updates is...Ken Moore2017-10-06
* Urg - more fixes...Ken Moore2017-09-21
* Oops - need to make sure that status function does not access any global QApp...Ken Moore2017-09-21
* Make sure we don't run the checkUserFiles() function a second timeKen Moore2017-09-21
* Fix up the loading of the theme settings before the session is started in Lum...Ken Moore2017-09-21
* Turn off the mouse override cursor when launching apps. The new "ExternalProc...Ken Moore2017-09-08
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-08-15
|\
| * Resynced translation files and fixed translations of the boot splash UIZackaryWelch2017-08-15
* | Couple quick updates to LSession - not enabled at the moment.Ken Moore2017-08-15
|/
* get basic user defined sound enabledq5sys2017-08-03
* Disable the QT_AUTO_SCREEN_SCALE_FACTOR usage in the Lumina app environment (...Ken Moore2017-06-26
* Fix the migration routine when moving from the "default" monitor ID (vesa, sc...Ken Moore2017-06-19
* Fix up the audio volume reset on login into Lumina.Ken Moore2017-06-10
* Clean up some of the Lumina session init/cleanup. Trying to track down why th...Ken Moore2017-06-10
* Get the new Icon Cache system implemented and turned on for the desktop "appl...Ken Moore2017-05-26
* Disable the VirtualBox fullscreen detection/fix logicKen Moore2017-05-25
* enable some debugging on the virtualbox window detection/adjustment routine.Ken Moore2017-05-25
* Try to detect/fix the fullscreen/background window issue on Fluxbox.Ken Moore2017-05-25
* Add the ability to scan/migrate desktop/panel settings from one monitor ID to...Ken Moore2017-05-18
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-03
|\
| * Ensure that all Lumina tools/utilities are setup with high-DPI icons.Ken Moore2017-05-01
* | Clean up how the high-DPI settings for lumina are detected/enabled.Ken Moore2017-05-03
|/
* Clean up the automatic DPI scaling support in Lumina.Ken Moore2017-04-28
* Add add the option to watch a "/tmp/.autofs_change" file which will prompt fo...Ken Moore2017-01-12
* Add the ability to show "/media/*" shortcuts on the Lumina desktop. This will...Ken Moore2017-01-12
* Create a new "ExternalProcess" class in the library directory which is specif...Ken Moore2017-01-04
* Commit some cleanup of the monitor layout change detection/handling again.Ken Moore2016-12-22
* Make the start menu open faster by only loading the favorites *when the file/...Ken Moore2016-12-02
* Get rid of the "fortune" usage, and replace it with a built-in system of tips...Ken Moore2016-12-01
* A few more tweaks for the boot splash. Font weights and such to better accent...Ken Moore2016-11-30
* Speed up the initial loading of the desktop at start, and delay the auto-star...Ken Moore2016-11-12
bgstack15