| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
percent of screen width, %H for percent of screen height), as well as a percentage of the screen height for the font size (<number>%, gets converted to a pixel metric)
Some standard percentages for examples:
panel height (top/bottom): between 3%H to 4.5%H
font height: between 1.5% to 2.5%
Also update the default config file to reflect these changes.
|
|
|
|
| |
during the session cleanup procedures.
|
|
|
|
|
| |
1)Require the xcb-damage library
2) Verify the existance of "lsb_release" before trying to use it (Linux/Debian distinction utility).
|
|
|
|
| |
creation to XCB, and place it within the embedding routine in LuminaX11 instead.
|
|\
| |
| | |
Lumina panel date/time formats
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
timeonly (default): display time, date as tooltip
dateonly : display date, time as tooltip
datetime : display date first then time
timedate : display time first then date
LSession option: DateTimeOrder (no UI yet)
|
|\ \
| | |
| | | |
lumina-fm show separated number of folders and files in status bar
|
| | | |
|
| |/ |
|
|\ \
| | |
| | | |
Debian: runtime dependencies
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |
| |
| |
| | |
out" menu as an option (if supported on that system).
|
| | |
|
|/
|
|
| |
label will always stay in sync with the slider (no delay), it is only the backend setting routine which is on a slight (50ms) delay.
|
|\
| |
| | |
Fix a problem when removing items from the exclude list of lumina-search
|
| | |
|
|\ \ |
|
| |/
| |
| |
| | |
works consistently.
|
|/
|
|
|
| |
1) Fix loading the current "applauncher" panel plugins for the second panel.
2) If the save button is active when the "defaults" page is selected, keep the save button visible until clicked.
|
|
|
|
|
| |
1) Add a signal collector/combiner for screen brightness changes (1/10 second delay) - since hardware brightness changes cannot usually be spammed too quickly.
2) Update the battery icon notifications on the panel button. If less than 5% left, leave the low battery icon there all the time, if less than 15% cause the low battery icon to flash intermittently, if greater than that don't show any battery icon.
|
|
|
|
|
|
| |
special audio thread and using the QMediaPlayer within the main thread (no stuttering/delays in my initial tests so far).
Add a PC-BSD specific routine for setting brightness so that hardware brightness controls are attempted (through pc-sysconfig) before the software brightness is modified (using xbrightness)
|
|
|
|
| |
tinker with the session cleanup routine quite a bit to streamline the order in which things are closed down (particularly with system tray apps).
|
| |
|
|
|
|
| |
browsers and email applications if no default is set. It does this by scanning all the applications within the "network" and "utility" categories, and adds it to the recommendations if the app takes URL's as inputs.
|
|
|
|
| |
because it operates on Files/dirs, not URLS.
|
| |
|
| |
|
|\
| |
| | |
return the DE's version with 'Lumina-DE --version'
|
| | |
|
| |
| |
| | |
Bump the latest stable version number to 0.8.3
|
|/ |
|
| |
|
|
|
|
| |
phase of the session. This ensures that buttons (like the userbutton/appmenu) are responsive as soon as the desktop session is visible (only adds a second or two to the init time on my system).
|
|\ |
|
| |\
| | |
| | | |
Debian packaging
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
Fix for `W: lumina-desktop source: debian-rules-ignores-make-clean-error line 32`
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Will fix the following source package issues:
E: lumina-desktop source: depends-on-build-essential-package-without-using-version make [build-depends: make]
E: lumina-desktop source: depends-on-build-essential-package-without-using-version g++ [build-depends: g++]
E: lumina-desktop source: not-binnmuable-all-depends-any lumina-data -> libluminautils1
E: lumina-desktop source: not-binnmuable-all-depends-any lumina-data -> lumina-desktop
|
| |\ \
| | | |
| | | | |
Lumina Debian #7
|
| | | |
| | | |
| | | |
| | | | |
debian: new dependency on usbmount
|
| | |/ |
|
| | |
| | |
| | |
| | | |
checks. This is just to future-proof the routine - now each version number piece can be anywhere from 0->999 (instead of the old limitation of 0->9).
|