-
Notifications
You must be signed in to change notification settings - Fork 5
Home
marcelhollerbach edited this page May 1, 2015
·
1 revision
Jesus is a little Filemanager based on EFL and Elementary.
The Filemanager is abstracted into a few little parts.
- The view of the files etc. and the bookmarks are kept as a single widget so displaying two displays is very easy.
- The widget is nothing more than a framework which is presenting bookmarks, drag and drop and the possibility to load different views. Added a new view should be easy this way.
- Grid view with working drag and drop
- A little filemanager library which is abstracting listing, monitoring and mimetype fetching
Its not much but its a start :)
- A second library to abstract devices etc. more reading under the emous section.
- A multitable view
- Somehow overwrite the elementary fileselector to use this view
Its a abstraction for listing and monitoring of files.
If a new file shows up the lib is presenting most of the things you could need from the file, things like:
- Fileending
- Size
- all the timestamps you could think of
- mime type
- path
Right now a little archive lib is also in the lib. It should get moved somewhere where it belongs.
A little lib to abstract mounting displaying and umounting of devices.