aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina
Commit message (Collapse)AuthorAge
* 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
|
* Get the numbers/letters conversion working from X11->QtKen Moore2017-07-07
|
* Oops - forgot to add an include.Ken Moore2017-07-07
|
* Try a more complicated QKeySequence for the mapping protocolsKen Moore2017-07-07
|
* A bit more keyboard mapping debugging/parsingKen Moore2017-07-07
|
* Commit a work-in-progress for converting an X11 keycode into a Qt::Key ↵Ken Moore2017-07-07
| | | | definition
* Add the ability to use a static "instance()" of the DesktopSettings class ↵Ken Moore2017-07-05
| | | | within a project
* Commit another large block of work on Lumina2.Ken Moore2017-06-29
| | | | | | 1. Starting to get the compositing put together, but not functional yet. 2. Get the window close routines completely finished, with memory being freed properly on close. 3. Get some of the "reset" of window properties after an animation all setup. Not quite finished yet.
* Back out that secondary close ID - unrelated to the actual window that was ↵Ken Moore2017-06-29
| | | | closed (some internal event identifier)
* Add a secondary window ID for all window destroy events.Ken Moore2017-06-29
|
* add some debugging for the new window routine (need window ID's)Ken Moore2017-06-29
|
* Fix up the animation finished routine - should work fine nowKen Moore2017-06-29
|
* Add an animation finished routine so we can re-load any Window settings ↵Ken Moore2017-06-29
| | | | which are ignored during the animation.
* Some more fixes for the window animationsKen Moore2017-06-29
|
* Try to fix up some window close/re-open issuesKen Moore2017-06-29
|
* Clean up a bunch of debugging, and add a "closing" animation to the ↵Ken Moore2017-06-29
| | | | rootSubWindow as well.
* Add some window close debugging, and change the setVisible animation to a ↵Ken Moore2017-06-29
| | | | window zoom rather than opacity (the frame is not technically an independant window).
* Make sure we set the root flag that window opacity is supported.Ken Moore2017-06-29
|
* Add in a "show" animation for windows when they appearKen Moore2017-06-29
| | | | This is a good example of how animations can be setup/used in the window
* Some more tweaks to the default stylesheet for the window frame.Ken Moore2017-06-29
|
bgstack15