aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Collapse)AuthorAge
* 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
|
* Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-08-01
|\
| * Fixed language attribute in Australian XML filesZackaryWelch2017-08-01
| |
* | minor housekeeping to pro filesq5sys2017-08-01
| |
* | fix default prefix pathq5sys2017-08-01
|/
* Add some commented-out code for changing theme enginesKen Moore2017-07-31
|
* 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).
* Fix up the grav screensaver a bit so it does not crash on close any more.Ken Moore2017-07-31
|
* Resynced Translation FilesZackaryWelch2017-07-31
|
* Merge branch 'master' of https://github.com/trueos/luminaq5sys2017-07-31
|\
| * Added Australian English translation filesZackaryWelch2017-07-31
| |
* | bring bracket sanity to a wasteland of if statementsq5sys2017-07-31
|/
* Cleanup the "fluxbox" detection for window manager settings.Ken Moore2017-07-31
|
* Start adding the window arrangement framework to Lumina2.Ken Moore2017-07-26
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-07-21
|\
| * Merge branch 'master' of https://github.com/trueos/luminaq5sys2017-07-21
| |\
| * | clean up lthemeengine-style pagesq5sys2017-07-20
| | |
| * | clean up lthemeengine-qtplugin pagesq5sys2017-07-20
| | |
| * | clean up tab pagesq5sys2017-07-20
| | |
| * | clean up qss pagesq5sys2017-07-20
| | |
| * | clean up palette pagesq5sys2017-07-20
| | |
| * | clean up main pagesq5sys2017-07-20
| | |
| * | clean up lthemeengine pagesq5sys2017-07-20
| | |
| * | clean up interface pagesq5sys2017-07-20
| | |
| * | clean up icon pagesq5sys2017-07-20
| | |
| * | clean up font pagesq5sys2017-07-20
| | |
| * | clean up appearance source filesq5sys2017-07-20
| | |
* | | 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.
* Merge branch 'master' of github.com:trueos/luminaWeblate2017-07-19
|\
| * 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.
bgstack15