| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
1) Switch some X11->XCB functions around (SetAsDesktop(), SetDisableWMActions()).
2) Fix up some QtQuick plugin detection routines (now it will properly see the user's quickplugins if any).
3) Connect the status change signal/slots for QtQuick plugins to try and detect script failures and remove the script (still not working reliably).
|
|
|
|
| |
default/first screen. This is no longer used/needed because of the luminaDesktop.conf settings file.
|
| |
|
|
|
|
| |
the window if it is still visible on the screen
|
|
|
|
| |
off the debugging for the session/desktop/panel classes by default.
|
|
|
|
| |
re-activate the original window if a new window was activated in the meantime (such as when activating a window with the task manager).
|
|
|
|
| |
with an additional setting to either center the panel on the edge or pin it to one of the corners.
|
|
|
|
| |
(with a minimum of 2 pixels). This lets it scale much better on large resolution screens).
|
|
|
|
| |
active window and then re-activate that other window when the mouse leaves the panel.
|
|
|
|
| |
mouse goes on top of it to prevent possible double-clicks from being necessary to interact with some buttons/tray apps.
|
|
|
|
| |
tinker with the session cleanup routine quite a bit to streamline the order in which things are closed down (particularly with system tray apps).
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
consistant across all workspaces.
|
|
|
|
|
| |
- ensure it gains _NET_WM_WINDOW_TYPE_DOCK
- set _NET_WM_WINDOW_NAME to LuminaPanel (for window-managers that support window rules)
|
|
|
|
| |
defaults for the Lumina desktop. Also fix a bug this exposed in how the Lumina panel removes plugins.
|
|
|
|
|
| |
This plugin re-creates the classic "start" menu from other OS's.
Also update how panel-plugins open menus, so now the menu will no longer cover the button that opened it.
|
|
|
|
| |
mouse has left a panel or not. Now it works properly on all screen edges.
|
|
|
|
|
| |
1) Now the panel appearance will be set by the theme as well (unless custom appearance set)
2) Now the desktop plugins are themed appropriately as well (background canvas can be set to something, non-transparent plugins can be changed)
|
|
|
|
| |
the panel area, don't just rely on the event notification (Qt treats the system tray as a "foreign" window and send leave event anyway).
|
| |
|
|
|
|
| |
"seen" by fluxbox when a window is maximized, and the task manager works with the highly asynchronous XCB events.
|
|
|
|
|
| |
1) Add ability for task manager to minimize/maximize window from details menu
2) Add quick check/movement of new windows to make sure they are not underneath any panels
|
|
|
|
|
|
| |
will be aware of the new status change (send an event instead of changing the property directly).
Also add a quick fix for system tray icons: if the icon size does not match the tray size, send a resize event and redraw a few moments later.
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
| |
1) Fix up the applauncher desktop plugins so that the initial sizing is sane.
2) Completely remove all global static variables from the session.
3) Re-enable the login/logout chimes (works properly without static variables)
4) Streamline the desktop background rotation algorithms a bit.
5) Greatly streamline the Session start procedure (50% to 75% faster on my computer here)
6) Make sure the background wallpaper does not rotate every time the desktop settings file changes (only when the backgrounds for that desktop are changed, or the rotation timer goes off)
|
|
|
|
| |
option for it to lumina-config). If selected, this will only leave a 2-pixel thick "edge" of the panel on the screen that will expand out to the full panel when moused-over.
|
|
|
|
|
|
|
| |
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).
|
|
|