Commit Graph

20 Commits

Author SHA1 Message Date
Mike Blumenkrantz dbce48fd31 sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g'
SVN revision: 74475
2012-07-27 08:35:53 +00:00
Christopher Michael ba33f26f4c Net: Fix gadcon client aspect for ppurka.
SVN revision: 71784
2012-06-07 09:04:11 +00:00
Boris Faure 3dc75c8e9b E-MODULES-EXTRA: add const to _gc_label() functions
SVN revision: 65208
2011-11-14 22:17:19 +00:00
Christopher Michael 5a95840222 More 'make net module compile' changes.
SVN revision: 46982
2010-03-08 06:36:02 +00:00
Christopher Michael 4a7c33e669 More work on getting net to compile.
SVN revision: 46981
2010-03-08 06:23:08 +00:00
Christopher Michael bd897a0606 Work on getting net module to compile again.
SVN revision: 46980
2010-03-08 06:16:41 +00:00
Sebastian Dransfeld bb71e2bdc7 Make non static functions EINTERN
SVN revision: 45447
2010-01-22 20:01:01 +00:00
semernin 3137cdef25 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 e79e8dfe29 Update all EXTRA modules to Gadcon_client_class V3
SVN revision: 37451
2008-11-04 05:54:59 +00:00
Cedric BAIL 32155e088b Remove Evas list from all E-MODULES.
SVN revision: 36977
2008-10-22 13:53:03 +00:00
Christopher Michael 88550fe7a5 Fix up net & screenshot modules to play nicely.
SVN revision: 33338
2008-01-04 06:39:21 +00:00
Sebastian Dransfeld 0ba90c9c74 Implement id_new()
SVN revision: 31737
2007-09-16 03:32:39 +00:00
Sebastian Dransfeld 2f3ac93e24 Fix for gadcon update. Not added new gadcon functions.
SVN revision: 31732
2007-09-16 01:46:52 +00:00
Christopher Michael 52ae6330dd Convert net module to new desktop file.
SVN revision: 29265
2007-03-30 21:20:34 +00:00
Sebastian Dransfeld bc67187f68 Remove unused variables.
Move static function declarations to .c file. A static function is local
to a .c file, so no point in declaring them in a .h file.


SVN revision: 28742
2007-03-15 13:27:12 +00:00
Massimo Maiurana 3cdabcbd55 restored i18n support
SVN revision: 28560
2007-03-05 00:09:40 +00:00
Christopher Michael cb3c3c00ff Set show/hide text when we create the module so that theme switching will
retain the users preference.


SVN revision: 28360
2007-02-14 11:48:28 +00:00
Christopher Michael 9fc831fc96 Fix mouse,in being sent multiple times by using edje signals, not
evas_callbacks. Thanks rephorm :)


SVN revision: 28343
2007-02-13 08:37:13 +00:00
Christopher Michael 2e3c6d180b Remove option to set the poll time. Use a hard-coded time that should be
plenty fast enough to get activity changes.


SVN revision: 28327
2007-02-12 21:23:07 +00:00
Michael Jennings cec260cdd5 Sun Feb 11 04:28:49 2007 Michael Jennings (mej)
devilhorns' new net module.
----------------------------------------------------------------------


SVN revision: 28305
2007-02-11 15:28:53 +00:00