enlightenment/src/modules/fileman
Gustavo Sverzut Barbieri 9df67037c6 Export file manager using DBus.
Similar to enlightenment_fm_open but uses DBus instead of E IPC. We
need more code to set it up, but it is more extensible.

Command line example:

        dbus-send --session --print-reply \
                  --dest=org.enlightenment.FileManager \
                  /org/enlightenment/FileManager \
                  org.enlightenment.FileManager.OpenDirectory \
                  string:"/home"



SVN revision: 37865
2008-11-30 06:39:54 +00:00
..
.cvsignore Add file manager as a module. 2007-08-12 09:54:33 +00:00
Makefile.am Export file manager using DBus. 2008-11-30 06:39:54 +00:00
e-module-fileman.edj And finally recompile all e modules' edje files. 2008-10-15 19:43:58 +00:00
e_fwin.c Fix foreach callback. 2008-10-27 11:09:07 +00:00
e_fwin.h patches, caching fixes, zone dynamic creation/deletion handling, stuff. 2007-12-14 05:57:16 +00:00
e_mod_config.c Add header which declares function 2008-08-14 06:06:01 +00:00
e_mod_config.h Add Fileman config to Configuration Panel when module loaded. 2007-08-13 00:00:13 +00:00
e_mod_dbus.c Export file manager using DBus. 2008-11-30 06:39:54 +00:00
e_mod_dbus.h Export file manager using DBus. 2008-11-30 06:39:54 +00:00
e_mod_main.c Export file manager using DBus. 2008-11-30 06:39:54 +00:00
e_mod_main.h Fix some formatting. 2007-11-09 23:33:23 +00:00
module.desktop.in Textblock in. Revised the use of textblock tags and fixed up all the modules to use it more correctly. This style may need to be repeated across all the E-MODULES-EXTRA modules for unification of styles. The altered .desktop files still look perfectly fine on BlingBling and a few other themes Ive tested it with. The textblock style itself could probably do with a little tweaking. 2008-09-01 15:24:32 +00:00