Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | Add the new "DesktopManager" class into lumina2 sources. | Ken Moore | 2018-01-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This is the class that watches for settings file changes and/or converts settings into interface object values. | |||
| | * | | | | Translated using Weblate (Portuguese (Brazil)) | Sebastião Luiz Guerra | 2018-01-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (83 of 83 strings) Translation: lumina/lumina-mediaplayer Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-mediaplayer/pt_BR/ | |||
| * | | | | | Translated using Weblate (Danish) | scootergrisen | 2018-01-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (101 of 101 strings) Translation: lumina/lumina-archiver Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-archiver/da/ | |||
| * | | | | | Translated using Weblate (Portuguese (Brazil)) | Sebastião Luiz Guerra | 2018-01-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (101 of 101 strings) Translation: lumina/lumina-archiver Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-archiver/pt_BR/ | |||
* | | | | | | Added some specific data for desktop plugins into the JSON reader | ZackaryWelch | 2018-01-02 | |
| |_|_|_|/ |/| | | | | ||||
* | | | | | Updated project files for plugin system | ZackaryWelch | 2018-01-02 | |
| | | | | | ||||
* | | | | | Removed extra whitespace from .gitignore | ZackaryWelch | 2018-01-02 | |
| | | | | | ||||
* | | | | | Updated .gitignore | ZackaryWelch | 2018-01-02 | |
| | | | | | ||||
* | | | | | Merge branch 'master' of https://github.com/trueos/lumina | ZackaryWelch | 2018-01-02 | |
|\ \ \ \ \ | ||||
| * \ \ \ \ | Merge branch 'master' of http://github.com/trueos/lumina | q5sys | 2018-01-02 | |
| |\ \ \ \ \ | ||||
| * | | | | | | add absolute paths to autoarchive | q5sys | 2018-01-02 | |
| | |_|_|/ / | |/| | | | | ||||
* | | | | | | Started a framework for desktop plugins and modified the screensaver plugins ↵ | ZackaryWelch | 2018-01-02 | |
| |/ / / / |/| | | | | | | | | | | | | | | to inherit from a base plugin system | |||
* | | | | | Improved some of the code in the screensaver plugins file | ZackaryWelch | 2018-01-02 | |
|/ / / / | ||||
* | | | | Finished transitioning from QPrintPreviewWidget to QGraphicsView | ZackaryWelch | 2017-12-29 | |
| | | | | ||||
* | | | | Quick update to lumina-textedit: | Ken Moore | 2017-12-28 | |
| |/ / |/| | | | | | | | | | | | 1. Add a new syntax highlighting "meta" option for auto-selecting a ruleset based on the first line of text in the file, and add rules for shell, json, and python to support first-line matches. 2. Fix up the detection of "read-only" property on newly-saved files. | |||
* | | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-12-27 | |
|\ \ \ | ||||
| * | | | Shifted from a custom QWidget to a subclass of QGraphicalView and connected ↵ | ZackaryWelch | 2017-12-27 | |
| | | | | | | | | | | | | | | | | it to the Main UI | |||
| * | | | Began creating custom QPrintPreviewWidget for lumina-pdf | ZackaryWelch | 2017-12-26 | |
| | | | | ||||
| * | | | Made improvements to focus setting and the find widget in lumina-pdf | ZackaryWelch | 2017-12-26 | |
| | | | | ||||
| * | | | Progress toward search functionality for lumina-pdf | ZackaryWelch | 2017-12-22 | |
| | | | | ||||
| * | | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-12-21 | |
| |\ \ \ | ||||
| | * \ \ | Merge branch 'master' of https://github.com/trueos/lumina | ZackaryWelch | 2017-12-20 | |
| | |\ \ \ | ||||
| | | * | | | Setup the RootDesktopObject to start providing NativeWindow objects to the ↵ | Ken Moore | 2017-12-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | QML interface. | |||
| | | * | | | Make sure the QML filenames correspond to the C++ objects (PanelObject.h -> ↵ | Ken Moore | 2017-12-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Panel.qml) Add a new "Panel.qml" widget for reserved screen areas. | |||
| | | * | | | Add a new C++ object: PanelObject | Ken Moore | 2017-12-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This is tied into the RootDesktopObject as well as the ScreenObject, resulting in global-session panels as well as per-screen panels. | |||
| | * | | | | Fixed keyboard focus and added an information dialog to lumina-pdf | ZackaryWelch | 2017-12-20 | |
| | |/ / / | ||||
| | * | | | Added test QML files | ZackaryWelch | 2017-12-18 | |
| | | | | | ||||
| | * | | | Added missing JSON file for Grav screensaver | ZackaryWelch | 2017-12-18 | |
| | | | | | ||||
| | * | | | Added missing icons and created actions for later implemented functions | ZackaryWelch | 2017-12-18 | |
| | | | | | ||||
| | * | | | Added two custom icons for lumina-pdf | ZackaryWelch | 2017-12-18 | |
| | | | | | ||||
| | * | | | Added icons for lumina-pdf | ZackaryWelch | 2017-12-18 | |
| | | | | | ||||
| | * | | | Added script to detect icons missing in plist | ZackaryWelch | 2017-12-18 | |
| | | | | | ||||
| | * | | | Finished rotation and working on changing keys in lumina-pdf | ZackaryWelch | 2017-12-18 | |
| | | | | | ||||
| * | | | | Turn of some stdout messages within the Qt theme plugin. | Ken Moore | 2017-12-21 | |
| | | | | | ||||
* | | | | | Translated using Weblate (Danish) | scootergrisen | 2017-12-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (83 of 83 strings) Translation: lumina/lumina-mediaplayer Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-mediaplayer/da/ | |||
* | | | | | Translated using Weblate (Lithuanian) | Moo | 2017-12-27 | |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (83 of 83 strings) Translation: lumina/lumina-mediaplayer Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-mediaplayer/lt/ | |||
* | | | | Translated using Weblate (Danish) | scootergrisen | 2017-12-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (83 of 83 strings) Translation: lumina/lumina-mediaplayer Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-mediaplayer/da/ | |||
* | | | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-12-18 | |
|\| | | | ||||
| * | | | Added zoom and start to rotate for lumina-pdf | ZackaryWelch | 2017-12-18 | |
| | | | | ||||
* | | | | Translated using Weblate (Lithuanian) | Moo | 2017-12-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 80.7% (67 of 83 strings) Translation: lumina/lumina-mediaplayer Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-mediaplayer/lt/ | |||
* | | | | Translated using Weblate (Hungarian) | Héjjas István | 2017-12-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 1.2% (1 of 83 strings) Translation: lumina/lumina-mediaplayer Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-mediaplayer/hu/ | |||
* | | | | Translated using Weblate (Czech) | Pavel Borecki | 2017-12-18 | |
|/ / / | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (83 of 83 strings) Translation: lumina/lumina-mediaplayer Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-mediaplayer/cs/ | |||
* | | | Translated using Weblate (Catalan) | Davidmp | 2017-12-18 | |
| | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (83 of 83 strings) Translation: lumina/lumina-mediaplayer Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-mediaplayer/ca/ | |||
* | | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-12-15 | |
|\ \ \ | ||||
| * | | | Another minor networking fix. | Ken Moore | 2017-12-15 | |
| | | | | ||||
| * | | | A bit more work on the networking side of the OSInterface. | Ken Moore | 2017-12-15 | |
| | | | | | | | | | | | | | | | | Also add a test project for running tests against particular frameworks. | |||
| * | | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-12-14 | |
| |\ \ \ | ||||
| | * | | | add skeleton for file transfer dialog | q5sys | 2017-12-13 | |
| | | | | | ||||
| | * | | | Merge branch 'master' of http://github.com/trueos/lumina | q5sys | 2017-12-12 | |
| | |\ \ \ | ||||
| | * | | | | make portlint happy | q5sys | 2017-12-12 | |
| | | | | | |