aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-09-15
|\ \
| * | Add support for OpenBSD.Antoine Jacoutot2014-09-13
| | |
* | | Fix a bug in the *.desktop parsing for luminaXDG. It was previously mixing ↵Ken Moore2014-09-15
|/ / | | | | | | the different "entries" in the file, and now it only uses the required "Desktop Entry" section.
* / Clean up the usage/detection of the "URGENT" window status, and also move ↵Ken Moore2014-09-12
|/ | | | the AppStore/ControlPanel/QtConfig shortcut definitions into the LuminaOS class for use in other OS's.
* Also fix the PREFIX settings for the new dragonfly OS file.Ken Moore2014-09-12
|
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-09-12
|\ | | | | | | | | Conflicts: libLumina/LuminaXDG.cpp
| * Merge pull request #5 from mneumann/masterKen Moore2014-09-12
| |\ | | | | | | File went into wrong directory
| | * File went into wrong directoryMichael Neumann2014-09-12
| | |
| * | Merge pull request #4 from mneumann/masterKen Moore2014-09-11
| |\| | | | | | | Port Lumina to DragonFly
| | * Port Lumina to DragonFlyMichael Neumann2014-09-11
| | |
* | | Move all the OS-specific path PREFIX settings into LuminaOS so that we don't ↵Ken Moore2014-09-12
|/ / | | | | | | have all the different defines all over the place.
* / Update the *.desktop "Exec=" compliance to the standards as of 9/9/2014 in ↵Ken Moore2014-09-09
|/ | | | LuminaXDG
* Move the temporary brightness setting file into the users .lumina directory. ↵Ken Moore2014-09-08
| | | | That will let it persist between login sessions, allowing Lumina to automatically return to the previous setting on login.
* The following features have been added to the Linux port:Jesse Smith2014-09-07
| | | | | | | | | | Added battery level detection and AC/battery detection. Added detached audio mixer. Confirmed screen brightness adjustment works. Also cleaned up DEPENDENIES file, separating FreeBSD and Linux requirements. Both sections of the file now include full package/port names of dependencies on both operating systems to make it easy to get all build requirements, runtime requirements and optional components.
* Added audio volume control to Linux. Added initial code for changing screen ↵Jesse Smith2014-09-06
| | | | brightness on Linux and updated dependnecy list. Added template file for future operating system support.
* Added volume control and initial screen brightness control code to Linux. ↵Jesse Smith2014-09-06
| | | | Updated dependencies and added template file for future operating system support.
* Add a simple OSD to the audio/brightness up/down options in lumina-open ↵Ken Moore2014-09-05
| | | | (since these are what the keyboard shortcuts run). Also adjust the window list filter to cut out any "Lumina-" utilities that do not provide a custom window title (such as the OSD or other splashscreens).
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15