| Commit message (Collapse) | Author | Age |
|
|
|
| |
"Wine" category for internal recognition/use (since the wine apps do not usually list a category in the *.desktop file).
|
|
|
|
| |
and adjust the auto-loading of a theme so that it will automatically pick up when the current theme/color file changes (such as when it was manually edited).
|
| |
|
|
|
|
| |
This disables all the special Qt theming (except for the custom font/font size), and will use the default theme for Qt.
|
|
|
|
|
|
|
| |
1) Now the Lumina session registeres the system-wide tray, and just keeps track of the windows that should be visible (preventing any loss of service or apps starting up before the tray is registered).
2) The system tray plugin is now just a "visual tray" for embedding the applications in the panel. The Session only allows a single visual tray to be registered at a time, but sends out signals whenever there is an opening for a visual tray (allowing near-instant transfer of tray applications from one visual tray to another).
Also fix a quick bug in lumina-config where the save button was getting activated simply by changing the appearance/plugins tab in the panel configuration (without actually changing anything).
|
|
|
|
| |
used in the project.
|
|
|
|
| |
actually have a theme available by default that can be edited/changed.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
(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.
|
| |
|
|
|
|
|
| |
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).
|
|
|
|
| |
and shown to build/run on Debian/kFreeBSD, Ubuntu and PC-BSD.
|
|
|
|
|
| |
Removed Debian patches that could no longer be applied cleanly.
Added initial external device support to Linux in libLumina.
|
|
|
|
| |
shutdown/restart the system, and enable/disable those options in the logout menu appropriately.
|
|\ |
|
| |
| |
| |
| | |
Fixes launching default apps on Linux.
|
| |\ |
|
| | |
| | |
| | |
| | | |
Fixes some launch problems on icons with multiple potential launch paths on Linux.
|
| |/
|/| |
|
|\ \ |
|
| | | |
|
|/ /
| |
| |
| | |
the different "entries" in the file, and now it only uses the required "Desktop Entry" section.
|
|/
|
|
| |
the AppStore/ControlPanel/QtConfig shortcut definitions into the LuminaOS class for use in other OS's.
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
libLumina/LuminaXDG.cpp
|
| |\
| | |
| | | |
File went into wrong directory
|
| | | |
|
| |\|
| | |
| | | |
Port Lumina to DragonFly
|
| | | |
|
|/ /
| |
| |
| | |
have all the different defines all over the place.
|
|/
|
|
| |
LuminaXDG
|
|
|
|
| |
That will let it persist between login sessions, allowing Lumina to automatically return to the previous setting on login.
|
|
|
|
|
|
|
|
|
|
| |
Added battery level detection and AC/battery detection.
Added detached audio mixer. Confirmed screen brightness adjustment works.
Also cleaned up DEPENDENIES file, separating FreeBSD and Linux requirements.
Both sections of the file now include full package/port names of
dependencies on both operating systems to make it easy to get all
build requirements, runtime requirements and optional components.
|
|
|
|
| |
brightness on Linux and updated dependnecy list. Added template file for future operating system support.
|
|
|
|
| |
Updated dependencies and added template file for future operating system support.
|
|
|
|
| |
(since these are what the keyboard shortcuts run). Also adjust the window list filter to cut out any "Lumina-" utilities that do not provide a custom window title (such as the OSD or other splashscreens).
|
|
|