Commit Graph

21 Commits

Author SHA1 Message Date
Hannes Janetzek c200da742c e-modules: use GADCON_CLIENT_CONFIG_GET
SVN revision: 63126
2011-09-03 15:02:34 +00:00
Mike Blumenkrantz cfc96085f6 implement udisks nonsense for places module. haven't tested, ymmv
SVN revision: 62893
2011-08-28 03:22:49 +00:00
Hannes Janetzek eb799bfc92 e-modules: update do e_gadcon_util_cliet_menu_append api changes. allowing to have settings menu in toplevel again
SVN revision: 57828
2011-03-17 17:24:53 +00:00
Miculcy Brian b2000416d3 fix recent menu api break
SVN revision: 52066
2010-09-09 14:50:27 +00:00
Davide Andreoli 32e588dfda formatting & whitespaces
SVN revision: 51633
2010-08-25 08:23:59 +00:00
Davide Andreoli db5b5e67ea use PATH_MAX
SVN revision: 51632
2010-08-25 07:48:16 +00:00
Lucas De Marchi b8a4496a51 Fixes for Ecore Api changes
Patch automatically by Coccinelle to fix the
callbacks used by the following functions:

 * ecore_event_handler_add()
 * ecore_event_filter_add()
 * ecore_idler_add()
 * ecore_idle_enterer_add()
 * ecore_idle_enterer_before_add()
 * ecore_idle_exiter_add()
 * ecore_main_fd_handler_add()
 * ecore_main_win32_handler_add()
 * ecore_timer_add()
 * ecore_timer_loop_add()
 * ecore_animator_add()
 * ecore_poller_add()


SVN revision: 50108
2010-07-08 00:57:17 +00:00
Davide Andreoli 2a173dcf1c Fix License for the Places module. LGPL3 -> BSD
SVN revision: 49771
2010-06-20 15:32:02 +00:00
Sebastian Dransfeld ad5280e60f Use avail to get available space, and cast all elements to get unsigned long long result
SVN revision: 45042
2010-01-11 10:23:02 +00:00
semernin 966329cff6 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
Davide Andreoli 3e31defdbe Reenable places menu integration, for people that dont use efm. With his new configuration value
SVN revision: 40930
2009-06-07 00:42:11 +00:00
Davide Andreoli 2f11f00474 Rename all icons in E-MODULE-EXTRA
SVN revision: 39774
2009-03-28 13:30:14 +00:00
Davide Andreoli 507ee6d7e6 Disable menu augmentation (now inside e)
SVN revision: 39338
2009-03-03 01:08:17 +00:00
Davide Andreoli d5667efb83 escape fm command execution. Thanks to gvm999
SVN revision: 39007
2009-02-13 13:15:43 +00:00
Davide Andreoli 5cbbcd35c7 * Add options to choose what to show in menu (home, desktop, trash, etc...)
* Use e_exec instead of a custom fork to run the filemanager, it follow PATH, so you don't have to write the full path
 * Modify a little the filemanager selector

SVN revision: 38902
2009-02-02 00:35:45 +00:00
Miculcy Brian b1262c6666 fix function call
SVN revision: 38201
2008-12-18 01:52:32 +00:00
Davide Andreoli 768af20030 use the Files cat in control panel
SVN revision: 37976
2008-12-07 03:37:32 +00:00
Davide Andreoli a2fe823170 * Add a new horizontal view
* Remove the header
 * More comments cleanup

SVN revision: 37974
2008-12-07 02:50:11 +00:00
Davide Andreoli d701e89a6e comments cleanup
SVN revision: 37972
2008-12-07 01:33:06 +00:00
Davide Andreoli f81cefddad better min size and debug --
SVN revision: 37970
2008-12-06 21:15:12 +00:00
Davide Andreoli d55448b2d3 Places module in SVN
SVN revision: 37964
2008-12-06 18:51:04 +00:00