Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A bit more random work: | Ken Moore | 2017-08-14 |
| | | | | | 1) Icon overlay fixes for desktop icons 2) Some more Lumina 2.x debugging/work | ||
* | Some work on Lumina 2.x | Ken Moore | 2017-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 Moore | 2017-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 Moore | 2017-08-03 |
| | |||
* | Get the icon loading routines all switched over to the old ↵ | Ken Moore | 2017-08-03 |
| | | | | QIcon::fromTheme() routine now that we have a theme engine available out-of-box. | ||
* | A few updates for lumina-screenshot: | Ken Moore | 2017-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 Moore | 2017-07-26 |
| | |||
* | Add a new "XDGMime" class/files which can be used for non-graphical mimetype ↵ | Ken Moore | 2017-07-21 |
| | | | | interactions | ||
* | Start adding the application launch functionality to the session (untested) | Ken Moore | 2017-07-21 |
| | |||
* | Fix up some multi-monitor issues with Lumina2 (Qt auto-scaling is a really ↵ | Ken Moore | 2017-07-21 |
| | | | | bad idea) | ||
* | Now all the compositing is finished - fixed the last couple painting issues. | Ken Moore | 2017-07-21 |
| | |||
* | Get the compositing and window interactions all cleaned up. Seems to work ↵ | Ken Moore | 2017-07-20 |
| | | | | great now. | ||
* | Add a window animation framework, with 7 visibility animations for starters. | Ken Moore | 2017-07-20 |
| | |||
* | Get the compositing working much smoother now. | Ken Moore | 2017-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 Moore | 2017-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 Moore | 2017-07-19 |
| | | | | need to find another way to poke the window after it gets moved. | ||
* | Get the in-window compositing *nearly* working. | Ken Moore | 2017-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 Moore | 2017-07-18 |
| | | | | such) are painted in the proper place. | ||
* | Clean up a bit of debugging and such | Ken Moore | 2017-07-18 |
| | |||
* | Get the resize/movement functionality all finished. | Ken Moore | 2017-07-18 |
| | |||
* | Add some better edge-detection systems for the window borders on the ↵ | Ken Moore | 2017-07-18 |
| | | | | left/right sides. | ||
* | Get a lot more of the geometry calculations/movements working. Almost ready ↵ | Ken Moore | 2017-07-18 |
| | | | | to start adding additional window property support | ||
* | Start working on getting the frame extents set/used properly. Still off on ↵ | Ken Moore | 2017-07-13 |
| | | | | the geom calculations right now. | ||
* | Large update to the window embedding systems - almost have the compositing ↵ | Ken Moore | 2017-07-13 |
| | | | | up and running. | ||
* | Fix a few random issues with Lumina2. | Ken Moore | 2017-07-12 |
| | |||
* | Update the "open-with" menu for lumina-fm so that is shows recommendations ↵ | Ken Moore | 2017-07-12 |
| | | | | directly in the menu. | ||
* | Start adding some default keyboard shortcuts/files to Lumina 2. | Ken Moore | 2017-07-11 |
| | |||
* | Added more key support for Lumina 2.0 | ZackaryWelch | 2017-07-11 |
| | |||
* | Split out the X11->Qt conversion function into it's own file (getting too ↵ | Ken Moore | 2017-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 keys | Ken Moore | 2017-07-07 |
| | |||
* | A few more updates in the X11->Qt button mapping | Ken Moore | 2017-07-07 |
| | |||
* | Get the numbers/letters conversion working from X11->Qt | Ken Moore | 2017-07-07 |
| | |||
* | Oops - forgot to add an include. | Ken Moore | 2017-07-07 |
| | |||
* | Try a more complicated QKeySequence for the mapping protocols | Ken Moore | 2017-07-07 |
| | |||
* | A bit more keyboard mapping debugging/parsing | Ken Moore | 2017-07-07 |
| | |||
* | Commit a work-in-progress for converting an X11 keycode into a Qt::Key ↵ | Ken Moore | 2017-07-07 |
| | | | | definition | ||
* | Add the ability to use a static "instance()" of the DesktopSettings class ↵ | Ken Moore | 2017-07-05 |
| | | | | within a project | ||
* | Commit another large block of work on Lumina2. | Ken Moore | 2017-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 Moore | 2017-06-29 |
| | | | | closed (some internal event identifier) | ||
* | Add a secondary window ID for all window destroy events. | Ken Moore | 2017-06-29 |
| | |||
* | add some debugging for the new window routine (need window ID's) | Ken Moore | 2017-06-29 |
| | |||
* | Fix up the animation finished routine - should work fine now | Ken Moore | 2017-06-29 |
| | |||
* | Add an animation finished routine so we can re-load any Window settings ↵ | Ken Moore | 2017-06-29 |
| | | | | which are ignored during the animation. | ||
* | Some more fixes for the window animations | Ken Moore | 2017-06-29 |
| | |||
* | Try to fix up some window close/re-open issues | Ken Moore | 2017-06-29 |
| | |||
* | Clean up a bunch of debugging, and add a "closing" animation to the ↵ | Ken Moore | 2017-06-29 |
| | | | | rootSubWindow as well. | ||
* | Add some window close debugging, and change the setVisible animation to a ↵ | Ken Moore | 2017-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 Moore | 2017-06-29 |
| | |||
* | Add in a "show" animation for windows when they appear | Ken Moore | 2017-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 Moore | 2017-06-29 |
| |