aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina
Commit message (Expand)AuthorAge
* Tag version 1.2.1 on the master branch in preparation for new changes from th...Ken Moore2017-01-04
* Tag version 1.2.0 in the source tree.Ken Moore2017-01-03
* Add a new function to the XDGDesktop class:Ken Moore2016-12-29
* Commit another small fix for the mimetype systems.Ken Moore2016-12-19
* Fix the mimetype matching routine to support multiple-extension formats bette...Ken Moore2016-12-16
* Get the new input device routines almost ready. Still have the page disabled ...Ken Moore2016-12-06
* 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 synt...Ken Moore2016-11-22
* Revert "Revert "search clear function on ESC press""Ken Moore2016-11-20
* Revert "search clear function on ESC press"q5sys2016-11-20
* Commit some more work on the new input device framework. Got the properties g...Ken Moore2016-11-17
* Get a bit more of the input device class working - using lumina-config for te...Ken Moore2016-11-17
* Oops - make sure the LInput funcions are public and staticKen Moore2016-11-17
* Add in the beginnings of a new backend class for managing input devices (LInp...Ken Moore2016-11-17
* Bump the copyright year on the LuminaX11 files.Ken Moore2016-11-17
* Clean up some more of the library project files.Ken Moore2016-11-10
* Tag version 1.1.2 internally (Lumina Library no longer in existence)Ken Moore2016-11-10
* LARGE UPDATE:Ken Moore2016-11-07
* Convert the ResizeMenu class into it's own files:Ken Moore2016-11-03
* Add the beginnings of the new RandR xcb backend to LuminaKen Moore2016-10-27
* Add PulseAudio support into the FreeBSD backend if a PICO session is detected.Ken Moore2016-10-25
* Tag version 1.1.1 within the master branch.Ken Moore2016-10-21
* Tag version 1.1.0 in the source treeKen Moore2016-10-21
* Large update/refactor of desktop widgets.Ken Moore2016-10-18
* Oops - forgot to save the fallback CPU temperature reading into the variable.Ken Moore2016-10-14
* Adjust the FreeBSD CPU temperature routine to use the dev.cpu.* values if ava...Ken Moore2016-10-11
* Fix a bug in LFileInfo, and update lumina-fileinfo to show the size of the im...Ken Moore2016-10-11
* Convert over the desktop/panel settings to be based on screen ID instead of s...Ken Moore2016-10-05
* Fix the bytes to display function in the case where the number of bytes *exac...Ken Moore2016-10-03
* Add an additional default-valued constructor for LFileInfo.Ken Moore2016-09-28
* Make sure that the extra lumina utilities check/set the XDG_* environment var...Ken Moore2016-09-26
* Add a new file to be distributed with Lumina:Ken Moore2016-09-23
* Finish up the depretiation of the old systemapps fetching function.Ken Moore2016-09-23
* Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
* Fix the memory usage issue with Lumina and the application list on the system...Ken Moore2016-09-21
* Add an "==" operator to the XDGDesktop class. Found a note in the QHash docs ...Ken Moore2016-09-21
* Have the internal QHash run "squeeze" after every update run - just to ensure...Ken Moore2016-09-21
* Another small fix to try and correct the memory leak.Ken Moore2016-09-21
* Another quick fix to try and track down where Lumina is leaking memory within...Ken Moore2016-09-21
* Commit a small cleanup for the auto-loading of the apps list on the system.Ken Moore2016-09-21
* Change the CPU temperature finder a bit:Ken Moore2016-09-19
* Clean up how the system app finder/parser is saved in memory a bit. Trying to...Ken Moore2016-09-16
* Fix up the "launch in terminal" functionality to use whatever the currently-r...Ken Moore2016-09-08
* Add a special case check to the cursor theme settings - don't allow "default"...Ken Moore2016-08-30
* When saving autostart preferences, make sure the local autostart directory ex...Ken Moore2016-08-26
* Another small fix for the application auto-update routine.Ken Moore2016-08-24
* Fix up the auto-creation/removal of application symlinks when apps are instal...Ken Moore2016-08-23
* Add some extra checks to the LuminaXDG application listing routine for when i...Ken Moore2016-08-22
* Add in pending update detection/skipping ability to the main logout window (n...Ken Moore2016-08-18
* Setup the desktop to use the new XDGDesktopList directly (disables a lot of t...Ken Moore2016-08-18
bgstack15