aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Collapse)AuthorAge
* 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.
* Clean up the use of the settings files within the entire screensaver system.Ken Moore2017-08-30
| | | | Also fix some minor whitespace/alignment in code, and add fallback routines to a couple screensavers which need external files (so they don't crash if nothing was setup or a directory is empty)
* Make sure the context menu label is center-alignedKen Moore2017-08-29
|
* 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.
* Remove the src-DE directory from lumina-desktop-unified. No need for this ↵Ken Moore2017-08-28
| | | | old copy of the files.
* 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.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-08-25
|\
| * Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2017-08-25
| |\
| * | Finished the video slideshowZackaryWelch2017-08-25
| | |
* | | 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.
* Merge remote-tracking branch 'origin/master'Weblate2017-08-19
|\
| * 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.
* | Translated using Weblate (Danish)scootergrisen2017-08-19
|/ | | | Currently translated at 100.0% (330 of 330 strings)
* Merge remote-tracking branch 'origin/master'Weblate2017-08-17
|\
| * Small changes to lumina-open:Ken Moore2017-08-17
| | | | | | | | | | 1) Don't change the lumina-mimeapps.list file unless the user chooses to change the default (never clear the default) 2) Clean up a bunch of whitespace issues
* | Translated using Weblate (Catalan)Davidmp2017-08-17
|/ | | | Currently translated at 100.0% (330 of 330 strings)
* Translated using Weblate (Czech)Pavel Borecki2017-08-17
| | | | Currently translated at 100.0% (330 of 330 strings)
* Merge remote-tracking branch 'origin/master'Weblate2017-08-17
|\
| * Added translations to menu buttons and the panel settings dialogueZackaryWelch2017-08-15
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-08-15
| |\
| | * Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2017-08-15
| | |\
| | * | Resynced translation files and fixed translations of the boot splash UIZackaryWelch2017-08-15
| | | |
| | * | Added fixes for the experimental video screensaverZackaryWelch2017-08-15
| | | |
| * | | Couple quick updates to LSession - not enabled at the moment.Ken Moore2017-08-15
| | |/ | |/|
| * | Make the wm crash-reset timer 2 seconds between crashes.Ken Moore2017-08-15
| | |
| * | Setup the WM restart routine to make it more flexible:Ken Moore2017-08-15
| |/ | | | | | | | | 1) The WM will be restarted a maximum of twice with crashes less than 5 seconds apart. 2) This makes it more flexible with regards to opeartions which require that fluxbox be restarted (such as changing the screen around).
| * A bit more random work:Ken Moore2017-08-14
| | | | | | | | | | 1) Icon overlay fixes for desktop icons 2) Some more Lumina 2.x debugging/work
| * Fix aKen Moore2017-08-14
| |
| * Fix the clock width detection/setting. Had a typo in the delimiter....Ken Moore2017-08-14
| |
| * 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
| * Add a wm failure counter to start-lumina-desktop, and restart the process up ↵Ken Moore2017-08-14
| | | | | | | | to 3 times maximum.
| * Couple trivial changes to some files.Ken Moore2017-08-14
| |
| * 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.
| * Make sure the "start-lumina-desktop" routine will detect/adjust the X11 ↵Ken Moore2017-08-05
| | | | | | | | Display on demand
| * Have the X11 init display number auto-detect now (starting with 0).Ken Moore2017-08-05
| |
| * Updated the list of includes for Lumina 2ZackaryWelch2017-08-04
| |
| * Added an experimental VideoSlideshow screensaver plus fixesZackaryWelch2017-08-04
| |
| * fix for clock minimum widthq5sys2017-08-04
| |
| * Setup the Lumina 1.x desktop to use the new theme engine by defaultKen Moore2017-08-03
| |
bgstack15