aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm
Commit message (Collapse)AuthorAge
* Make the jpg/png suffix check case-insensitive for showing thumbnail ↵Ken Moore2014-09-19
| | | | previews in lumina-fm.
* Have lumina-fm save/remember the last-used size and open itself with that ↵Ken Moore2014-09-15
| | | | size (if smaller than the screen size).
* Fix path to lrelease on OpenBSD.Antoine Jacoutot2014-09-14
|
* Make sure that the translation codec is set to the text codec for the ↵Ken Moore2014-09-08
| | | | current locale in lumina-fm.
* Make sure that Insight puts the file path in quotes when opening a file (in ↵Ken Moore2014-09-08
| | | | case the file has whitespace in the name)
* Fix a bug with the taskmanager when multiple windows from the same ↵Ken Moore2014-09-05
| | | | | | application have the same title: make sure to properly select the window that was clicked. While here, also apply the libLumina dependency order to give preference to the locally/recently compiles libraries during the build if possible in all the lumina tools.
* Hide any external devices that are mounted on hidden directories in the file ↵Ken Moore2014-09-05
| | | | manager. These devices are generally for system-usage and not user browsing (such as the FUSE mountpoint for .gvfs)
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15