aboutsummaryrefslogtreecommitdiff
path: root/port-files/pkg-plist
Commit message (Collapse)AuthorAge
* Adjust the initial Lumina theming a bit: Use the "bora_black" fluxbox theme, ↵Ken Moore2015-12-17
| | | | with a new "Black" color scheme for the Lumina interface. This is just a nice neutral panel/interface which should work with any background image (including the Lumina wallpapers).
* Add a link to the Lumina IRC channel in the lumina-info utility, and also ↵Ken Moore2015-12-01
| | | | create a XDG desktop entry for the community support channel (same thing - different way to access it).
* 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.
* 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.
* Update the pkg-plist to account for the new QtQuick sample plugin.Ken Moore2015-07-09
|
* Some quick cleanup in the LSession.cpp file and update the port filesKen Moore2015-06-26
|
* Re-enable lumina-fileinfo within the general lumina build procedure and ↵Ken Moore2015-04-22
| | | | update the port files as necessary
* Finish up some little things in lumina-xconfig, and add it to the build/port.Ken Moore2015-02-24
|
* Add a new PC-BSD (version 10.x) color scheme for the Lumina DesktopKen Moore2015-02-03
|
* Add knowledge of the lumina-info utility to the Lumina desktop (userbutton, ↵Ken Moore2015-01-28
| | | | | | config menu). Also make sure that there is a *.desktop shortcut for the application (and update the pkg-plist) Also allow for "-<something>" to be put in the version number without messing up the version checking routine, and tag the current version on the master branch as 0.8.2-devel (once the stable/official release is branched, the "-devel" tag will get either dropped or changed to "-release" in that branch, with the master branch moving on to the next <version>-devel)
* Add a new utility: lumina-infoKen Moore2015-01-28
| | | | This utility provides basic information/links for the Lumina desktop project.
* Finish committing the last of the new distribution defaults framework. Also ↵Ken Moore2015-01-21
| | | | adjust the port plist, and add options to reset the system settings to default to lumina-config.
* Cleanup the lumina port files so that portlint is happyKris Moore2015-01-05
|
* Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
| | | | It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels).
* Update the FreeBSD port pkg list (and a minor fix for lumina-config UI)Ken Moore2014-11-12
|
* Add a new Lumina Theme: NoneKen Moore2014-11-10
| | | | This disables all the special Qt theming (except for the custom font/font size), and will use the default theme for Qt.
* Add a new utility: lumina-searchKen Moore2014-11-05
| | | | | This utility provides quick searching for applications (the default), or for searching the entire user's home directory. The file search also supports the "*" wildcard for the search terms.
* Clean up a couple other port/files issues.Ken Moore2014-10-15
|
* Oops, add the default theme template to the Lumina build. Now users will ↵Ken Moore2014-10-15
| | | | actually have a theme available by default that can be edited/changed.
* Fix broken lumina pkg-plistKris Moore2014-10-14
|
* Large update to the Lumina project: provide full theming capabilities.Ken Moore2014-10-10
| | | | | | | | | | | | | 1) New libLumina classes: LuminaThemes.h 2) Single-line usage to add lumina theme usage to an application (already added to all the Lumina utilities) 3) Include a Lumina-default theme template, as well as a single color scheme (will add more later) 4) Will create a global Qt style for "lumina" so that this theme engine can be automatically applied to all Qt applications at a later date (want to make sure to beat this up and get it working reliably before turning it on for everything). Major Features: 1) Full Qt theme capabilities through Qt stylesheets (so they can be modified and applied on the fly). 2) Stylesheets are broken into a couple pieces: an "incomplete" stylesheet file (the theme template) with variables in place of colors, font size, and font family. A "color" file which variable->value definitions for the different colors. And a themesettings.cfg files which keeps track of the files/font settings. 3) Along with this, add the ability to specify the icon theme that is used as well, and make that automatically re-loaded as necessary. 4) Add the ability to read/set thes values in lumina-config. The lumina-config usage is still a bit rough: working on cleaning it up right now.
* Get the new LuminaThemes class working with a sample color theme for Insight ↵Ken Moore2014-10-06
| | | | (for testing). The theme loading/usage appears to be working, now I just need to generalize the theme template so that it applies to all the QAbstract* widgets
* Fix pkg-plist typoKris Moore2014-09-04
|
* Fix lumina pkg-plist, fix compiling from ports and add the mkport.sh scriptKris Moore2014-09-04
|
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15