Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added missing icons and created actions for later implemented functions | ZackaryWelch | 2017-12-18 |
| | |||
* | Finished rotation and working on changing keys in lumina-pdf | ZackaryWelch | 2017-12-18 |
| | |||
* | 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 |
| | | | |||
| * | | More work on the OSInterface framework (mostly networking-related) | Ken Moore | 2017-12-14 |
| |/ | |||
| * | Another large batch of work on the new OSInterface framework. | Ken Moore | 2017-12-11 |
| | | |||
| * | Fix up a couple more things: | Ken Moore | 2017-12-07 |
| | | | | | | | | | | | | 1. Add option to load global styles from luminaDesktop.conf 2. Fix up the default icon/menu size of the start menu and item icons. 3. Fix up a signal/slot mis-connect in the start menu. | ||
| * | Make sure the new traynotification-simple stylesheet is used. | Ken Moore | 2017-12-07 |
| | | | | | | | | | | * Fix the pkg plist to account for it * Add it to the default style list | ||
| * | Fix up the sliders-simple.qss style. | Ken Moore | 2017-12-07 |
| | | |||
| * | add qballoontip stylesheet | q5sys | 2017-12-07 |
| | | |||
| * | Tag version 1.4.1 | Ken Moore | 2017-12-07 |
| | | | | | | | | | | Also fix up the loading of favorites/mime_defaults from the luminaDesktop.conf, Update the TrueOS default configuration file a bit. | ||
| * | Update the default wallpaper for TrueOS (17.12) | Ken Moore | 2017-12-07 |
| | | |||
| * | Start trying to get stylesheet validation into the qss editor. | Ken Moore | 2017-12-06 |
| | | | | | | | | Not quite working yet - still not picking up on the error message from Qt itself from the new lthemeengine-sstest process. | ||
| * | Fix the LUtils.pri file: Forgot to remove a couple unused files from the ↵ | Ken Moore | 2017-12-06 |
| | | | | | | | | includes. | ||
| * | Add better handling of read-only files in LTE. | Ken Moore | 2017-12-06 |
| | | |||
| * | Make sure that on closing, it attempts to save *all* files with pending changes. | Ken Moore | 2017-12-06 |
| | | | | | | | | | | If popup warnings are disabled just close the app (never automatically change the underlying file(s) - this can be disastrous) Add status reporting to all the "Save" functions so that it returns false if the user cancelled it. | ||
| * | Merge pull request #521 from ktullavik/lumina-textedit-ui | Ken Moore | 2017-12-06 |
| |\ | | | | | | | Don't close editor when user cancels save dialog. | ||
| | * | Style consistency. | Kjell Tore Ullavik | 2017-12-06 |
| | | | |||
| | * | Whitespace consistency. | Kjell Tore Ullavik | 2017-12-06 |
| | | | |||
| | * | Whitespace consistency. | Kjell Tore Ullavik | 2017-12-06 |
| | | | |||
| | * | Fix indentation. | Kjell Tore Ullavik | 2017-12-06 |
| | | | |||
| | * | Remove debug print. Fix indentation. | Kjell Tore Ullavik | 2017-12-06 |
| | | | |||
| | * | Don't close editor when user cancels save dialog. | Kjell Tore Ullavik | 2017-12-06 |
| | | | |||
| * | | Rename the OSInterface files according to the new format ("framework-*") | Ken Moore | 2017-12-05 |
| | | | |||
| * | | Move the new OSInterface class over to the base-level src-cpp directory. | Ken Moore | 2017-12-05 |
| | | | | | | | | | | | | Also get it all prepped/staged to be used by QML objects (not finished yet) | ||
| * | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-12-05 |
| |\ \ | |||
| | * | | Muted debug statements | ZackaryWelch | 2017-12-04 |
| | | | | |||
| | * | | Small updates to QML screensavers to take Screen size and further work | ZackaryWelch | 2017-12-04 |
| | | | | | | | | | | | | | | | | on the Grav screensaver | ||
| | * | | Updated the RSS desktop plugin to work for ATOM feeds | ZackaryWelch | 2017-12-04 |
| | | | | |||
| | * | | Added the correct TrueOS RSS Feed | ZackaryWelch | 2017-12-04 |
| | | | | |||
| | * | | Preliminary ATOM parsing for the RSS reader | ZackaryWelch | 2017-12-04 |
| | | | | |||
| * | | | Fix up the number->string conversion of UID in single application instance | Ken Moore | 2017-12-05 |
| |/ / | |||
| * | | Oops - fix a typo in the ExternalProcess change. | Ken Moore | 2017-12-04 |
| | | | |||
| * | | Add the option to use stdout as an option for ExternalProcess. | Ken Moore | 2017-12-04 |
| | | | |||
| * | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-12-04 |
| |\ \ | |||
| | * | | Update OS-detect.pri | Ken Moore | 2017-12-01 |
| | |/ | | | | | | | | | | Remove the Ubuntu-specific poppler includepath. No longer needed with the change in where the poppler include files are looked for. | ||
| | * | Add 'Show Toolbar' to textedit menu. | Kjell Tore Ullavik | 2017-11-30 |
| | | | |||
| * | | Fix up the battery notification system. | Ken Moore | 2017-12-04 |
| |/ | |||
| * | Make the poppler include path "poppler/qt5/<file.h>" rather than just the file. | Ken Moore | 2017-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 Moore | 2017-11-27 |
| | | | | | | | | This seems to balance loading speed and memory usage with a good-looking page image. |