aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-09-08
|\
| * Merge pull request #2 from Nanolx/masterKen Moore2014-09-08
| |\ | | | | | | debian packaging scripts
| | * add runtime-dependenciesChristopher Roy Bratusek2014-09-06
| | |
| | * add long descriptions for packagesChristopher Roy Bratusek2014-09-06
| | |
| | * missing build-dependency on libx11-devChristopher Roy Bratusek2014-09-06
| | |
| | * better version of previous commitChristopher Roy Bratusek2014-09-06
| | |
| | * fix compilation on i386 on DebianChristopher Roy Bratusek2014-09-06
| | |
| | * add missing build-dep on libphonon-devChristopher Roy Bratusek2014-09-06
| | |
| | * debian packaging scriptsChristopher Roy Bratusek2014-09-06
| | |
| * | Merge pull request #3 from slicer69/linuxKen Moore2014-09-08
| |\ \ | | |/ | |/| Audio volume and screen brightness added for Linux
| | * 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.
* / Ignore key press events if both the Qt and the detected X key codes are 0 ↵Ken Moore2014-09-08
|/ | | | (unknown special key - better to not support rather than set an invalid keycode).
* Oops, forgot to add the new OSD background image to GIT.Ken Moore2014-09-05
|
* 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).
* Fix a bug with the taskmanager when multiple windows from the same ↵Ken Moore2014-09-05
| | | | | | application have the same title: make sure to properly select the window that was clicked. While here, also apply the libLumina dependency order to give preference to the locally/recently compiles libraries during the build if possible in all the lumina tools.
* Hide any external devices that are mounted on hidden directories in the file ↵Ken Moore2014-09-05
| | | | manager. These devices are generally for system-usage and not user browsing (such as the FUSE mountpoint for .gvfs)
* Remove USE_CDRTOOLSKris Moore2014-09-04
|
* Update SysMenuQuick.cppKen Moore2014-09-04
| | | Change the "charging" text to "connected" instead, since if it is at %100 it is no longer technically charging....
* Update README.mdKen Moore2014-09-04
|
* Remove restriction to FreeBSD 10.0 and laterKris Moore2014-09-04
|
* Fix pkg-descr so it has websiteKris Moore2014-09-04
|
* Fix pkg-plist typoKris Moore2014-09-04
|
* Apply the recent keypress bugfix/debugging to the new repo source as well.Ken Moore2014-09-04
|
* Fix lumina pkg-plist, fix compiling from ports and add the mkport.sh scriptKris Moore2014-09-04
|
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
|
* Initial commitKris Moore2014-09-04
bgstack15