aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* DragonFly: Sync LOS::Checksums() with FreeBSDMichael Neumann2015-08-16
|
* Implement Battery hooks for DragonFlyMichael Neumann2015-08-16
|
* DragonFly does not have graphical mixerMichael Neumann2015-08-16
|
* DragonFly: Sync get/set audio volume with FreeBSDMichael Neumann2015-08-16
|
* DragonFly: Sync get/set ScreenBrightness a bit with FreeBSDMichael Neumann2015-08-16
|
* Touch up the new Grey-Dark color scheme a bit - now the highlight/accent ↵Ken Moore2015-08-14
| | | | colors look a bit nicer.
* Add special handling for lumina-screenshot when moving the initial window ↵Ken Moore2015-08-14
| | | | location: for some reason Fluxbox treats it differently than other windows.
* Update the Lumina-default theme a tiny bit (round off the borders for scroll ↵Ken Moore2015-08-14
| | | | bars, etc).
* Add a couple more color schemed I put together: Blue-light and Grey-Dark, ↵Ken Moore2015-08-14
| | | | also modify the lumina-green color scheme so it is a bit less yellow-tinged.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-14
|\
| * Merge pull request #145 from Nanolx/masterKen Moore2015-08-13
| |\ | | | | | | Update Debian GNU/Linux packaging scripts
| | * improve debian/merge-lumina-i18n.shChristopher Roy Bratusek2015-08-13
| | |
| | * Update Debian GNU/Linux packaging scriptsChristopher Roy Bratusek2015-08-13
| |/ | | | | | | | | | | | | - new GIT snapshot - improved package descriptions - minor copyright file fixes - add merge-lumina-i18n script (update translations using lumina-i18n repo)
| * Fixed several problems with lumina-desktop.spec file. ShouldJesse Smith2015-08-12
| | | | | | | | now build on (vanilla + documentated dependency) installs of Fedora.
* | Add two new color schemes from "mitlik" on IRC: Solarized-[Light/Dark]. ↵Ken Moore2015-08-14
|/ | | | These color schemes are based on a project by Ethan Schoonover (http://ethanschoonover.com/solarized) to provide consistent contrast/usability in all lighting situations.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-12
|\
| * Merge pull request #144 from vovd/masterKen Moore2015-08-12
| |\ | | | | | | Update control
| | * Update controlvovd2015-08-12
| |/
* / Add an extension to the Lumina theme engine/class for specifying a mouse ↵Ken Moore2015-08-12
|/ | | | | | | cursor theme. This is integrated into lumina-config as well, but still have 2 problems with it: 1) The active re-loading of the new cursors does not work yet (Qt issues I am still working on) 2) The X11 Cursor file to use for the sample image cannot be loaded by Qt (need to write my own format conversion routine)
* Add a new data backend to lumina-fm: DirData.hKen Moore2015-08-11
| | | | While not tied in yet, this will eventually be used to replace the QFileSystemModel which is currently implemented - allowing for faster loading of directories within a seperate thread, as well as custom control over how directory information is retrieved/used in the GUI.
* Remove some old comments, and also remove the old savedScreens variable that ↵Ken Moore2015-08-07
| | | | I was using for Xinerama testing.
* Turn off some debugging within the system tray plugin, cleanup the message ↵Ken Moore2015-08-07
| | | | logging routine, and fix a bug in the autostart loop procedures
* 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
| | | | NOTE: Non-FreeBSD porters please check/update the DEPENDENCIES file and add additional information in the new format for the file (makes it much easier to read/update)
* Completely finish the XLib -> XCB conversions. Now Lumina no longer requires ↵Ken Moore2015-08-05
| | | | any XLib functions/libraries/extensions.
* 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 ↵Ken Moore2015-08-05
| | | | functions in lumina-desktop.
* Oops, committed a temporary change to include the xcb-render library (not ↵Ken Moore2015-08-04
| | | | necessary, the xcb_aux functions do what I need without the extra render dependency).
* Add the XCB versions of the system tray start/stop routines, and setup ↵Ken Moore2015-08-04
| | | | LSession to use those new versions
* Convert lumina-screenshot to use the XCB interface exclusively (no more ↵Ken Moore2015-08-04
| | | | XLib), and add the option to include/exclude window borders for a single-window screenshot.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-03
|\
| * Merge pull request #141 from vovd/masterKen Moore2015-08-03
| |\ | | | | | | Update Debian Packaging
| | * 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
| | | | | | | | | | | | | | | Added an RPM .spec file to the source tree. This file enables building RPM packages on Fedora and related Linux distributions.
* | | Add support to lumina-screenshot for taking a snap of a single screen (if a ↵Ken Moore2015-08-03
| |/ |/| | | | | multi-screen arrangement)
* | 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 ↵Ken Moore2015-07-31
| | | | | | Fedora packaging). Also convert the last X11 usage in LPanel over to XCB
* 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 ↵Ken Moore2015-07-31
| | | | it faster to load/show - preventing the issues with QSplashScreen and particular GPU drivers).
* Fix up the issues with some apps which re-configure the Xsession/screens to ↵Ken Moore2015-07-30
| | | | match their own internal specifications. On single-screen setups it works fine now, but on multi-screen setups the app does not seem to return the xsettings back to their original specs properly (Tested with OpenArena and MegaMario). This may result in the screen being "flipped" or placed on different monitors after closing the app.
* Final fix for the line find/replace functionality in luminaDesktop.conf ↵Ken Moore2015-07-29
| | | | parsing - needed to explicitly use a QREgExp with wildcard matching rules (verified that it works properly).
* Oops, make sure that any new duplicate session setting overwrites the ↵Ken Moore2015-07-29
| | | | previous setting.
* Add the ability to use an optional "_ifexists" tag at the end of any ↵Ken Moore2015-07-29
| | | | "session_*" settings in luminaDesktop.conf. This will check for the existance of the given value (absolute paths only), and skip the assignment if it does not exist.
* Do not have lumina-open show the crash handler if a "pc-su" process returns ↵Ken Moore2015-07-29
| | | | error code 1 (user cancelled the procedure).
bgstack15