| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
used in the project.
|
| |
|
|
|
|
| |
effects of a bad conflict merge...
|
|
|
|
| |
commit re-enabled it.
|
|
|
|
| |
share directory and quit if it is not found (improper installation).
|
|
|
|
| |
actually have a theme available by default that can be edited/changed.
|
|\
| |
| | |
OpenBSD setScreenBrightness: make the brightness change smoother
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
lumina-screenshot/MainUI.cpp
|
| |\
| | |
| | | |
save settings for lumina-screenshot
|
| |/ |
|
| |
| |
| |
| | |
editing those themes in lumina-config. Also tag Lumina version 0.7.0 with this change.
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
case of an invalid default that was set).
|
|
|
|
| |
QSettings lines
|
| |
|
|
|
|
| |
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).
|
|\
| |
| | |
make file-manager user-chooseable
|
| | |
|
|\ \
| | |
| | | |
make window manager selectable from lumina-config>settings>general
|
| | |
| | |
| | |
| | | |
default-windowmanager an cli-only option by not exposing a UI
|
| | | |
|
| | | |
|
| |/ |
|
| |
| |
| |
| | |
trying to work out some of the functionality and don't want to enable it by default until it is fully ready.
|
|/
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
proper prefix handling
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
remove unrequired tasks from debian/rules
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
| |
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
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
in lumina-open (if the application that got started crashed).
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
something close to 64x64 images, and the "list" view will have 20x20 images.
|
|
|
| |
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.
|
|
|
|
| |
This makes it easier for the user to select the application either by icon or name.
|
|
|
|
| |
right then before saving the plugin to the config file.
|
| |
|