aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Oops, missed resetting one of the lock flags in the desktop.Ken Moore2015-01-19
* Fix a lockfile violation in the desktop plugin removal process. Now there is ...Ken Moore2015-01-19
* Quick update to the new audioplayer plugin. Now there is a label which displa...Ken Moore2015-01-17
* Commit a couple loose changes to libLuminaXDGKen Moore2015-01-16
* Add the new audioplayer desktop plugin to lumina-config as well.Ken Moore2015-01-16
* Add a new desktop plugin: audioplayerKen Moore2015-01-16
* Have the user button automatically perform the long application listings in t...Ken Moore2015-01-16
* Quick fix for auto-hidden panels. Ensure that the mouse is actually outside t...Ken Moore2015-01-16
* Fix a bug with removing desktop plugins.Ken Moore2015-01-15
* Set the "Does not accept focus" Qt flag on the base Lumina Panel window.Ken Moore2015-01-08
* debian: missing dependency on qttools5-dev-toolsChristopher Roy Bratusek2015-01-08
* move definition to better placeChristopher Roy Bratusek2015-01-08
* use QT5LIBDIR in all qmake filesChristopher Roy Bratusek2015-01-08
* debian: lumina qt5/0.8.0 updatesChristopher Roy Bratusek2015-01-08
* Update README.mdKen Moore2015-01-06
* Cleanup the lumina port files so that portlint is happyKris Moore2015-01-05
* Turn off some of the debugging for the lumina-desktop session in preparation ...Ken Moore2015-01-05
* Fix a couple other minor display issues in lumina-openKen Moore2015-01-05
* Put another couple quick fixes in:Ken Moore2015-01-05
* 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 to adjust the lumina-[fm/config] main.cpp to account for the new Lu...Ken Moore2015-01-02
* 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
* Make the taskmanager plugin capable of two modes:Ken Moore2014-12-31
* 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
* Quick fix for the FreeBSD port makefile: corelib -> core for Qt5Ken Moore2014-12-29
* Also make sure that the file operations detect/modify hidden files/dirs as we...Ken Moore2014-12-24
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-12-23
|\
| * Merge pull request #29 from rezso/masterKen Moore2014-12-22
| |\
| | * fix hardcoded lrelease pathsrezso2014-12-22
| |/
* / Clean up all the Qt5 *.pro files a bit. Now they should always work.Ken Moore2014-12-23
|/
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-12-22
|\
| * Update README.mdKen Moore2014-12-19
* | Oops, forgot to add the new LXcbEventFilter.h file to GitHub. This class is r...Ken Moore2014-12-22
|/
* Fix the detection of the active window via XCB as well: now all the window st...Ken Moore2014-12-19
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-12-19
|\
| * Add i18n-projects used for lumina-i18n repoKris Moore2014-12-19
* | Fix up the sticky status-setting routine for the Lumina Panel. Now the WM wil...Ken Moore2014-12-19
|/
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-12-18
|\
| * Update README.mdKen Moore2014-12-18
| * Merge pull request #27 from rezso/masterKen Moore2014-12-15
| |\
| | * mark finished translationrezso2014-12-14
| | * whitespace fixesrezso2014-12-14
bgstack15