aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Collapse)AuthorAge
* 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
| |
| * 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.
| * Fix up a bit more of the lumina-theme-engineKen Moore2017-08-03
| | | | | | | | | | | | | | | | 1. Adjust the build directories for all projects 2. Add lumina-theme-engine to the "core" meta-project 3. flip the names of the "dusk" and "darker" color schemes 4. Add a simple drop-down menu for standard colors when editing a stylesheet 5. Ensure the find colors/qss routines skip duplicate directory entries
| * Cleanup the lumina-theme-engine subprojectKen Moore2017-08-03
| | | | | | | | | | | | | | 1. Use the built-in OS-detect.pri for build settings 2. Remove the "DISABLE_WIDGETS" flag (desktop always needs it) 3. Clean up the multi-path search routines for qss/color files 4. Add some color files to the default install
| * fix version string defineq5sys2017-08-03
| |
| * get basic user defined sound enabledq5sys2017-08-03
| |
| * Adjust the screensaver restart routine a bit.Ken Moore2017-08-02
| |
| * Fix up the screensaver animation crashes *again*.Ken Moore2017-08-01
| |
| * Fixed Grav loop and disabled screensaver brightnessZackaryWelch2017-08-01
| |
bgstack15