aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Expand)AuthorAge
* Commit a couple loose changes to libLuminaXDGKen Moore2015-01-16
* Update the Lumina-default theme template to work properly with Qt5.Ken Moore2015-01-05
* Clean up the Panel/Taskmanager XCB usage quite a bit. Now the panel is "seen"...Ken Moore2015-01-05
* Quick checkpoint of additional XCB improvements/fixes. Still having an issue ...Ken Moore2015-01-05
* Add support for the LIBPREFIX qmake variable for all the project files. This ...Ken Moore2015-01-03
* Make sure that the system encoding is loaded with QTextCodec before doing any...Ken Moore2015-01-02
* Large update of XLib -> XCB usageKen Moore2015-01-01
* Make sure that any argv[] -> QString translations from CLI input are run thro...Ken Moore2015-01-01
* Be a little bit more careful about the handling of the "Exec=" field codes in...Ken Moore2014-12-31
* Clean up how translations are loaded for all the Lumina utilities, and also a...Ken Moore2014-12-30
* Commit some more XLib->XCB conversions (everything for the task manager), and...Ken Moore2014-12-30
* Add a quick check to the FreeBSD screen brightness functions for not allowing...Ken Moore2014-12-29
* Fix the detection of the active window via XCB as well: now all the window st...Ken Moore2014-12-19
* Fix up the sticky status-setting routine for the Lumina Panel. Now the WM wil...Ken Moore2014-12-19
* Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
* Finish up the new Mime type default app usage in lumina-config and lumina-ope...Ken Moore2014-11-17
* Update the XDG MIME inplementation to support the draft standards for registe...Ken Moore2014-11-17
* Update the XDG categories that are supported, as well as the add a new "Wine"...Ken Moore2014-11-14
* Add a bunch of new color schemes for Lumina (Red/Green/Purple/Gold/Glass), an...Ken Moore2014-11-12
* Clean up the default theme template a little bit.Ken Moore2014-11-10
* Add a new Lumina Theme: NoneKen Moore2014-11-10
* Adjust how the backend for the system tray works:Ken Moore2014-10-17
* Add a quick "make-linux-distro.sh" script to change the linux template file u...Ken Moore2014-10-15
* Oops, add the default theme template to the Lumina build. Now users will actu...Ken Moore2014-10-15
* OpenBSD setScreenBrightness: make the brightness change smootherAntoine Jacoutot2014-10-15
* Finish up the rest of the new Lumina Theme engine and the utilities for editi...Ken Moore2014-10-14
* Large update to the Lumina project: provide full theming capabilities.Ken Moore2014-10-10
* Add better binary detection to LuminaUtils, and setup lumina-open to use it.Ken Moore2014-10-08
* Get the new LuminaThemes class working with a sample color theme for Insight ...Ken Moore2014-10-06
* Clean up the new global.h usage in all the Lumina subprojects.Ken Moore2014-10-06
* fix typoChristopher Roy Bratusek2014-10-05
* add global.h containing PREFIX and make use of it in all sub-modules,Christopher Roy Bratusek2014-10-05
* Add the template for the new LuminaThemes library class (not integrated into ...Ken Moore2014-10-04
* Added initial support for Debian/kFreeBSD. This patch has been testedJesse Smith2014-09-24
* Updated Debian rules/package files to reflect updated Lumina binaries.Jesse Smith2014-09-24
* Add support for detecting whether the running user has permission to shutdown...Ken Moore2014-09-19
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-09-16
|\
| * Updated fix to make sure first Exec entry in a .desktop file is taken.Jesse Smith2014-09-15
| * Merge remote-tracking branch 'upstream/master'Jesse Smith2014-09-15
| |\
| * | Select the first exec entry from a .desktop file rather than the last.Jesse Smith2014-09-15
* | | Make sure to sort applications by name case-insensitively.Ken Moore2014-09-16
| |/ |/|
* | 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 th...Ken Moore2014-09-15
|/ /
* / Clean up the usage/detection of the "URGENT" window status, and also move the...Ken Moore2014-09-12
|/
* 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
|\
| * Merge pull request #5 from mneumann/masterKen Moore2014-09-12
| |\
| | * File went into wrong directoryMichael Neumann2014-09-12
| * | Merge pull request #4 from mneumann/masterKen Moore2014-09-11
| |\|
bgstack15