aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Expand)AuthorAge
* Add a quick verification to the favorites system to ensure that the directory...Ken Moore2015-06-18
* Debian updates:Christopher Roy Bratusek2015-06-12
* Add a QtQuick sample plugin and disable the new panel container for QtQuick p...Ken Moore2015-06-12
* Oops, fix a typo where the accent color was still being used for the highligh...Ken Moore2015-06-11
* Add two new plugins for Lumina: QuickPPlugin, QuickDPlugin (panel/desktop res...Ken Moore2015-06-11
* Update the luminaDesktop.conf file format/syntax a bit. Now it uses "_" as th...Ken Moore2015-06-11
* Add a new function to LuminaOS: DiskUsage()Ken Moore2015-06-10
* Adjust the themes to use the PRIMARY colors instead of the ACCENT colors for ...Ken Moore2015-06-10
* Update the memory calculation for FreeBSD/PC-BSD to also use the kernel info ...Ken Moore2015-06-10
* Adjust how the CPU/Temperature monitoring functions work on FreeBSD/PC-BSD. N...Ken Moore2015-06-10
* Add new options to the system-wide settings configuration file:Ken Moore2015-05-28
* Add a new LUtils::imageExtensions() function, and setup the lumina-desktop pl...Ken Moore2015-05-28
* Add the ability to show binaries on the lumina-search output as well as *.des...Ken Moore2015-05-25
* Merge pull request #126 from Nanolx/masterKen Moore2015-05-22
|\
| * update Debian supportChristopher Roy Bratusek2015-05-22
| * LUtils::getCmdOutput enforce LANG=CChristopher Roy Bratusek2015-05-22
* | Merge pull request #125 from pcbsd/linuxKen Moore2015-05-22
|\ \ | |/ |/|
| * Make sure disabled numlock stays off. Updated Linux shutdown command.Jesse Smith2015-05-22
* | Commit some debug output for the new Memory/CPU calculations.Ken Moore2015-05-22
|/
* Finish cleaning up the new CPU/Memory desction routines in libLumina, and add...Ken Moore2015-05-22
* Add a few new functions to LuminaOS:Ken Moore2015-05-21
* Update the included themes to ensure that the new Boot Splash is themed properlyKen Moore2015-05-21
* Add a fix for loading icons for Wine applications.Ken Moore2015-05-20
* Fix a couple possible parsing issues with loading system/lumina defaults (rem...Ken Moore2015-05-13
* Finish cleaning up the new XDG autostart write-support and enable it in lumin...Ken Moore2015-05-12
* Large update to the XDG autostart spec - Add full write support in libLumina.Ken Moore2015-05-12
* Have lumina assign an internal "non-mimetype" to files that do not have a mat...Ken Moore2015-05-12
* Clean up the new theme modifications a bit to remove some duplications and un...Ken Moore2015-05-08
* Merge pull request #111 from william-os4y/iconLayoutKen Moore2015-05-08
|\
| * Adapt the theme for the other pluginswi2015-05-08
| * correct the menu colors of the desktop's iconswi2015-05-05
| * New icon layout for the icons on the desktopwi2015-05-05
* | Don't try to free(3) a pointer to stack.Vadim Zhukov2015-05-05
|/
* improve the decision regarding valid desktop files by check if Name and Type ...wi2015-04-30
* Tag the version in the master branch of the source tree 0.8.5-devel now (sinc...Ken Moore2015-04-28
* Tag version 0.8.4-Release in preparation for branching.Ken Moore2015-04-28
* Add support for system-defined default non-mime applications in the luminaDes...Ken Moore2015-04-25
* Finish getting the new Favorites system cleaned up in libLumina. Now it is re...Ken Moore2015-04-25
* Add (but disable by default) some additional debuggin information. Also turn ...Ken Moore2015-04-25
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-24
|\
| * shutdown/reboot/suspend via systemd on DebianChristopher Roy Bratusek2015-04-23
* | Make sure to check for the existance of the "xbrightness" utility when doing ...Ken Moore2015-04-24
|/
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-22
|\
| * lsb_release path for DebianChristopher Roy Bratusek2015-04-21
* | Move the initial screen brightness and volume setting routines into the sessi...Ken Moore2015-04-22
|/
* Add the ability to use percentages of the screen for panel sizes (%W for perc...Ken Moore2015-04-20
* Update th elibLumina.pro:Ken Moore2015-04-20
* Remove the last libX11 usage in the sytem tray protocols. Move the damage ID ...Ken Moore2015-04-20
* Merge pull request #88 from Nanolx/masterKen Moore2015-04-20
|\
| * auto-detect Debian vs. non-Debian Linux distributionChristopher Roy Bratusek2015-04-19
bgstack15