aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Turn off some debugging within the system tray plugin, cleanup the message lo...Ken Moore2015-08-07
* Fix up the file/dir removal options within the userbutton.Ken Moore2015-08-05
* Do a review of all Lumina dependencies and update the list as appropriate:Ken Moore2015-08-05
* Completely finish the XLib -> XCB conversions. Now Lumina no longer requires ...Ken Moore2015-08-05
* Add a replacement for XSelectInput and use it within lumina-desktopKen Moore2015-08-05
* Finish converting libLumina to XCB-only and finish replacing any LX11 functio...Ken Moore2015-08-05
* Oops, committed a temporary change to include the xcb-render library (not nec...Ken Moore2015-08-04
* Add the XCB versions of the system tray start/stop routines, and setup LSessi...Ken Moore2015-08-04
* Convert lumina-screenshot to use the XCB interface exclusively (no more XLib)...Ken Moore2015-08-04
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-03
|\
| * Merge pull request #141 from vovd/masterKen Moore2015-08-03
| |\
| | * Update controlvovd2015-08-01
| | * Update copyrightvovd2015-08-01
| | * Update changelogvovd2015-08-01
| |/
| * Merge branch 'master' of https://github.com/pcbsd/luminaJesse Smith2015-07-31
| |\
| * | Added RPM .spec file to source tree.Jesse Smith2015-07-31
* | | Add support to lumina-screenshot for taking a snap of a single screen (if a m...Ken Moore2015-08-03
| |/ |/|
* | Now tag version 0.8.7-devel on the master branchKen Moore2015-07-31
* | Tag version 0.8.6-ReleaseKen Moore2015-07-31
|/
* Add "DESTDIR" build option support to the Lumina project files (needed for Fe...Ken Moore2015-07-31
* Oops, fix a typo in the LDesktop conversion to XCBKen Moore2015-07-31
* Move all the X11 usage in LDesktop.cpp to XCBKen Moore2015-07-31
* Convert a few more X11 functions to XCB - almost done....Ken Moore2015-07-31
* Change the QSplashScreen for the lumina-open OSD to a simple QLabel (makes it...Ken Moore2015-07-31
* Fix up the issues with some apps which re-configure the Xsession/screens to m...Ken Moore2015-07-30
* Final fix for the line find/replace functionality in luminaDesktop.conf parsi...Ken Moore2015-07-29
* Oops, make sure that any new duplicate session setting overwrites the previou...Ken Moore2015-07-29
* Add the ability to use an optional "_ifexists" tag at the end of any "session...Ken Moore2015-07-29
* Do not have lumina-open show the crash handler if a "pc-su" process returns e...Ken Moore2015-07-29
* Clean up the display of some Fluxbox Keyboard shortcuts.Ken Moore2015-07-29
* Oops, forgot to translate the internal QPoint to a global point before showin...Ken Moore2015-07-28
* Expose the new "InitLocale" session options in lumina-config, and also fix a ...Ken Moore2015-07-28
* Add some work that make the Lumina desktop/panels appear in the proper locati...Ken Moore2015-07-28
* Just a minor update to some debugging (when turned on) for checking icons wit...Ken Moore2015-07-24
* Finish cleaning up the submenu open/close checks for the userbutton. Now the ...Ken Moore2015-07-24
* Fix up the active re-loading of icons in the desktop interface when the icon ...Ken Moore2015-07-24
* Finish up the XDG "Actions" specification for *.desktop files, and integrate ...Ken Moore2015-07-22
* Add support into libLumina for additional "Actions" listed in *.desktop files.Ken Moore2015-07-22
* Make sure that all the interface elements in lumina-desktop actively re-load ...Ken Moore2015-07-22
* Finish cleaning up the new localization configuration settings in libLumina, ...Ken Moore2015-07-21
* Change a bit more of the localization/translation mechanisms: Now it is possi...Ken Moore2015-07-21
* Update/add some localization functions to libLumina.Ken Moore2015-07-21
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-07-20
|\
| * Merge branch 'master' of https://github.com/pcbsd/luminaJesse Smith2015-07-18
| |\
| * | Updated dependency and build instructors for Fedora.Jesse Smith2015-07-18
* | | Add some more work-in-progress on the Lumina Window frame/manager class for l...Ken Moore2015-07-20
* | | Add the Ctrl-X keyboard shortcut for Cutting the selected files onto the Clip...Ken Moore2015-07-20
| |/ |/|
* | Fix up a calculation of the new window geometry - add in checks for those str...Ken Moore2015-07-17
* | Commit some quick fixes:Ken Moore2015-07-17
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-07-17
|\ \
bgstack15