Commit Graph

46 Commits

Author SHA1 Message Date
maxerba 5696b89468 Updated to build with e19, patch by Wido. 2014-04-02 22:22:20 +02:00
Cedric BAIL 81f755073b trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it.
Patch by Doug Newgard <scimmia22@outlook.com>

SVN revision: 82148
2013-06-17 10:03:57 +01:00
Cedric BAIL 33e1887c0a autotools: move to AC_CONFIG_HEADERS.
Patch by Doug Newgard <scimmia22@outlook.com>.

SVN revision: 82135
2013-06-17 10:03:56 +01:00
Massimo Maiurana dd26e715a4 updating various translations
SVN revision: 79483
2012-11-20 23:30:36 +00:00
Mike Blumenkrantz 3d96e87aee sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g'
SVN revision: 74475
2012-07-27 08:35:53 +00:00
Boris Faure b9a444dac6 E-MODULES-EXTRA: add const to _gc_label() functions
SVN revision: 65208
2011-11-14 22:17:19 +00:00
Hannes Janetzek b743ec1ff7 e-modules: use GADCON_CLIENT_CONFIG_GET
SVN revision: 63126
2011-09-03 15:02:34 +00:00
Michael Jennings 375f38aaf5 Update specs from central template to:
- Remove dependency on esmart
 - Add support for standard release tag macro.



SVN revision: 62148
2011-08-05 19:28:03 +00:00
Vincent Torri 31d548d7d7 fix possible undef ref when gettext is disabled or not installed
SVN revision: 59997
2011-06-06 17:36:38 +00:00
Vincent Torri 56ad223f63 make gettext optional
some problem might arise like undef symbols if
they are not guarded correctly (like in alarm,
see next commit)


SVN revision: 59994
2011-06-06 16:40:14 +00:00
Hannes Janetzek 2fd22edf91 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
Massimo Maiurana eded28f347 updating various translations
SVN revision: 57099
2011-02-16 20:39:52 +00:00
Massimo Maiurana df14d0c0df updating german translations
SVN revision: 55909
2011-01-05 23:23:30 +00:00
Massimo Maiurana 575a5af172 updating portuguese translations
SVN revision: 53033
2010-10-04 18:05:39 +00:00
Miculcy Brian a870f4c7df fix recent menu api break
SVN revision: 52045
2010-09-09 14:48:42 +00:00
Lucas De Marchi e5a7a4dc86 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
Miculcy Brian 9fa99758df remove useless title
SVN revision: 47007
2010-03-08 17:07:52 +00:00
Sebastian Dransfeld 5b76aa01f1 config menu func does not need EAPI
SVN revision: 45456
2010-01-22 21:02:11 +00:00
Miculcy Brian b7f6111b46 fix disk assignment when first time using the module
SVN revision: 44791
2009-12-30 15:18:54 +00:00
Miculcy Brian e6f1412ae8 fix config id generation
SVN revision: 44788
2009-12-30 14:54:32 +00:00
Daniel Kolesa ca4ae42b5f EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
SVN revision: 41571
2009-08-03 14:49:56 +00:00
Daniel Kolesa 35351d1f7b Set of emodules dist tarball fixes.
SVN revision: 41551
2009-07-31 15:13:07 +00:00
semernin d93f9cd5fc 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
Miculcy Brian 5804095822 wops, no need for this anymore
SVN revision: 41110
2009-06-18 23:32:41 +00:00
Miculcy Brian 2a594cd49b EINA_LIST_FOREACH
SVN revision: 41109
2009-06-18 22:56:06 +00:00
Massimo Maiurana 7f914e7fe1 updating esperanto translation
SVN revision: 40687
2009-05-17 07:47:15 +00:00
Miculcy Brian a9eeb6f8de replace ecore with eina
SVN revision: 40474
2009-04-30 13:15:10 +00:00
Daniel Kolesa 24b7487072 removed -fd parameters, thx to Lutin.
SVN revision: 40366
2009-04-25 12:20:23 +00:00
Daniel Kolesa 31ccbf248c Moved emodules to fontconfig.
SVN revision: 40365
2009-04-25 11:05:00 +00:00
Daniel Kolesa 2cf6702896 Added new ConfigMenu module. Look at the README in E-MODULES-EXTRA/configmenu/README :)
SVN revision: 40361
2009-04-25 07:59:13 +00:00
Davide Andreoli 58510ecd5c Rename all icons in E-MODULE-EXTRA
SVN revision: 39774
2009-03-28 13:30:14 +00:00
Massimo Maiurana 68d6648240 updating greek and italian translations
SVN revision: 39376
2009-03-05 16:50:41 +00:00
Cedric BAIL b06a318d58 * estickies,
* etk,
	* PROTO/exalt,
	* E-MODULES-EXTRA/diskio,
	* E-MODULES-EXTRA/drawer,
	* E-MODULES-EXTRA/penguins,
	* E-MODULES-EXTRA/slideshow,
	* E-MODULES-EXTRA/mail,
	* E-MODULES-EXTRA/forecasts,
	* E-MODULES-EXTRA/iiirk,
	* E-MODULES-EXTRA/places,
	* e,
	* ewl,
	* ecore,
	* elitaire,
	* entrance,
	* e_dbus,
	* efreet: Here we go, move from Ecore_List to Eina_List.

	NOTE: This patch is huge, I did test it a lot, and I hope nothing is
	broken. But if you think something change after this commit, please
	contact me ASAP.


SVN revision: 39200
2009-02-25 11:03:47 +00:00
Massimo Maiurana 15c7a57745 french translations for desktop files
SVN revision: 38809
2009-01-27 12:03:57 +00:00
Mike Frysinger 3c1fbb03ff declare proper ACLOCAL_AMFLAGS
SVN revision: 38614
2009-01-17 06:05:21 +00:00
Carsten Haitzler 5185372c48 fix the copying license to
1. get rid of grammar mistake
2. refer to COPYING-PLAIn correctly as the filename
3. be more explicit on "shipping source" due to ambiguity (this makes it what
it was intended to be and that is GPL compatible).

this does not modify the LGPL libs... or GPL apps etc. - only those using the
original COPYING from e. author and dates at the top remain the same.



SVN revision: 38569
2009-01-13 13:00:45 +00:00
Daniel Kolesa c53a3250ab Translated .desktop files in E-MODULES-EXTRA to Czech.
SVN revision: 38451
2009-01-04 17:47:26 +00:00
Miculcy Brian 1cb8f5a23e fixies
SVN revision: 38163
2008-12-16 00:29:35 +00:00
Miculcy Brian 1f278d226e make diskio work again
SVN revision: 37584
2008-11-11 09:53:05 +00:00
Davide Andreoli 112fc3f3a3 Update all EXTRA modules to Gadcon_client_class V3
SVN revision: 37451
2008-11-04 05:54:59 +00:00
Davide Andreoli 04b8238f41 Fix module.desktop <title> tag for b_and_w in all modules
SVN revision: 37079
2008-10-24 21:19:36 +00:00
Cedric BAIL f872a0f541 Remove Evas list from all E-MODULES.
SVN revision: 36977
2008-10-22 13:53:03 +00:00
Massimo Maiurana 2b2997e1d0 added comment in italian
SVN revision: 36762
2008-10-17 21:21:33 +00:00
Cedric BAIL 3c7950fd6f Remove generated file.
SVN revision: 36747
2008-10-17 09:45:32 +00:00
Cedric BAIL fef74ffdb4 Switch to pkg-config instead of enlightenment-config.
SVN revision: 36688
2008-10-15 16:17:30 +00:00
Miculcy Brian ab2dd491cb New module 'diskio': Visualize disk activity, green = read, red = write
SVN revision: 36642
2008-10-13 23:23:28 +00:00