enlightenment/src/modules/fileman
semernin 2f76dd5d99 List of changes:
1. Gadcon sities:
      -- 'E_Gadcon_Site' enum to list all available sities,
      -- added 'is_site' callback for distinguish gadcon sities,
      -- 'e_gadcon_site_is_*' helpers written to use in gadget modules,
      -- gadcon config dialogs modified to show only gadgets that appropriate
         to selected gadcon site,
      -- all gadget modules updated for using new callback.
      
      When callback is not provided in module, then gadget can be used in 
      any gadcon site.
      
   2. Filemanager:
      -- added error icon to unexisting path dialog,
      -- added callback 'func.abort' to 'E_Fm2_Op_Registry_Entry' to specify
         abort operation sequence (if not provided, then operation is not
         cancelable),
      -- added parameter to 'e_fm2_op_registry_entry_add' to specify abort
         method on construct 'E_Fm2_Op_Registry_Entry' or make non-cancelable
         operation if this function is not provided,
      -- added 'e_fm2_operation_abort' call to cancel efm2 operation,
      -- added method '_e_fm2_operation_abort_internal' that represent efm2
         default handler of operation cancelling,
      -- 'done' and 'total' fields of 'E_Fm2_Op_Registry_Entry' changed to
         off_t type, also all message handlers modified to work with it
         (to show progress for large files correctly),
      -- improved file operation progress processing,
      -- added cancel button to operation progress gadget in filemanager window,
      -- added delete file glyph to operation progress gadget,
      -- improved status message for efm2 operation progress.

   3. Filemanager slave:
      -- fixed critical bug in message handling via stdin/stdout,
      -- fixed critical bug in removing task from list,
      -- improved 'E_FM_OP_ABORT' handling,
      -- fix rollback counting on moving files.

   4. Fileman_opinfo module:
      -- a new theme writed: status string and gadget for view operation status
         in summary and detail modes,
      -- summary mode: operation glyph, state message, progressbar, abort button,
      -- detail mode: all for summary + from filename, to filename,
      -- summary/detailed button works as trigger,
      -- added source of module theme and used images.
      
   4. Pathbar module:
      -- non-critical fix, just for safety.

   Also patch contains several minor updates to serve main task.


SVN revision: 41224
2009-06-29 14:38:03 +00:00
..
.cvsignore Add file manager as a module. 2007-08-12 09:54:33 +00:00
Makefile.am debug -- 2009-03-08 14:13:40 +00:00
e-module-fileman.edj Module icons... most of them. Some still need some love, but Ill get around to that. Shout out to Sachiel! 2009-02-05 14:34:01 +00:00
e_fwin.c List of changes: 2009-06-29 14:38:03 +00:00
e_fwin.h Use the new e_fm_operation_registry infrastructure to show file operation progress in efm 2009-03-24 14:52:06 +00:00
e_mod_config.c efm2 hal handling API - full changes. 2009-06-07 00:00:41 +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 efm2 hal handling API - full changes. 2009-06-07 00:00:41 +00:00
e_mod_main.h Fix some formatting. 2007-11-09 23:33:23 +00:00
module.desktop.in french translations for desktop files 2009-02-01 15:24:59 +00:00