aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add the XDG_DATA_* path support for relative application paths given in the ↵Ken Moore2015-08-19
| | | | mime database.
* Update the overall lumina project file to support multi-thread builds properlyKen Moore2015-08-19
|
* New batch of Artwork: some SVG banner files as well 100x100 "button" icons ↵Ken Moore2015-08-19
| | | | and JPG horizontal banners as well. A big thank you to Jennifer Rosenburg for putting these together!
* Update the arrangement of the available time zones in the clock plugin. Now ↵Ken Moore2015-08-18
| | | | it is organized by: Continent -> Country -> City
* Add new artwork: 4K resolution versions of the Lumina wallpapers.Ken Moore2015-08-18
|
* Completely overhaul the Clock plugin for the panel:Ken Moore2015-08-18
| | | | | | 1) It is now a QToolButton, and resizes to fit the text better now. 2) It now has a menu that appears when clicked on - showing a calendar and a list of possible time zones. 3) Use the new environment setting routine in LTHEME to change the time zone for the user when asked (this changes it not just for the desktop session, but instantly changes it for any app using the Lumina Theme Engine as well (others will need to be restarted to see the change).
* 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.
bgstack15