Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Read the default app desktop files from full path to fix settings ↵ | ZackaryWelch | 2017-10-09 | |
| | | | | | | | | | | | | persistance bug | |||
| * | | Clean up how the backend of the file manager handles atomic updates to ↵ | Ken Moore | 2017-10-09 | |
| | | | | | | | | | | | | changes in the current directory. This speeds up sequential re-scans considerably. | |||
| * | | Add a few test QML files which work to the src-qml directory. | Ken Moore | 2017-10-09 | |
| | | | ||||
| * | | Add a new testing utility for trying out QML files | Ken Moore | 2017-10-06 | |
| | | | ||||
| * | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-10-06 | |
| |\ \ | ||||
| | * | | Finished video thumnails for lumina-fm and lumina-fileinfo | ZackaryWelch | 2017-10-05 | |
| | | | | ||||
| * | | | Try to ensure that the transient QApplication for user file checks/updates ↵ | Ken Moore | 2017-10-06 | |
| |/ / | | | | | | | | | | is completely deleted. | |||
| * | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-10-04 | |
| |\ \ | ||||
| | * | | Further lumina-fm changes for video thumbnails | Coupon | 2017-10-03 | |
| | | | | ||||
| | * | | Reworked the video thumnail system with lumina-fm | ZackaryWelch | 2017-10-03 | |
| | | | | ||||
| | * | | Reworked the VideoSurface subclass | ZackaryWelch | 2017-10-03 | |
| | | | | ||||
| | * | | add libav video thumbnail code back to project | q5sys | 2017-10-03 | |
| | | | | ||||
| | * | | Merge branch 'master' of http://github.com/trueos/lumina | q5sys | 2017-10-03 | |
| | |\ \ | ||||
| | | * | | Added experimental video thumbnails in lumina-fm and fileinfo | ZackaryWelch | 2017-10-03 | |
| | | | | | ||||
| | * | | | Revert "rework video thumbnail code" | q5sys | 2017-10-03 | |
| | |/ / | | | | | | | | | | | | | This reverts commit a3092fb02a1905345e1311b2e64f4796acdb9f34. | |||
| | * | | Adjust the border on the simple scrollbar style, and update the pkg-plist. | Ken Moore | 2017-10-02 | |
| | | | | ||||
| | * | | Add a couple more "simple" stylesheets for sliders and tooltips. | Ken Moore | 2017-10-02 | |
| | | | | ||||
| | * | | Remove the "ok" button, and change the "cancel" button to "close". | Ken Moore | 2017-10-02 | |
| | | | | ||||
| | * | | Add a "copy" button to the QSS page for copying files to make changes. | Ken Moore | 2017-10-02 | |
| | | | | ||||
| * | | | Finish up the auto archive/extract within lumina-archiver (with JT) | Ken Moore | 2017-10-04 | |
| |/ / | ||||
| * | | Commit some minor updates/tests to the GL widgets. need to avoid QPainter if ↵ | Ken Moore | 2017-09-27 | |
| | | | | | | | | | | | | we want GPU accelleration. | |||
| * | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-09-26 | |
| |\ \ | ||||
| | * \ | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-09-26 | |
| | |\ \ | ||||
| | * | | | Fix up the close event handling in lumina-textedit. Now it will actually ↵ | Ken Moore | 2017-09-26 | |
| | | | | | | | | | | | | | | | | | | | | close when there are no changes to be saved. | |||
| * | | | | More updates for the GL widget set. | Ken Moore | 2017-09-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Now all the mouse tracking/hovering is working - with one exception: All the mouse hover detection is based around mouse **movement** - so programmatic changes to a window will not detect the change in what is directly under the mouse without manual intervention in the code. | |||
| * | | | | Update some more of the GL widget set and the test | Ken Moore | 2017-09-26 | |
| | |/ / | |/| | | | | | | | | | | | | | | Get the generic widget draggable (optional). Verify that QPropertyAnimations work property on widgets in the test. | |||
| * | | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-09-26 | |
| |\ \ \ | ||||
| | * | | | oops hadn't saved all my changes yet | q5sys | 2017-09-24 | |
| | | | | | ||||
| | * | | | prototype webdav functionality for lumina-fm | q5sys | 2017-09-24 | |
| | | | | | ||||
| | * | | | rework video thumbnail code | q5sys | 2017-09-24 | |
| | |/ / | ||||
| | * | | Final fix - re-enable some backwards-compatible code and put a big warning ↵ | Ken Moore | 2017-09-21 | |
| | | | | | | | | | | | | | | | | at the top of the function | |||
| | * | | Urg - more fixes... | Ken Moore | 2017-09-21 | |
| | | | | ||||
| | * | | Quick fix to ensure the status checkUserFiles function truly is static | Ken Moore | 2017-09-21 | |
| | | | | ||||
| | * | | Oops - need to make sure that status function does not access any global ↵ | Ken Moore | 2017-09-21 | |
| | | | | | | | | | | | | | | | | QApplication instance. | |||
| | * | | Make sure we don't run the checkUserFiles() function a second time | Ken Moore | 2017-09-21 | |
| | | | | ||||
| | * | | Fix up the loading of the theme settings before the session is started in ↵ | Ken Moore | 2017-09-21 | |
| | | | | | | | | | | | | | | | | Lumina 1, and also fix the pkg plist so it includes the qss files. | |||
| | * | | Fix up the application of theme settings from the system config file. | Ken Moore | 2017-09-21 | |
| | | | | ||||
| | * | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-09-21 | |
| | |\ \ | ||||
| | * | | | Add a few quick safety checks to ensure that lumina-xconfig never disables ↵ | Ken Moore | 2017-09-21 | |
| | | | | | | | | | | | | | | | | | | | | the last active screen. | |||
| * | | | | Add a bunch of new files specifically for providing a new OpenGL-backed ↵ | Ken Moore | 2017-09-26 | |
| | | | | | | | | | | | | | | | | | | | | basis for doing visuals within Qt/Lumina. | |||
* | | | | | Translated using Weblate (Lithuanian) | Moo | 2017-11-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 94.0% (95 of 101 strings) Translation: lumina/lumina-archiver Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-archiver/lt/ | |||
* | | | | | Translated using Weblate (Finnish) | Tommi Nieminen | 2017-11-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 94.0% (95 of 101 strings) Translation: lumina/lumina-archiver Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-archiver/fi/ | |||
* | | | | | Translated using Weblate (Czech) | Pavel Borecki | 2017-11-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (101 of 101 strings) Translation: lumina/lumina-archiver Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-archiver/cs/ | |||
* | | | | | Translated using Weblate (German) | Ettore Atalan | 2017-11-04 | |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (101 of 101 strings) Translation: lumina/lumina-archiver Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-archiver/de/ | |||
* | | | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-09-20 | |
|\ \ \ \ | ||||
| * \ \ \ | Merge branch 'master' of http://github.com/trueos/lumina | q5sys | 2017-09-20 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||
| | * | | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-09-20 | |
| | |\ \ \ | ||||
| | * | | | | Get window type detection/usage all implemented. | Ken Moore | 2017-09-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Now the window frame will get disabled/ignored for particular types of windows. | |||
| | * | | | | Cleanup a bit more of the embed stuff. | Ken Moore | 2017-09-20 | |
| | | | | | | ||||
| * | | | | | set LTE unsaved changes close dialog to follow the industry standard | q5sys | 2017-09-20 | |
| | | | | | |