aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-events
Commit message (Collapse)AuthorAge
* Checkpoint commit for some uncommitted changed to lumina-desktop-unifiedKen Moore2018-09-06
|
* Get more of the tray icon reading put together.Ken Moore2018-06-06
| | | | Cleanup some whitespace and turn off some debugging
* Commit a bunch more work on the Lumina 2 screen reservations.Ken Moore2018-04-26
|
* Get a bit more work on the new window-embed routine for Lumina 2Ken Moore2018-04-10
|
* Some more work on the Widget-base NativeWindow.Ken Moore2018-03-20
| | | | While the frame itself looks nice, a number of key functionality changes are still in-progress
* Quick checkpoint on the new NativeWindow class (Widgets).Ken Moore2018-03-20
|
* Start writing up research on how to do the keyboard event listening.Ken Moore2018-02-28
|
* Another large batch of work on Lumina 2.Ken Moore2018-01-31
| | | | | | 1. Bypass a Qt bug in multi-session "DISPLAY" number detection 2. Start getting the system tray all setup. Not quite there yet (still some QML issues) 3. Convert all the Menu's to QtControls2 (actually works on multiple screens)
* Merge branch 'master' of github.com:trueos/luminaKen Moore2018-01-29
|\
| * Couple more minor tweaks - trying to get the layering working properly.Ken Moore2018-01-29
| |
* | Make sure that the desktop canvas is always 2nd from the top of the stack of ↵Ken Moore2018-01-29
|/ | | | invisible windows.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2018-01-29
|\
| * a Couple more minor tweaks.Ken Moore2018-01-19
| | | | | | | | Have lumina-textedit treat .qml as javascript for syntax highlighting
| * Get some more of Lumina 2 cleaned up:Ken Moore2018-01-19
| | | | | | | | | | | | 1. Ensure window visibility is managed on the QML side 2. Have all panels (even ones pinned to a screen) get created by the root window QML (for layering purposes) 3. Change the default panel setting to include partial-transparency
* | Some more updates for Lumina 2:Ken Moore2018-01-29
|/ | | | Almost have the transparent windows getting layered properly.
* Another large checkpoint commit for Lumina 2:Ken Moore2018-01-13
| | | | | | * Integrate the new window geometry manager class * Get the new OSInterface framework tied in * Start getting the various system monitoring solutions tied into the OSInterface
* Get a lot more of the Native Window embed routine up and running. Actually ↵Ken Moore2018-01-11
| | | | usable now.
* Get the window compositing/painting routine finished up with a seamless ↵Ken Moore2018-01-10
| | | | image provider system.
* Get the window appearing now (compositing disabled at the moment)Ken Moore2018-01-08
|
* Some more work on the NativeWindowSystem.Ken Moore2018-01-08
| | | | Merging in the embed/compositing stuff from the old NativeEmbedWidget class, trying to get the window images detected/rendering.
* Another large update to Lumina 2:Ken Moore2018-01-08
| | | | Starting to hook up the new QML window frame with the C++ backend.
* Start adding some default keyboard shortcuts/files to Lumina 2.Ken Moore2017-07-11
|
* De-activate the volume reset on logout, and remove an old class/files from ↵Ken Moore2017-07-08
| | | | the Lumina2 project.
* Clean up the LShortcutEvents class so it uses Qt::Key values now instead of ↵Ken Moore2017-07-08
| | | | raw keycodes.
* Move Lumina2 over to using the static instance of the DesktopSettings class ↵Ken Moore2017-07-05
| | | | rather than a global object (lets us use the DesktopSettings within the standalone classes in libLumina as well).
* Another large batch of re-organization for lumina-desktop-unified.Ken Moore2017-06-27
| | | | This gets the new "NativeWindowSystem" and associated Native* classes all integrated (untested)
* Commit my work-in-progress on a new NativeWindowSystem class.Ken Moore2017-02-03
| | | | This will be a replacement for the current LuminaX11 class usage in the desktop, with a generic Qt5 API that talks to the X11/Wayland subsystems in the background.
* Another large batch of work on Lumina2:Ken Moore2017-02-01
| | | | | 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.
* Get a lot more of Lumina2 working. Now the window embed systems are ↵Ken Moore2017-01-31
| | | | functional, with 2-way create/show/hide/close detection. Windows do not detect/resize as needed yet though.
* Get the next phase of Lumina2 working: The context menu for the desktop itself.Ken Moore2017-01-30
| | | | 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).
* Another large update for Lumina 2:Ken Moore2017-01-27
| | | | | | | | | | | | 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).
* Another large batch of work on the new unified desktop.Ken Moore2017-01-26
| | | | | | 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.
* More setup for Lumina2:Ken Moore2017-01-10
| | | | | 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).
* Continue the re-assembly of the desktop backend.Ken Moore2017-01-06
Move the system tray registration/management into the XCB Event Filter class itself (since it needs access to the XCB library functions to work). This should restrict almost all use of the XCB classes to the EventFilter instance itself. Also continue moving around the source files as they are evaluated and tied into the project file. The src-screensaver and src-eventfilter directories are used now, but the src-DE and src-WM directories are still just holding cells for the files from the old lumina-desktop and lumina-wm subprojects that are not yet evaluated.
bgstack15