| Commit message (Collapse) | Author | Age |
|\ |
|
| |
| |
| |
| |
| | |
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).
|
|\| |
|
| | |
|
| |
| |
| |
| | |
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).
|
| |
| |
| |
| | |
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).
|
| |
| |
| |
| | |
top of the older Lumina autostart specification, until I can get the writing support for the XDG spec in place as well - at which time I will convert any Lumina-spec entries to the XDG spec (for backwards compat).
|
| |
| |
| |
| | |
Also update the port makefile for FreeBSD so that has the proper gstreamer plugins installed for audio support.
|
| |
| |
| |
| | |
the XCB->WindowImage() function which was just removed.
|
| |
| |
| |
| | |
of XLib. This bahaves exactly the same on my FreeBSD 10.x system - still need to test a FreeBSD 11.x system.
|
|/ |
|
|
|
|
| |
icon is visible.
|
| |
|
|
|
|
| |
This is a quick shortcut for launching a single application - effectively "pinning" an application to a panel.
|
|
|
|
| |
the EWMH standards (_NET_WM_NAME, etc..)
|
|
|
|
| |
desktop plugin.
|
|
|
|
| |
sym-links. There are many cases where the user would want to keep those links around even when the location it points at is not available at the moment.
|
|
|
|
| |
the system time (whatever that might be).
|
|
|
|
| |
the user button is clicked. This needs to be automated/moved once the new favorites system is set in place later.
|
|
|
|
| |
update/change the current UI for a programmatic save of the info to disk.
|
|
|
|
| |
based on the mimetype.
|
|
|
|
|
|
|
|
|
| |
to the desktopview plugin:
1) Multi-item selection
2) cut/copy files to clipboard
3) delete files
4) increase/decrease icon sizes
|
|
|
|
| |
was moved into QScreen)
|
| |
|
|
|
|
| |
for non-valid *.desktop files.
|
|
|
|
|
|
|
| |
(system tray) to use the new routine.
Also setup the desktop to use the new XCB routine for window icons as well.
Both are tested on 10.x and appear to work perfectly.
|
|
|
|
| |
previously-used value before starting the login chimes.
|
|
|
|
| |
Lumina session detects screen modifications/changes.
|
|
|
|
|
|
|
| |
settings menu).
Clean up/add some desktop/panel "prepareToClose()" routines, and have them run when appropriate. Also add these close routines to the general session cleanup.
Add support for a new "--noclean" CLI flag when starting LuminaDE. This flag will tell the session not to close system tray utilities and other applications on session close.
|
|
|
|
| |
the session cleanup, and tag version 0.8.2-Release
|
|
|
|
| |
session cleanup.
|
|
|
|
| |
if the panel is vertical.
|
|
|
|
| |
Now it is run through a "CleanSession" function beforehand to try and safely close down any applications/trays. Als reduce the number of filesystem watchers: only have one in the session itself, which sends out a signal when the desktop settings config file changes (instead of a watcher in every desktop class).
|
|
|
|
| |
switchable in the code like most of the others). Also fix a signal/slot issue with the userbutton (minor).
|
| |
|
|
|
|
|
| |
1) Found/fixed a bug with a panel mis-reporting which number it was.
2) Clean up the panel interface management in lumina-config.
|
|
|
|
| |
synctimer when the plugin is closed/removed.
|
|
|
|
| |
plugin interactions).
|
|
|
|
| |
and have the clock plugin instantly update to the new format (backwards compatible with no formats set)
|
|
|
|
| |
to the lumina theme system.
|
|
|
|
| |
transparent/opaque on a plugin-level. This allows for finer control via the theme.
|
|
|
|
| |
consistant across all workspaces.
|
|\
| |
| | |
proper initialization of lumina-panel
|
| |
| |
| |
| |
| | |
- ensure it gains _NET_WM_WINDOW_TYPE_DOCK
- set _NET_WM_WINDOW_NAME to LuminaPanel (for window-managers that support window rules)
|
|/
|
|
| |
system dashboard hides that control option.
|
|
|
|
| |
that are found, allowing for system-wide defaults in addition to user-set defaults.NOTE: all the system files are named "luminaStartapps" whereas the file in the user's config is "~/.lumina/startapps"
|
| |
|