aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Get the window appearing now (compositing disabled at the moment)Ken Moore2018-01-08
* Merge branch 'master' of github.com:trueos/luminaKen Moore2018-01-08
|\
| * Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2018-01-08
| |\
| * | Changes to NativeWindow frame QMLZackaryWelch2018-01-08
* | | Some more work on the NativeWindowSystem.Ken Moore2018-01-08
| |/ |/|
* | Fix up the wallpaper failover routine.Ken Moore2018-01-08
|/
* Another large update to Lumina 2:Ken Moore2018-01-08
* Changed color and removed comments from Matrix screensaverZackaryWelch2018-01-05
* Added WindowFrame for qmlZackaryWelch2018-01-05
* Git now ignore vi swp filesZackaryWelch2018-01-04
* Modify gitignore to disregard scripts in the src-qml testing directoryZackaryWelch2018-01-04
* Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2018-01-04
|\
| * Get a lot more of the NativeWindowObject QML-ified.Ken Moore2018-01-04
| * Add the new-ish NativeWindowObject class to Lumina2Ken Moore2018-01-03
* | Added Matrix screensaverZackaryWelch2018-01-04
* | Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2018-01-03
|\|
| * Get the DesktopSettings class automatically providing notifications about fil...Ken Moore2018-01-03
| * Fix up the default wallpaper directory detection (old Lumina-DE dir is not lo...Ken Moore2018-01-03
| * Merge remote-tracking branch 'origin/master'Weblate2018-01-02
| |\
| | * Merge remote-tracking branch 'origin/master'Weblate2018-01-02
| | |\
| | | * Merge branch 'master' of github.com:trueos/luminaKen Moore2018-01-02
| | | |\
| | | | * Merge remote-tracking branch 'origin/master'Weblate2018-01-02
| | | | |\
| | | | * | Translated using Weblate (Dutch)Remko van der Pluijm2018-01-02
| | | | * | Translated using Weblate (Danish)scootergrisen2018-01-02
| | | | * | Translated using Weblate (Portuguese (Brazil))Sebastião Luiz Guerra2018-01-02
| | | * | | Add the new "DesktopManager" class into lumina2 sources.Ken Moore2018-01-02
| | * | | | Translated using Weblate (Portuguese (Brazil))Sebastião Luiz Guerra2018-01-02
| * | | | | Translated using Weblate (Danish)scootergrisen2018-01-02
| * | | | | Translated using Weblate (Portuguese (Brazil))Sebastião Luiz Guerra2018-01-02
* | | | | | Added some specific data for desktop plugins into the JSON readerZackaryWelch2018-01-02
| |_|_|_|/ |/| | | |
* | | | | Updated project files for plugin systemZackaryWelch2018-01-02
* | | | | Removed extra whitespace from .gitignoreZackaryWelch2018-01-02
* | | | | Updated .gitignoreZackaryWelch2018-01-02
* | | | | Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2018-01-02
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of http://github.com/trueos/luminaq5sys2018-01-02
| |\ \ \ \ \
| * | | | | | add absolute paths to autoarchiveq5sys2018-01-02
| | |_|_|/ / | |/| | | |
* | | | | | Started a framework for desktop plugins and modified the screensaver plugins ...ZackaryWelch2018-01-02
| |/ / / / |/| | | |
* | | | | Improved some of the code in the screensaver plugins fileZackaryWelch2018-01-02
|/ / / /
* | | | Finished transitioning from QPrintPreviewWidget to QGraphicsViewZackaryWelch2017-12-29
* | | | Quick update to lumina-textedit:Ken Moore2017-12-28
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/master'Weblate2017-12-27
|\ \ \
| * | | Shifted from a custom QWidget to a subclass of QGraphicalView and connected i...ZackaryWelch2017-12-27
| * | | Began creating custom QPrintPreviewWidget for lumina-pdfZackaryWelch2017-12-26
| * | | Made improvements to focus setting and the find widget in lumina-pdfZackaryWelch2017-12-26
| * | | Progress toward search functionality for lumina-pdfZackaryWelch2017-12-22
| * | | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-12-21
| |\ \ \
| | * \ \ Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2017-12-20
| | |\ \ \
| | | * | | Setup the RootDesktopObject to start providing NativeWindow objects to the QM...Ken Moore2017-12-20
| | | * | | Make sure the QML filenames correspond to the C++ objects (PanelObject.h -> P...Ken Moore2017-12-20
| | | * | | Add a new C++ object: PanelObjectKen Moore2017-12-19
bgstack15