aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | Muted debug statementsZackaryWelch2017-12-04
| | | |
| | * | Small updates to QML screensavers to take Screen size and further workZackaryWelch2017-12-04
| | | | | | | | | | | | | | | | on the Grav screensaver
| | * | Updated the RSS desktop plugin to work for ATOM feedsZackaryWelch2017-12-04
| | | |
| | * | Added the correct TrueOS RSS FeedZackaryWelch2017-12-04
| | | |
| | * | Preliminary ATOM parsing for the RSS readerZackaryWelch2017-12-04
| | | |
| * | | Fix up the number->string conversion of UID in single application instanceKen Moore2017-12-05
| |/ /
| * | Oops - fix a typo in the ExternalProcess change.Ken Moore2017-12-04
| | |
| * | Add the option to use stdout as an option for ExternalProcess.Ken Moore2017-12-04
| | |
| * | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-12-04
| |\ \
| | * | Update OS-detect.priKen Moore2017-12-01
| | | | | | | | | | | | | | | | Remove the Ubuntu-specific poppler includepath. No longer needed with the change in where the poppler include files are looked for.
| | * | Merge pull request #518 from ktullavik/lumina-textedit-uiKen Moore2017-11-30
| | |\| | | | | | | | | Add 'Show Toolbar' to textedit menu.
| | | * Add 'Show Toolbar' to textedit menu.Kjell Tore Ullavik2017-11-30
| | |/
| * / Fix up the battery notification system.Ken Moore2017-12-04
| |/
| * Make the poppler include path "poppler/qt5/<file.h>" rather than just the file.Ken Moore2017-11-29
| | | | | | | | This allows the poppler/qt5 path to be on *any* of the INCLUDEPATHS, rather than trying to specify a particular one through the OS-detection systems.
| * Work out the best(?) scaling system to use when loading PDF files.Ken Moore2017-11-27
| | | | | | | | This seems to balance loading speed and memory usage with a good-looking page image.
| * Turn off some debugging in the new screensaver plugin system.Ken Moore2017-11-27
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-11-27
| |\
| | * Merge pull request #513 from schnitzeltony/masterKen Moore2017-11-27
| | |\ | | | | | | | | Further out of tree build fixes
| | | * i18n: fix out of tree buildAndreas Müller2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes e.g: | /bin/sh: line 0: cd: i18n: No such file or directory | Makefile:955: recipe for target 'install_dotrans' failed | make[3]: *** [install_dotrans] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| | | * manpages: fix out of tree installAndreas Müller2017-11-27
| | |/ | | | | | | | | | | | | | | | | | | Fixes e.g: | gzip: lumina-info.1: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| | * Merge remote-tracking branch 'origin/master'Weblate2017-11-27
| | |\
| | | * remove file manager dev folderq5sys2017-11-27
| | | |
| | | * Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-11-24
| | | |\
| | | | * Merge remote-tracking branch 'origin/master'Weblate2017-11-24
| | | | |\
| | | | * | Translated using Weblate (Hungarian)Kardos László2017-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 12.1% (4 of 33 strings) Translation: lumina/lumina-calculator Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-calculator/hu/
| | | | * | Translated using Weblate (Russian)Serg Bormant2017-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (33 of 33 strings) Translation: lumina/lumina-calculator Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-calculator/ru/
| | | * | | update portmaintainer for packagesq5sys2017-11-24
| | | | | |
| | | * | | remove lumina-xdg-entry from buildq5sys2017-11-24
| | | | | |
| | | * | | add file menu shortcuts into lumina-xdgq5sys2017-11-24
| | | | | |
| | | * | | add file menu shortcuts into lumina-pdfq5sys2017-11-24
| | | | | |
| | | * | | add file menu shortcuts into lumina-mediaplayerq5sys2017-11-24
| | | | | |
| | | * | | add file menu shortcuts into lumina-fmq5sys2017-11-24
| | | | | |
| | | * | | add file menu shortcuts into lumina-fileinfoq5sys2017-11-24
| | | | | |
| | | * | | add file menu shortcuts into lumina-archiverq5sys2017-11-24
| | | | | |
| | | * | | add file menu shortcuts into lumina-texteditq5sys2017-11-24
| | | | |/ | | | |/|
| | | * | Merge pull request #512 from schnitzeltony/masterKen Moore2017-11-23
| | | |\ \ | | | | | | | | | | | | lumina-desktop.pro: fix out of tree installation
| | | | * | lumina-desktop.pro: fix out of tree installationAndreas Müller2017-11-23
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: | cp: cannot stat 'defaults/desktop-background.jpg': No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| | | * | Revert "Update README.md"q5sys2017-11-23
| | | | | | | | | | | | | | | | | | | | This reverts commit 1cd28e9993ba95490b417bb3fe6b32f7f1f91d0a.
| | | * | Merge pull request #511 from ktullavik/masterq5sys (JT)2017-11-23
| | | |\ \ | | | | | | | | | | | | Fix right click crash when qsudo is not installed.
| | | | * | Update README.mdKjell Tore Ullavik2017-11-23
| | | | | | | | | | | | | | | | | | Remove "official" readme text.
| | | | * | Fix right click crash when qsudo is not installed.Kjell Tore Ullavik2017-11-23
| | | |/ /
| | * | | Translated using Weblate (Spanish)Adolfo2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 7.9% (8 of 101 strings) Translation: lumina/lumina-archiver Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-archiver/es/
| | * | | Translated using Weblate (Russian)Serg Bormant2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 13.8% (14 of 101 strings) Translation: lumina/lumina-archiver Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-archiver/ru/
| | * | | Translated using Weblate (Hungarian)Kardos László2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 3.9% (4 of 101 strings) Translation: lumina/lumina-archiver Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-archiver/hu/
| | * | | Translated using Weblate (Dutch)Remko van der Pluijm2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (101 of 101 strings) Translation: lumina/lumina-archiver Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-archiver/nl/
| * | | | Some UI improvements for lumina-pdf:Ken Moore2017-11-27
| | |/ / | |/| | | | | | | | | | | | | | | | | | 1. Add a context menu of options. 2. Use the context menu for both the presentation label and normal viewer 3. Get things ready for better integration of keyboard shortcuts application-wide.
| * | | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-11-22
| |\ \ \
| | * | | Update README.mdKen Moore2017-11-22
| | | | | | | | | | | | | | | Quick fix of the minimum Qt version for lumina-core
| * | | | Fix the TrueOS update detection flag location.Ken Moore2017-11-22
| |/ / /
| * | | Quick adjustment for the finding of icons.Ken Moore2017-11-21
| | | | | | | | | | | | | | | | Only use the fallback icon *after* the more expansive routine also fails.
bgstack15