| Commit message (Collapse) | Author | Age |
|
|
| |
Move spacer in toolbar from in front of actionNew to actionQuit so the toolbar is spaced better.
|
|
|
| |
changed edit icon to something more appropriate than the icon for cut
|
|
|
| |
replaced hardcode for GIMP as the editor to Lumina-open
|
|
|
| |
condensed quicksave file name function
|
|
|
| |
added editScreenshot
|
|
|
| |
added quicksave
|
| |
|
|
|
|
| |
XLib), and add the option to include/exclude window borders for a single-window screenshot.
|
|
|
|
| |
multi-screen arrangement)
|
|
|
|
| |
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).
|
|\
| |
| |
| |
| | |
Conflicts:
lumina-screenshot/MainUI.cpp
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|