Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update the lumina theme engine/class so that custom environment variables ↵ | Ken Moore | 2015-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/lumina | Ken Moore | 2015-08-17 |
|\ | |||
| * | Merge pull request #147 from mneumann/dragonfly | Ken Moore | 2015-08-17 |
| |\ | | | | | | | Bring in changes for Dragonfly BSD | ||
| | * | DragonFly: Sync MemoryUsagePercent() with FreeBSD | Michael Neumann | 2015-08-16 |
| | | | |||
| | * | Implement CPUTemperatures() for DragonFly | Michael Neumann | 2015-08-16 |
| | | | |||
| | * | DragonFly: Sync LOS::Checksums() with FreeBSD | Michael Neumann | 2015-08-16 |
| | | | |||
| | * | Implement Battery hooks for DragonFly | Michael Neumann | 2015-08-16 |
| | | | |||
| | * | DragonFly does not have graphical mixer | Michael Neumann | 2015-08-16 |
| | | | |||
| | * | DragonFly: Sync get/set audio volume with FreeBSD | Michael Neumann | 2015-08-16 |
| | | | |||
| | * | DragonFly: Sync get/set ScreenBrightness a bit with FreeBSD | Michael Neumann | 2015-08-16 |
| | | | |||
| * | | Update README.md | Ken Moore | 2015-08-17 |
| |/ | | | | | Mention the new website for additional documentation/information. | ||
* / | Convert the multimedia player and slideshow viewer into separate ↵ | Ken Moore | 2015-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 Moore | 2015-08-14 |
| | | | | colors look a bit nicer. | ||
* | Add special handling for lumina-screenshot when moving the initial window ↵ | Ken Moore | 2015-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 Moore | 2015-08-14 |
| | | | | bars, etc). | ||
* | Add a couple more color schemed I put together: Blue-light and Grey-Dark, ↵ | Ken Moore | 2015-08-14 |
| | | | | also modify the lumina-green color scheme so it is a bit less yellow-tinged. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-08-14 |
|\ | |||
| * | Merge pull request #145 from Nanolx/master | Ken Moore | 2015-08-13 |
| |\ | | | | | | | Update Debian GNU/Linux packaging scripts | ||
| | * | improve debian/merge-lumina-i18n.sh | Christopher Roy Bratusek | 2015-08-13 |
| | | | |||
| | * | Update Debian GNU/Linux packaging scripts | Christopher Roy Bratusek | 2015-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. Should | Jesse Smith | 2015-08-12 |
| | | | | | | | | now build on (vanilla + documentated dependency) installs of Fedora. | ||
* | | Add two new color schemes from "mitlik" on IRC: Solarized-[Light/Dark]. ↵ | Ken Moore | 2015-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/lumina | Ken Moore | 2015-08-12 |
|\ | |||
| * | Merge pull request #144 from vovd/master | Ken Moore | 2015-08-12 |
| |\ | | | | | | | Update control | ||
| | * | Update control | vovd | 2015-08-12 |
| |/ | |||
* / | Add an extension to the Lumina theme engine/class for specifying a mouse ↵ | Ken Moore | 2015-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.h | Ken Moore | 2015-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 Moore | 2015-08-07 |
| | | | | I was using for Xinerama testing. | ||
* | Turn off some debugging within the system tray plugin, cleanup the message ↵ | Ken Moore | 2015-08-07 |
| | | | | logging routine, and fix a bug in the autostart loop procedures | ||
* | Fix up the file/dir removal options within the userbutton. | Ken Moore | 2015-08-05 |
| | |||
* | Do a review of all Lumina dependencies and update the list as appropriate: | Ken Moore | 2015-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 Moore | 2015-08-05 |
| | | | | any XLib functions/libraries/extensions. | ||
* | Add a replacement for XSelectInput and use it within lumina-desktop | Ken Moore | 2015-08-05 |
| | |||
* | Finish converting libLumina to XCB-only and finish replacing any LX11 ↵ | Ken Moore | 2015-08-05 |
| | | | | functions in lumina-desktop. | ||
* | Oops, committed a temporary change to include the xcb-render library (not ↵ | Ken Moore | 2015-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 Moore | 2015-08-04 |
| | | | | LSession to use those new versions | ||
* | Convert lumina-screenshot to use the XCB interface exclusively (no more ↵ | Ken Moore | 2015-08-04 |
| | | | | XLib), and add the option to include/exclude window borders for a single-window screenshot. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-08-03 |
|\ | |||
| * | Merge pull request #141 from vovd/master | Ken Moore | 2015-08-03 |
| |\ | | | | | | | Update Debian Packaging | ||
| | * | Update control | vovd | 2015-08-01 |
| | | | |||
| | * | Update copyright | vovd | 2015-08-01 |
| | | | |||
| | * | Update changelog | vovd | 2015-08-01 |
| |/ | |||
| * | Merge branch 'master' of https://github.com/pcbsd/lumina | Jesse Smith | 2015-07-31 |
| |\ | |||
| * | | Added RPM .spec file to source tree. | Jesse Smith | 2015-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 Moore | 2015-08-03 |
| |/ |/| | | | | | multi-screen arrangement) | ||
* | | Now tag version 0.8.7-devel on the master branch | Ken Moore | 2015-07-31 |
| | | |||
* | | Tag version 0.8.6-Release | Ken Moore | 2015-07-31 |
|/ | |||
* | Add "DESTDIR" build option support to the Lumina project files (needed for ↵ | Ken Moore | 2015-07-31 |
| | | | | | | Fedora packaging). Also convert the last X11 usage in LPanel over to XCB | ||
* | Oops, fix a typo in the LDesktop conversion to XCB | Ken Moore | 2015-07-31 |
| | |||
* | Move all the X11 usage in LDesktop.cpp to XCB | Ken Moore | 2015-07-31 |
| |