Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add skeleton for file transfer dialog | q5sys | 2017-12-13 |
| | |||
* | i18n: fix out of tree build | Andreas Müller | 2017-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 install | Andreas Müller | 2017-11-27 |
| | | | | | | | Fixes e.g: | gzip: lumina-info.1: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
* | add file menu shortcuts into lumina-fm | q5sys | 2017-11-24 |
| | |||
* | Fix right click crash when qsudo is not installed. | Kjell Tore Ullavik | 2017-11-23 |
| | |||
* | Redo all the new man pages categories. | Ken Moore | 2017-11-20 |
| | | | | Make sure they are all man1 instead of man8 | ||
* | Add in the new manpages from Aaron St.John (lumina-docs repo). | Ken Moore | 2017-11-20 |
| | | | | Also adjust the "community support" shortcut to point to gitter rather than IRC. | ||
* | Make the new "set as wallpaper" menu option enabled/disabled instead of ↵ | Ken Moore | 2017-11-20 |
| | | | | visible/invisible | ||
* | Add a context menu "action" for settings the selected image files as the ↵ | Ken Moore | 2017-11-20 |
| | | | | | | current desktop wallpaper. Caveats: This only is an option when the Lumina desktop is running, and the entire selection is valid image files. | ||
* | Resync translation files with latest sources. | Ken Moore | 2017-11-20 |
| | |||
* | re-implement zip/iso autoextraction in lumina-fm | q5sys | 2017-11-17 |
| | |||
* | Fix up the visibility of the archive options in lumina-fm. | Ken Moore | 2017-11-17 |
| | | | | Also fix the OpenWith launching of applications. | ||
* | Add a bunch of ZFS information routines to LFileInfo. | Ken Moore | 2017-11-15 |
| | | | | Also utilize this ZFS info in lumina-fileinfo (if appropriate) | ||
* | A bit more background threading magic. | Ken Moore | 2017-11-15 |
| | | | | Make lumina-fm show dir contents a *lot* faster now. | ||
* | Ensure that the Browser backend is also contained in a background thread. | Ken Moore | 2017-11-15 |
| | | | | This prevents it from delaying the UI from updating. | ||
* | Finish cleaning up the new LFileInfo class/file. | Ken Moore | 2017-11-15 |
| | |||
* | Expose the "directory" saving option within lumina-config for wallpapers now. | Ken Moore | 2017-11-15 |
| | |||
* | Split the LFileInfo class into it's own files. | Ken Moore | 2017-11-15 |
| | |||
* | Enable the auto-archive functionality in lumina-fm. | Ken Moore | 2017-11-14 |
| | |||
* | A few tweaks for teh LVideoLabel - trying to get it loading a bit more reliably. | Ken Moore | 2017-11-14 |
| | | | | Also disable the LVideoLabel from being used at the moment in lumina-fm - needs a bit more work before we turn this on for everybody. | ||
* | fix start menu width | q5sys | 2017-11-03 |
| | |||
* | A bit more work on DD widgets. | Ken Moore | 2017-11-02 |
| | |||
* | Fix up the drag and drop in lumina-fm. | Ken Moore | 2017-11-02 |
| | | | | Also fix the showing of thumbnails within the right-column widget. | ||
* | A bit more cleanup on the external device reporting/usage. | Ken Moore | 2017-11-02 |
| | |||
* | Add the template for a new model-based backend for lumina-fm. | Ken Moore | 2017-11-01 |
| | |||
* | finish up integration of launch lumina-fm as root | q5sys | 2017-10-31 |
| | |||
* | Fix the column width resizing for lumina-fm tree widget. | Ken Moore | 2017-10-27 |
| | |||
* | Removed debug outputs | ZackaryWelch | 2017-10-25 |
| | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-10-25 |
|\ | |||
| * | Fixed issues with previews and LVideoWidget sizing | ZackaryWelch | 2017-10-25 |
| | | |||
| * | Fixed image previews with video thumbnails | ZackaryWelch | 2017-10-25 |
| | | |||
* | | Re-enable the "Root Mode" warning at the top of lumina-fm, and setup the ↵ | Ken Moore | 2017-10-25 |
|/ | | | | root detection to work properly. | ||
* | Fix an unommented testing line in lumina-fm. | Ken Moore | 2017-10-25 |
| | | | | This broke the build of lumina-fm since the associated UI file has not been added yet. | ||
* | add logic for launching lumina-fm as root | q5sys | 2017-10-24 |
| | |||
* | warning banner for running lumina-fm as root_ | q5sys | 2017-10-24 |
| | |||
* | change thumbnail generation to faster method tested in lumina-fm-dev | q5sys | 2017-10-24 |
| | |||
* | Added preliminary code to disable video thumbnails with settings | ZackaryWelch | 2017-10-21 |
| | |||
* | Finished video thumbnails and roll over playback for lumina-fm and | ZackaryWelch | 2017-10-21 |
| | | | | lumina-fileinfo | ||
* | Add a semi-functional "VideoItemWidget" class to lumina-fm sources (not tied ↵ | Ken Moore | 2017-10-18 |
| | | | | | | to build). This is a mostly-complete implementation of a roll-over video thumbnail widget. | ||
* | Make LVideoLabel thread-safe. | Ken Moore | 2017-10-18 |
| | | | | Couple quick fixes for the Browser class in lumina-fm too (minor cleanup). | ||
* | Updated how video thumbnails are loaded. Now cached to stop crash when | ZackaryWelch | 2017-10-16 |
| | | | | resizing. | ||
* | 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. | ||
* | Finished video thumnails for lumina-fm and lumina-fileinfo | ZackaryWelch | 2017-10-05 |
| | |||
* | 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. |