aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add a quick "make-linux-distro.sh" script to change the linux template file ↵Ken Moore2014-10-15
| | | | used in the project.
* Clean up a couple other port/files issues.Ken Moore2014-10-15
|
* Fix a couple other bugs in the Lumina startup routine. Looks like the ↵Ken Moore2014-10-15
| | | | effects of a bad conflict merge...
* Make sure to "fully" disable the Phonon usage in LSession: It appears some ↵Ken Moore2014-10-15
| | | | commit re-enabled it.
* Add a quick check to the Lumina init routine: Have it check for the Lumina ↵Ken Moore2014-10-15
| | | | share directory and quit if it is not found (improper installation).
* 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.
* Merge pull request #20 from ajacoutot/openbsd-backlightKen Moore2014-10-15
|\ | | | | OpenBSD setScreenBrightness: make the brightness change smoother
| * OpenBSD setScreenBrightness: make the brightness change smootherAntoine Jacoutot2014-10-15
|/
* Fix broken lumina pkg-plistKris Moore2014-10-14
|
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-10-14
|\ | | | | | | | | Conflicts: lumina-screenshot/MainUI.cpp
| * Merge pull request #19 from Nanolx/masterKen Moore2014-10-10
| |\ | | | | | | save settings for lumina-screenshot
| | * save settings for lumina-screenshot (screenshot-delay and screenshot-target)Christopher Roy Bratusek2014-10-10
| |/
* | Finish up the rest of the new Lumina Theme engine and the utilities for ↵Ken Moore2014-10-14
| | | | | | | | editing those themes in lumina-config. Also tag Lumina version 0.7.0 with this change.
* | 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.
* Make sure the directory catch for running lumina-fm happens at the end (in ↵Ken Moore2014-10-08
| | | | case of an invalid default that was set).
* Oops, fix a typo in the lumina-open usage: Missed removing a couple of the ↵Ken Moore2014-10-08
| | | | QSettings lines
* Add better binary detection to LuminaUtils, and setup lumina-open to use it.Ken Moore2014-10-08
|
* Clean up the default filemanager/terminal settings. Put them in the main ↵Ken Moore2014-10-08
| | | | session file (instead of desktop settings), and also have lumina-config safe it to the lumina-open defaults file directly (in the case of the file manager).
* Merge pull request #16 from Nanolx/side-workKen Moore2014-10-08
|\ | | | | make file-manager user-chooseable
| * make file-manager user-chooseableChristopher Roy Bratusek2014-10-07
| |
* | Merge pull request #15 from Nanolx/masterKen Moore2014-10-08
|\ \ | | | | | | make window manager selectable from lumina-config>settings>general
| * | partially revert commit b4803118c5e22e7a00d313698868a0ebbe5188ba, making ↵Christopher Roy Bratusek2014-10-07
| | | | | | | | | | | | default-windowmanager an cli-only option by not exposing a UI
| * | note user about consequences of not using fluxboxChristopher Roy Bratusek2014-10-06
| | |
| * | minor fixChristopher Roy Bratusek2014-10-06
| | |
| * | make window manager selectable from lumina-config>settings>generalChristopher Roy Bratusek2014-10-06
| |/
* | Disable the usage of the theme engine within lumina-fm for the moment. Still ↵Ken Moore2014-10-07
| | | | | | | | trying to work out some of the functionality and don't want to enable it by default until it is fully ready.
* | 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
* Clean up the new global.h usage in all the Lumina subprojects.Ken Moore2014-10-06
| | | | | | | | | | 1) Move the global.h file usage into libLumina exclusively 2) Define a new "LuminaOS::LuminaShare()" function for retrieving the install directory for Lumina (based on the PREFIX/global.h) 3) Change all the other lumina sub directories/projects to use the new LuminaShare() function when necessary. 4) This also fixes up the loading of translations in many of the subprojects (found a bug in the path used in a number of them). Reason: Previous implementation *only* worked if you built lumina from the base directory, causing problems with rebuilding individual pieces of Lumina. This also cleans up the general lumina projects as they only need the LuminaOS class loaded instead of knowing about this other possible OS implementation.
* Merge pull request #14 from Nanolx/masterKen Moore2014-10-06
|\ | | | | proper prefix handling
| * update debian/changelogChristopher Roy Bratusek2014-10-05
| |
| * one missing includeChristopher Roy Bratusek2014-10-05
| |
| * add gitignoreChristopher Roy Bratusek2014-10-05
| |
| * partially revert previous commitChristopher Roy Bratusek2014-10-05
| |
| * auto-create global.hChristopher Roy Bratusek2014-10-05
| | | | | | | | remove unrequired tasks from debian/rules
| * no exec prefix in Lumina-DE.desktopChristopher Roy Bratusek2014-10-05
| |
| * add debian prefix patchChristopher Roy Bratusek2014-10-05
| |
| * fix typoChristopher Roy Bratusek2014-10-05
| |
| * fix prefix in debian/*.installChristopher Roy Bratusek2014-10-05
| |
| * fixes in debian/rulesChristopher Roy Bratusek2014-10-05
| |
| * change debian/source/format to git instead of quiltChristopher Roy Bratusek2014-10-05
| |
| * debian/changelog updateChristopher Roy Bratusek2014-10-05
| |
| * add global.h containing PREFIX and make use of it in all sub-modules,Christopher Roy Bratusek2014-10-05
|/ | | | | add PREFIX and LIBPREFIX to the qmake .pro files (allows to change prefix and libdir using <qmake PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu/> or whatever) update debian packaging scripts accordingly
* Add the template for the new LuminaThemes library class (not integrated into ↵Ken Moore2014-10-04
| | | | | | build yet). This class will provide a consistant look for all Lumina utilities, while also allowing the user ways to easily modify the themes/appearance and have it take effect immediately. I also plan on extending this framework to save the completed stylesheet for *all* Qt-based system applications to use (providing an easy way to customize the feel of the system).
* Make sure to initialize the QApplication before trying to show the error box ↵Ken Moore2014-10-03
| | | | in lumina-open (if the application that got started crashed).
* Large update for the lumina-fm:Ken Moore2014-10-03
| | | | | | 1) Completely update the theming for the application (now it has one) 2) Add a column of "action" buttons that enable/disable depending on what is selected. 3) Add the ability to mark files/dirs as user favorites (for quick access in the user button).
* Clean up the icon/list views in Insight. Now the "icon" view will use ↵Ken Moore2014-10-03
| | | | something close to 64x64 images, and the "list" view will have 20x20 images.
* Update MimeIconProvider.hKen Moore2014-10-02
| | | Make sure that thumbnails only store a tiny version of the image: could have hundreds of these in a directory and we don't want to overload the system memory.
* Add a new dialog to lumina-config for selecting applications:Ken Moore2014-10-01
| | | | This makes it easier for the user to select the application either by icon or name.
* When adding an applauncher plugin to the desktop: prompt for the application ↵Ken Moore2014-10-01
| | | | right then before saving the plugin to the config file.
* Add a Fluxbox Window theme preview to lumina-configKen Moore2014-10-01
|
bgstack15