Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Get the thumbnail loader all working again. | Ken Moore | 2019-01-25 |
| | |||
* | Fix coredump when starting up lumina-fm | Maksym Stetsyuk | 2018-12-31 |
| | |||
* | Fix up a number of crashes related to item loading times and multiple columns | Ken Moore | 2018-02-09 |
| | |||
* | 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 |
| | |||
* | 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 |
| | |||
* | Added experimental video thumbnails in lumina-fm and fileinfo | ZackaryWelch | 2017-10-03 |
| | |||
* | Fixed nullReceiver error in Lumina-fm | ZackaryWelch | 2017-06-22 |
| | |||
* | Speed up the loading of thumbnails in lumina-fm. Now all the scaling and ↵ | Ken Moore | 2017-06-16 |
| | | | | such is done in the external thread - so images appear as they are ready instead of bogging down the main thread.. | ||
* | Add "back" in the option to show/skip image file previews. | Ken Moore | 2017-06-08 |
| | |||
* | Cleanup how the QtConcurrent thread is run in the Browser class a bit - no ↵ | Ken Moore | 2017-05-26 |
| | | | | real difference, just more formally-correct. | ||
* | Add an internal icon cache for the standardized mimetype icons. This seems ↵ | Ken Moore | 2017-01-17 |
| | | | | to speed up the loading of individual items quite a bit (something in Qt is not re-using previously loaded QIcons any more?) | ||
* | Commit a large update to lumina-fm: | Ken Moore | 2016-09-30 |
| | | | | | | | | | | The entire backend has been rewritten around multi-threading, and is much faster and more responsive now. The entire browsing widget has been redesigned for a better workflow and cleaner UI. The tabs/columns "group modes" have been removed. Instead, tabs are always used, but each browser supports a single/dual columns *within* each tab (via a couple simple buttons on the toolbar). Each column within a tab will share the same interface buttons (toolbar actions, ZFS snapshot slider,etc) - and they will reflect the settings on the "Active" column (with appropriate visual changes to indicate which one is active). The icon size options have also been removed from the menu bar and are now a couple small "zoom" buttons on the browsing widgets instead. KNOWN REGRESSION: Keyboard shortcuts have not been tested and re-added as necessary yet. | ||
* | Get the new backend functional. | Ken Moore | 2016-09-27 |
| | | | | This is still disabled for the moment, but the initial tests seem to indicate that the new backend is faster and more stable than the current system. | ||
* | Commit some more work on a new backend/frontend to the lumina-fm browser. | Ken Moore | 2016-09-26 |
| | |||
* | Disable the Completer used within lumina-fm to speed up loading. | Ken Moore | 2016-09-23 |
Also add the beginnings of a new backend for directory browsing. |