• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..31-Jan-2020-

i18n/H31-Jan-2020-87,50687,349

widgets/H31-Jan-2020-3,0552,428

BMMDialog.cppH A D31-Jan-20203.1 KiB7552

BMMDialog.hH A D31-Jan-2020940 4526

BMMDialog.uiH A D31-Jan-20202.5 KiB102101

Browser.cppH A D31-Jan-20209 KiB242153

Browser.hH A D31-Jan-20202.2 KiB7549

BrowserModel.cppH A D31-Jan-20204.8 KiB20999

BrowserModel.hH A D31-Jan-20202.9 KiB8845

BrowserWidget.cppH A D31-Jan-202019.3 KiB502390

BrowserWidget.hH A D31-Jan-20202.6 KiB10769

DirData.hH A D31-Jan-20207.1 KiB196139

FODialog.cppH A D31-Jan-202014.1 KiB388292

FODialog.hH A D31-Jan-20202.3 KiB8860

FODialog.uiH A D31-Jan-20202 KiB8584

MainUI.cppH A D31-Jan-202042.4 KiB1,110744

MainUI.hH A D31-Jan-20206 KiB206137

MainUI.uiH A D31-Jan-202013.3 KiB497496

OPWidget.cppH A D31-Jan-20203.5 KiB11887

OPWidget.hH A D31-Jan-20201.5 KiB6541

OPWidget.uiH A D31-Jan-20201.7 KiB7271

README.mdH A D31-Jan-20201.6 KiB4535

ScrollDialog.hH A D31-Jan-20201.7 KiB5536

TrayUI.cppH A D31-Jan-20203.1 KiB9468

TrayUI.hH A D31-Jan-20201.1 KiB4826

VideoItemWidget.hH A D31-Jan-20204 KiB145112

gitCompat.cppH A D31-Jan-20201.8 KiB4631

gitCompat.hH A D31-Jan-20202.6 KiB8962

gitWizard.cppH A D31-Jan-20205.6 KiB13988

gitWizard.hH A D31-Jan-20201.6 KiB6941

gitWizard.uiH A D31-Jan-20207.3 KiB253252

lumina-fm.1H A D31-Jan-20201.5 KiB6355

lumina-fm.desktopH A D31-Jan-2020555 1918

lumina-fm.proH A D31-Jan-20204.2 KiB141124

main.cppH A D31-Jan-20201.4 KiB4929

transferd.cppH A D31-Jan-2020812 2922

transferd.hH A D31-Jan-2020256 1411

README.md

1## File Manager for the Lumina Desktop
2
3This is the "Insight" file manager from the Lumina desktop.
4
5Key Features:
6 * ZFS filesystem support for view/rollback of filesystem snapshots
7 * Simple mediaplayer functionality (play files directly from a directory)
8 * Simple slideshow functionality (browse through all image files in a directory)
9 * Bookmark locations on the system for easy-access later.
10 * Flexible Interface:
11    * Open additional directories in new tabs
12    * Each tab may have up to two directories open for side-by-side comparisons.
13    * "Basic" or "Detailed" file information modes.
14    * System-wide directories available in a tree-layout on the left side (may be collapsed as desired)
15
16### Library Dependencies
17
181. Qt 5.2+ (specific modules listed below)
19   * concurrent
20   * core
21   * gui
22   * network
23   * multimedia
24   * multimediawidgets
25   * svg
26   * widgets
272. Other Libraries
28   * libc
29
30## Runtime Dependencies (optional)
31* `lumina-archiver`: Allow for instant-extract of an archive into a new subfolder within the current directory
32* `lumina-open`: Needed to allow "open-with" functionality for files
33* `lumina-fileinfo`: Allows an option to view the properties of files
34
35### Command Line Arguments
36
37* Any paths listed after `lumina-fm` will open up new tabs of the browser
38 * Example : `lumina-fm /usr /etc /bin`
39* `-new-instance` will open Lumina-fm with a new browser window for the home directory
40 * Example : `lumina-fm -new-instance`
41* Paths can be used along with `-new-instance` to open a new browser to that path, mulitple arguments are allowed.
42 * Example : `lumina-fm -new-instance /usr /bin /etc`
43
44
45