| Commit message (Collapse) | Author | Age |
|
|
|
| |
Turns out Qt will crash if you send multiple resize requests really quickly. Add a 10ms cache/delay to the resize and that fixes it.
|
|
|
|
| |
Now the text should format properly, and we have a single-instanced calendar menu popup for all clock plugins now.
|
|
|
|
| |
Also add a spacer plugin.
|
| |
|
|
|
|
| |
The networking status button is working now, need to finish the others.
|
|
|
|
|
| |
Tie-in the new OSInterface class to the QML data store (RootObject).
This will allow the new system status functions to be accessible to the QML interface.
|
|
|
|
| |
Starting to hook up the new QML window frame with the C++ backend.
|
|
|
|
| |
This is the class that watches for settings file changes and/or converts settings into interface object values.
|
|
|
|
| |
Also another checkpoint commit with some of the QML desktop stuff (have a working context menu, wallpapers not working yet though)
|
|
|
|
| |
still in the experimental stage for the QML usage.
|
|
|
|
| |
Almost have the QML-based desktop canvas working - still tracking down some QML syntax issues.
|
|
|
|
|
|
| |
plugin system.
Still need to clean up some old files within the source tree, but it all works right now.
|
|
|
|
|
|
|
| |
1) Get the JsonMenu plugin up and running again for the context menu
2) Get the LIconCache integrated into the context menu (replacing the old LXDG::findIcon calls).
3) Get the window property events working!!! (finally)
4) Start getting some automatic window-verification put in place (for snapping windows to various places and such).
|
| |
|
|
|
|
| |
beautifully now.
|
|
|
|
| |
is available and functional, plus the beginnings of the task manager plugin for the menu.
|
|
|
|
| |
Not quite finished yet.
|
|
|
|
| |
between my nvidia-based desktop and the Intel laptop.
|
| |
|
| |
|
|
|
|
| |
bad idea)
|
| |
|
|\ |
|
| |
| |
| |
| | |
fix some connection warnings.
|
|/ |
|
|
|
|
| |
the Lumina2 project.
|
|
|
|
|
|
| |
long to be mixed in with the rest of the class).
Also finish up a lot more of the conversions. Should be ready for testing now.
|
|
|
|
| |
raw keycodes.
|
|
|
|
| |
definition
|
|
|
|
| |
rather than a global object (lets us use the DesktopSettings within the standalone classes in libLumina as well).
|
| |
|
| |
|
| |
|
|
|
|
| |
properly getting registered for the session.
|
|
|
|
| |
start testing and see if windows respond to the EWMH hints.
|
| |
|
|
|
|
| |
This gets the new "NativeWindowSystem" and associated Native* classes all integrated (untested)
|
| |
|
|
|
|
|
| |
The NativeWindow intermediary seems to be working really well, now just to start adding the the various event detection parsing in to modify that object on-demand.
There is still a window focus issue too - the setActive routine is not properly setting that window to have focus yet - need to examine further.
|
|
|
|
|
|
| |
class for setting/announcing changes to native windows on the system. This allows the WM class (XCB/Wayland-specific) to simply adjust each window object as needed, and the interface (pure Qt) will automatically adjust as needed.
NOTE: Still need to adjust the LXCBEventFilter to use this new class, but the root window and rootsubwindow classes are all setup to use it.
|
|
|
|
| |
functional, with 2-way create/show/hide/close detection. Windows do not detect/resize as needed yet though.
|
|
|
|
| |
While not fully up to where the current contextmenu for Lumina is yet, it can be used for logging out, locking the screen, and launching commands (so far - will gradually add back in the other plugins/functionality later after these steps are used for more testing of other components).
|
|
|
|
|
|
|
|
|
|
|
|
| |
Get the new LShortcutEvents class setup and functional. This is what converts the key presses and mouse clicks into a format that can be scanned for user-defined shortcuts to do things in the session.
NOTES:
The format of the keys.conf files uses "keycodes" (in ascending order") delimited by "+" to make the settings searchable and non-ordered-specific.
Example:
[strict]
22+37+64=logout
This is a shortcut for [L_Ctrl (37), L_Alt (64), Backspace (22)] and it will trigger the start of the logout procedures.
The "strict" section (and it's alternative "desktop" section) determine priority of the shortcut (strict is always evaluated, desktop is only evaluated if the desktop has focus and there is no corresponding "strict" shortcut).
|
|
|
|
|
|
| |
1) Get the RootWindow up and functional.
2) Get the lumina-desktop-unified binary functional for starting to test the various pieces (not ready yet for general use)
3) Get the start-lumina-desktop binary setup to launch the new unified binary for testing if the "--unified" flag is used.
|
|
|
|
| |
lumina-desktop-unified build. Also finish cleaning up the compilation of the lumina-desktop-unified project - still not ready for actual testing yet.
|
| |
|
|
|
|
|
| |
1) Make a new "DesktopSettings" class in libLumina for managing desktop settings files. This class understands/uses a hierarchy of files (User Overrides > System Overrides > Default Settings) and layers them as needed for the session.
2) Cleanup the new source tree a lot more, and get it *mostly* compiling (mostly just the backend classes right now - none of the desktop/WM classes yet).
|
|
|
|
| |
structures together.
|
|
This is just a staging area for the merging of the desktop, window manager, etc.. into a single unified application. It is highly fragmented right now and will not build *AT ALL* for a while.
|