aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina
Commit message (Collapse)AuthorAge
* A large amount of cleanup:Ken Moore2017-08-31
| | | | | | | | | 1) Fix the screen-alignment in a number of screensavers 2) Fix the restart-interval for screensavers (60 seconds by default) 3) Fix the cleanup of old screensaver objects between rotations 4) Add a default settings file for screensavers 5) Fix the prioritization of the settings files within DesktopSettings. 6) Turn off some event filter debugging
* Get all the single-window interactions finished up.Ken Moore2017-08-31
| | | | | Now the multiple types of animations will not conflict/overwrite each other, and the window itself will be properly "paused" for animations. Also fix up some window resize calculation errors, so the offset to the mouse position is properly handled now
* A but more work on Lumina2:Ken Moore2017-08-31
| | | | | | | | 1. Get the menu-based task manager up and running. 2. Get the minimize button setup with normal functionality now (since we can restore it) 3. Get the maximize button logic setup - still testing this 4. Get the window movement animation system setup - still testing this for the maximize functionality 5. Cleanup a bit more of the backend "pause" for windows during animations.
* A couple more minor tweaks.Ken Moore2017-08-30
|
* A bit more for Lumina2:Ken Moore2017-08-30
| | | | | | | | 1) Get a simple "DISABLE_COMPOSITING" flag working in the NativeEmbedWidget class, and disable the compositing right now (still too many issues with using GPU-accellerated drivers) 2) Get a WM settings file created and add options for "focusFollowsMouse" (true by default) and "raiseOnFocus" (false by default). 3) Add a way for the root window to announce mouse cursor movements to the screensaver, bypassing the XCB event system (can't seem to get it to report those events anyway right now). Probably a better method anyway since moving the mouse won't cause billions of events in a short time then. With this, it seems like all the mouse cursor management systems are up and running. I have not tested using shortcuts combined with mouse buttons yet though....
* A bit more work on compositing and such (mostly commented out) - still not ↵Ken Moore2017-08-30
| | | | working with GPU-backed xorg drivers
* Finish up all the mouse focus handling for embedded windows. Works ↵Ken Moore2017-08-30
| | | | beautifully now.
* Get a lot of the root context menu up and running. Now the application list ↵Ken Moore2017-08-29
| | | | is available and functional, plus the beginnings of the task manager plugin for the menu.
* Start getting the Root context menu all moved over from Lumina 1 to 2.Ken Moore2017-08-29
| | | | Not quite finished yet.
* Cleanup the DesktopSettings class and add some more settings files to it.Ken Moore2017-08-29
|
* Syncronize the icon theme option in lumina-config with lthemeengine.Ken Moore2017-08-29
|
* Fix up the location/detection of icon/cursor themes. They just changes it ↵Ken Moore2017-08-29
| | | | upstream to dump all of them in the same directory, so need to be careful about detecting them now.
* Come more work on compositing. Seems like there is a significant difference ↵Ken Moore2017-08-28
| | | | between my nvidia-based desktop and the Intel laptop.
* A bunch more work on Lumina 2 mouse focus settings and such.Ken Moore2017-08-27
|
* Add 3 simple window arrangements to Lumina 2.Ken Moore2017-08-27
| | | | Also clean up a bit of the invisible layering for embedded windows.
* Another round of work on getting the window embed stuff cleaned up.Ken Moore2017-08-25
| | | | Now the windows are restacking properly again - just need to forward events from the frame to the window on-demand still
* Re-enable compositing and ensure that the window embed routines work for all ↵Ken Moore2017-08-25
| | | | types of windows.
* Add the ability to generate symlinks in the Desktop folder the first time ↵Ken Moore2017-08-18
| | | | Lumina starts up for a user, based on entries in the system's luminaDesktop.conf file.
* Change around the default settings for Lumina quite a bit:Ken Moore2017-08-18
| | | | | | | | 1) Turn on some themes by default (DarkGlass/Black) 2) Sync icon theme between desktop/lthemeengine 3) If DarkGlass/Black is for the desktop, automatically turn on the "darker" color scheme for applications within lthemeengine. 4) Ensure lumina-pdf is added as a default PDF viewer. 5) Change the wallpapers/interface for the TrueOS defaults.
* A bit more random work:Ken Moore2017-08-14
| | | | | 1) Icon overlay fixes for desktop icons 2) Some more Lumina 2.x debugging/work
* Some work on Lumina 2.xKen Moore2017-08-14
| | | | | Disable compositing for now with a simple define - can re-enable later when more time to fix Start work on the client message detection/handling
* Tag version 1.3.2 in source.Ken Moore2017-08-11
| | | | This will help identify if people are at the point where lumina-pdf and lumina-theme-engine are integrated or not.
* Cleanup some fallback routines for loading icons from the Qt theme methods.Ken Moore2017-08-03
|
* Get the icon loading routines all switched over to the old ↵Ken Moore2017-08-03
| | | | QIcon::fromTheme() routine now that we have a theme engine available out-of-box.
* A few updates for lumina-screenshot:Ken Moore2017-07-31
| | | | | When selecting a window/area, make the window transparent. Ensure the single-instance system works for this apps (was not closing new process).
* Start adding the window arrangement framework to Lumina2.Ken Moore2017-07-26
|
* Add a new "XDGMime" class/files which can be used for non-graphical mimetype ↵Ken Moore2017-07-21
| | | | interactions
* Start adding the application launch functionality to the session (untested)Ken Moore2017-07-21
|
* Fix up some multi-monitor issues with Lumina2 (Qt auto-scaling is a really ↵Ken Moore2017-07-21
| | | | bad idea)
* Now all the compositing is finished - fixed the last couple painting issues.Ken Moore2017-07-21
|
* Get the compositing and window interactions all cleaned up. Seems to work ↵Ken Moore2017-07-20
| | | | great now.
* Add a window animation framework, with 7 visibility animations for starters.Ken Moore2017-07-20
|
* Get the compositing working much smoother now.Ken Moore2017-07-19
| | | | Only re-grab the X11 image when it changes, then store it for all paint events (including partial painting updates) - making things much faster to update on-demand.
* Another checkpoint in the compositing saga. Got most of it working, but ↵Ken Moore2017-07-19
| | | | still getting random artifacting *outside* of the window that we are painting from time to time.
* Get compositing completely working. This broke the move-update patch a bit - ↵Ken Moore2017-07-19
| | | | need to find another way to poke the window after it gets moved.
* Get the in-window compositing *nearly* working.Ken Moore2017-07-18
| | | | Still a bit unstable right now (closing a window crashes X), but the compositing redirection/painting seems to be working somewhat.
* Finish up the on-move window notification so that sub-windows (menus and ↵Ken Moore2017-07-18
| | | | such) are painted in the proper place.
* Clean up a bit of debugging and suchKen Moore2017-07-18
|
* Get the resize/movement functionality all finished.Ken Moore2017-07-18
|
* Add some better edge-detection systems for the window borders on the ↵Ken Moore2017-07-18
| | | | left/right sides.
* Get a lot more of the geometry calculations/movements working. Almost ready ↵Ken Moore2017-07-18
| | | | to start adding additional window property support
* Start working on getting the frame extents set/used properly. Still off on ↵Ken Moore2017-07-13
| | | | the geom calculations right now.
* Large update to the window embedding systems - almost have the compositing ↵Ken Moore2017-07-13
| | | | up and running.
* Fix a few random issues with Lumina2.Ken Moore2017-07-12
|
* Update the "open-with" menu for lumina-fm so that is shows recommendations ↵Ken Moore2017-07-12
| | | | directly in the menu.
* Start adding some default keyboard shortcuts/files to Lumina 2.Ken Moore2017-07-11
|
* Added more key support for Lumina 2.0ZackaryWelch2017-07-11
|
* Split out the X11->Qt conversion function into it's own file (getting too ↵Ken Moore2017-07-08
| | | | | | 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.
* Get the F1-F35 keys all detected/mapped appropriately to Qt keysKen Moore2017-07-07
|
* A few more updates in the X11->Qt button mappingKen Moore2017-07-07
|
bgstack15