aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update the lumina theme engine/class so that custom environment variables ↵Ken Moore2015-08-18
| | | | may be set/loaded for all apps using the theme engine (including the session - which propagates to new non-lumina applications as well)
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-17
|\
| * Merge pull request #147 from mneumann/dragonflyKen Moore2015-08-17
| |\ | | | | | | Bring in changes for Dragonfly BSD
| | * DragonFly: Sync MemoryUsagePercent() with FreeBSDMichael Neumann2015-08-16
| | |
| | * Implement CPUTemperatures() for DragonFlyMichael Neumann2015-08-16
| | |
| | * 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
| | |
| * | Update README.mdKen Moore2015-08-17
| |/ | | | | Mention the new website for additional documentation/information.
* / Convert the multimedia player and slideshow viewer into separate ↵Ken Moore2015-08-17
|/ | | | | | classes/widgets for lumina-fm, and add the new UI for the directory browser as well (no .h/.cpp source files filled out yet for it yet though). These new widgets/classes are tied into the build for compilation purposes, but they are not actually used in the app yet.
* 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
|
bgstack15