aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Expand)AuthorAge
* Re-arrange the 2.0 desktop sources (QML + associated C++ files).Ken Moore2017-10-25
* Fixed issue with setting defaults in lumina-open and cleaned up main.cppZackaryWelch2017-10-23
* Added some testing code for issues with directories having >10 videosZackaryWelch2017-10-21
* Finished video thumbnails and roll over playback for lumina-fm andZackaryWelch2017-10-21
* Make LVideoLabel thread-safe.Ken Moore2017-10-18
* Another quick checkpoint for Lumina 2 files. Nothing too spectacular yet - st...Ken Moore2017-10-18
* Updated how video thumbnails are loaded. Now cached to stop crash whenZackaryWelch2017-10-16
* Clean up the session file-init routine.Ken Moore2017-10-16
* Update the backend process-running routine for Lumina (LUtils)Ken Moore2017-10-16
* Another checkpoint commit for Lumina 2Ken Moore2017-10-13
* Tinker with the color divisions in "Warp" a bit - ensure more even distributi...Ken Moore2017-10-12
* Remove the plaintext input option for lumina-checkpass, and add more usage re...Ken Moore2017-10-12
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-10-12
|\
| * Added framework to play video when the mouse is put over them. BreaksZackaryWelch2017-10-11
* | Add some color to the "Warp" starfield.Ken Moore2017-10-12
* | Add a new screensaver: WarpKen Moore2017-10-12
|/
* Update lumina-checkpass with 2 additional options:Ken Moore2017-10-11
* A bit more cleanup for the screensaver system.Ken Moore2017-10-11
* Get the Lumina2 screensaver system converted over to the new QML-backed plugi...Ken Moore2017-10-11
* Write up the new ScreenSaver plugins management class (untested)Ken Moore2017-10-10
* 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
* 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 n...Ken Moore2017-10-10
* 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 is...Ken Moore2017-10-06
|/
* 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 at...Ken Moore2017-09-21
* 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 QApp...Ken Moore2017-09-21
* 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 Lum...Ken Moore2017-09-21
* 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
* 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
* 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
* 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
* Fix up the icon sync on theme change, and change the icon for lumina-mediapla...Ken Moore2017-09-18
bgstack15