aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina
Commit message (Collapse)AuthorAge
* Clean up the session file-init routine.Ken Moore2017-10-16
| | | | Now the user files are scanned/created from within the start-lumina-desktop process, not the desktop process. This fixes the loading of the theme engine for the desktop process on first-run situations, and also ensures that the desktop process does not need to make any major changes to it's configs while it is still running.
* Update the backend process-running routine for Lumina (LUtils)Ken Moore2017-10-16
| | | | | This gives us an extra function with additional hooks (environment, working directory) It also gets rid of all that ugly QFuture stuff which never quite worked as expected anyway.
* Another checkpoint commit for Lumina 2Ken Moore2017-10-13
| | | | Almost have the QML-based desktop canvas working - still tracking down some QML syntax issues.
* Added framework to play video when the mouse is put over them. BreaksZackaryWelch2017-10-11
| | | | picture and video preview for lumina-fileinfo currently
* Finished video thumnails for lumina-fm and lumina-fileinfoZackaryWelch2017-10-05
|
* Reworked the VideoSurface subclassZackaryWelch2017-10-03
|
* Added experimental video thumbnails in lumina-fm and fileinfoZackaryWelch2017-10-03
|
* Final fix - re-enable some backwards-compatible code and put a big warning ↵Ken Moore2017-09-21
| | | | at the top of the function
* Urg - more fixes...Ken Moore2017-09-21
|
* Quick fix to ensure the status checkUserFiles function truly is staticKen Moore2017-09-21
|
* Oops - need to make sure that status function does not access any global ↵Ken Moore2017-09-21
| | | | QApplication instance.
* Fix up the application of theme settings from the system config file.Ken Moore2017-09-21
|
* Get window type detection/usage all implemented.Ken Moore2017-09-20
| | | | Now the window frame will get disabled/ignored for particular types of windows.
* Cleanup a bit more of the embed stuff.Ken Moore2017-09-20
|
* Streamline a bit more of the new Lumina2 window embed functionality.Ken Moore2017-09-20
|
* Get the window embed routine cleaned up and demo-ready.Ken Moore2017-09-20
| | | | I am still using the reparenting method, but mixing it with a partial/automatic compositing of windows to ensure that we can provide frame transparency - even if window-transparency is not supported with this method.
* Quick tag of version 1.3.3 in source (theme engine finished/integrated)Ken Moore2017-09-19
|
* Deactivate the "themes" page within lumina-config.Ken Moore2017-09-18
| | | | Replace that button with one that launches the theme engine config tool.
* Turn off the custom theme engine for the 1.x desktop itself, and use the ↵Ken Moore2017-09-14
| | | | | | lthemeengine styles for everything now. Also commit a few simple fixes for the lthemeengine styles page and a couple other random tweaks.
* Added video extension detection support with hardcoded inputZackaryWelch2017-09-11
|
* Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2017-09-11
|\
| * Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-09-08
| |\
| | * Put a failsafe in for overwriting default apps:Ken Moore2017-09-08
| | | | | | | | | | | | If the ${XDG_CONFIG_HOME}/lumina-mimeapps.list files exists, never re-write the default applications from the system configuration file rules.
| * | remove whitespacingq5sys2017-09-06
| |/
* / Added video file detection and correct desktop file translationZackaryWelch2017-09-11
|/
* Some more cleanup on Lumina2:Ken Moore2017-08-31
| | | | | | | 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).
* A bit more cleanup. Nothing too special.Ken Moore2017-08-31
|
* 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
|
bgstack15