aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Collapse)AuthorAge
...
* Write up the new ScreenSaver plugins management class (untested)Ken Moore2017-10-10
| | | | Also cleanup a bit more of the documentation for the new plugin system.
* Cleanup a lot of stale/unused files within the Lumina2 souce tree.Ken Moore2017-10-10
|
* Change the layout of the screensaver files directory a bit.Ken Moore2017-10-10
| | | | This adds the formalization of a JSON manifest for determining which screensavers are valid and how to launch them, as well as all sorts of other legal/author information as desired.
* Make the number of fireflies scale a bit better with the size of the screenKen Moore2017-10-10
|
* Update the Fireflies screensaver - seems to work fine nowKen Moore2017-10-10
|
* Fix up the QML test routine a bit, and add a couple works-in-progress for a ↵Ken Moore2017-10-10
| | | | new firefly screensaver.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-10-06
|\
| * Finished video thumnails for lumina-fm and lumina-fileinfoZackaryWelch2017-10-05
| |
* | Try to ensure that the transient QApplication for user file checks/updates ↵Ken Moore2017-10-06
|/ | | | is completely deleted.
* Reworked the VideoSurface subclassZackaryWelch2017-10-03
|
* Added experimental video thumbnails in lumina-fm and fileinfoZackaryWelch2017-10-03
|
* Adjust the border on the simple scrollbar style, and update the pkg-plist.Ken Moore2017-10-02
|
* Add a couple more "simple" stylesheets for sliders and tooltips.Ken Moore2017-10-02
|
* Remove the "ok" button, and change the "cancel" button to "close".Ken Moore2017-10-02
|
* Add a "copy" button to the QSS page for copying files to make changes.Ken Moore2017-10-02
|
* 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.
* Make sure we don't run the checkUserFiles() function a second timeKen Moore2017-09-21
|
* Fix up the loading of the theme settings before the session is started in ↵Ken Moore2017-09-21
| | | | Lumina 1, and also fix the pkg plist so it includes the qss files.
* 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
|
* Cleanup the stylesheet usage on apps a bit more.Ken Moore2017-09-18
| | | | Still apply any application styles if the app has it's own global stylesheet, but put the additional styles earlier in the priority so the app stylesheet has priority over any conflicting rules.
* Make sure we never overwrite an application's stylesheet if one is set.Ken Moore2017-09-18
|
* A few more tweaks for the theme engine.Ken Moore2017-09-18
| | | | | Try to update application window icons when the theme changes. Minor change to the Glass desktop theme.
* Fix up the icon sync on theme change, and change the icon for ↵Ken Moore2017-09-18
| | | | lumina-mediaplayer to one that exists in more themes
* Convert the "Glass" desktop theme over to the new format.Ken Moore2017-09-18
|
* Deactivate the "themes" page within lumina-config.Ken Moore2017-09-18
| | | | Replace that button with one that launches the theme engine config tool.
* Commit a "scrollbar-simple.qss" file, and some WIP on updating X cursors on ↵Ken Moore2017-09-15
| | | | theme change (not working yet)
* Add mouse cursor theme management to lthemeengine.Ken Moore2017-09-15
| | | | Also fix up a number of other little bugs in various pages.
* Make sure the "leave" dialog is themeable, and theme it within the DarkGlass ↵Ken Moore2017-09-14
| | | | style.
* 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.
* Cleanup the QSS page quite a bit so that items can now be sorted, ordered by ↵Ken Moore2017-09-14
| | | | priority and more.
* Also auto-open the palette modification UI when creating a copy of a color ↵Ken Moore2017-09-13
| | | | scheme.
* Fix up a bunch more of the lumina-theme-engine functionality - adding in all ↵Ken Moore2017-09-13
| | | | the desktop style settings and reworking the configuration UI and functionality.
* Fix up some of the qss theme pageKen Moore2017-09-13
|
* Made the monitor widget label names translateableZackaryWelch2017-09-11
|
* Added the option of playing multiple videos or one video in a loopZackaryWelch2017-09-11
|
* Added video extension detection support with hardcoded inputZackaryWelch2017-09-11
|
* Resynced translation filesZackaryWelch2017-09-11
|
* Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2017-09-11
|\
| * Rename the "stylesheets" tab and split it up into two tabs:Ken Moore2017-09-11
| | | | | | | | | | "Application Theme" and "Desktop Theme". Also re-work the qsspage class a bit to understand whether it is running in "desktop" or "application" mode.
| * Add support for a "desktop_stylesheets" config knob which will activated if ↵Ken Moore2017-09-11
| | | | | | | | the application loading the theme engine is called "lumina-desktop".
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-09-08
| |\
| | * Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-09-08
| | |\
bgstack15