aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Expand)AuthorAge
* Oops, forgot to make the new functions staticKen Moore2015-07-09
* Expand the QtQuick plugin format and put a couple more functions for finding/...Ken Moore2015-07-09
* Update the lumina themes and the PC-BSD color scheme a bit, and a couple more...Ken Moore2015-07-09
* Clean up a few other case-sensitive issues with the luminaDesktop.conf file l...Ken Moore2015-07-08
* Fix up the loading of luminaDesfaults.conf quite a bit (now it works properly...Ken Moore2015-07-08
* Fix the initial brightness detection for FreeBSD on new users/systems.Ken Moore2015-07-07
* Add a new option in luminaDesktop.conf for auto-generating desktop icons/laun...Ken Moore2015-06-23
* Adjust/verify all the XDG routines which touch a file based on the desktop na...Ken Moore2015-06-22
* Add a new function to luminaX11: WindowFrameGeometry() - returns the sizes of...Ken Moore2015-06-20
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-06-20
|\
| * Merge pull request #130 from pcbsd/linuxKen Moore2015-06-19
| |\
| | * Minor change to audio to make volume adjustment more tolerant.Jesse Smith2015-06-18
* | | Fix a bug in the writeFile() function when passed an empty list of text. This...Ken Moore2015-06-20
|/ /
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-06-18
|\|
| * Fixed selecting Linux template.Jesse Smith2015-06-17
* | 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
bgstack15