Commit Graph

181 Commits

Author SHA1 Message Date
Massimo Maiurana ef17aca011 updating portuguese translations
SVN revision: 51036
2010-08-12 13:19:47 +00:00
Lucas De Marchi fea3923a19 FORMATTING
* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
2010-08-04 16:57:32 +00:00
Mike Blumenkrantz 4235d547b1 people really need to stop making batch commits without checking to see if they've broken something.
SVN revision: 50291
2010-07-16 20:57:51 +00:00
Massimo Maiurana 70e9af197e updating french and italian translations
SVN revision: 50172
2010-07-10 09:42:29 +00:00
Lucas De Marchi 7a9d26df82 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 518ecd90e8 remove useless title
SVN revision: 47003
2010-03-08 17:07:34 +00:00
Aron Xu 3849b5e12d Sync translations from Launchpad.
SVN revision: 46205
2010-02-16 09:30:59 +00:00
Massimo Maiurana d775279c83 adding catalan translations
SVN revision: 45910
2010-02-05 20:35:08 +00:00
Aron Xu 528e5ed4a0 Sync translations from launchpad
SVN revision: 44166
2009-12-03 09:56:45 +00:00
Aron Xu 2c9af95aa8 Particial translation sync from launchpad, some modules still not compeleted.
SVN revision: 43816
2009-11-20 07:01:05 +00:00
Christopher Michael f489f5008e Fix API Inconsistency in regards to e_widget_min_size_* . Renamed to
e_widget_size_min_* . This Large commit should fix everything in svn that is
using those functions.



SVN revision: 42152
2009-09-01 13:34:42 +00:00
Aron Xu a77a3927d4 Sync translations from Launchpad for E-MODULES-EXTRA.
SVN revision: 42065
2009-08-28 08:34:45 +00:00
Daniel Kolesa 01e910be8e Fix potfiles in emodules.
SVN revision: 41586
2009-08-04 11:37:02 +00:00
Daniel Kolesa ffa0847557 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 5048d7d1de Set of emodules dist tarball fixes.
SVN revision: 41551
2009-07-31 15:13:07 +00:00
Aron Xu b2a82cfdb1 mass update of translations from launchpad
SVN revision: 41386
2009-07-17 11:29:54 +00:00
Aron Xu 76b61d839c Updated translations from launchpad
SVN revision: 41382
2009-07-17 07:25:55 +00:00
semernin 3f07e00ade 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
Aron Xu 625a89267a Added Ukrainian translations by Daniel Korostil <ted.korostiled@gmail.com>.
SVN revision: 40992
2009-06-10 12:32:28 +00:00
Aron Xu acef5fc984 Added Russian translation from launchpad.
SVN revision: 40912
2009-06-06 02:21:03 +00:00
Massimo Maiurana 9aab7f3f9e updating esperanto translation
SVN revision: 40585
2009-05-11 11:33:16 +00:00
Daniel Kolesa de76957265 removed -fd parameters, thx to Lutin.
SVN revision: 40366
2009-04-25 12:20:23 +00:00
Daniel Kolesa 8e59f7251d Moved emodules to fontconfig.
SVN revision: 40365
2009-04-25 11:05:00 +00:00
Massimo Maiurana 78cefc7dea updating french translations
SVN revision: 40347
2009-04-24 16:09:36 +00:00
Carsten Haitzler fd973dfbaa 1. embryo shoudl have soname
2. yes local.conf slipped in - ignore
3. added soname version release to module arch dirs
4. adapted extra-modules to use the revision in arch
5. made e17 also have a release rev
6. dummy release stuff in eet - wont use it as its already released.



SVN revision: 40267
2009-04-21 14:17:42 +00:00
Aron Xu edd3a07f0a Sync translations with launchpad
SVN revision: 40003
2009-04-12 11:52:10 +00:00
Aron Xu 1ef1a2c553 sync translations from launchpad
SVN revision: 39998
2009-04-12 07:18:04 +00:00
Aron Xu 850eb52388 Added zh_CN to LINGUAS
SVN revision: 39820
2009-03-31 14:11:31 +00:00
Davide Andreoli 32c249c6ff Rename all icons in E-MODULE-EXTRA
SVN revision: 39774
2009-03-28 13:30:14 +00:00
Mike Frysinger 1d9ac806d4 declare ACLOCAL_AMFLAGS to match autogen.sh behavior
SVN revision: 39409
2009-03-07 21:44:16 +00:00
Massimo Maiurana 7563174205 updating greek and italian translations
SVN revision: 39376
2009-03-05 16:50:41 +00:00
Aron Xu b2e63f6917 Fixed problem
SVN revision: 39166
2009-02-23 15:59:44 +00:00
Aron Xu d16b6599c9 Merged new pot files.
SVN revision: 39159
2009-02-23 10:39:26 +00:00
Massimo Maiurana f24e02e5d9 french translations for desktop files
SVN revision: 38809
2009-01-27 12:03:57 +00:00
Aron Xu d6fccb5b04 Updated Simplified Chinese translation
SVN revision: 38707
2009-01-23 10:11:38 +00:00
Aron Xu 16848480ba Updated lots of po files for e17 and E-MODULES-EXTRA
SVN revision: 38636
2009-01-18 16:45:19 +00:00
Aron Xu a97681eb38 Added several Simplified Chinese translations to module.desktop in E-MODULES-EXTRA, there is still some not translated yet,I will do that in a few days.
SVN revision: 38501
2009-01-08 14:12:04 +00:00
Daniel Kolesa b1355d719d updated czech translation in E-MODULES-EXTRA/alarm/cs.po.
SVN revision: 38484
2009-01-06 17:43:12 +00:00
Daniel Kolesa 3ef1e8bc95 Translated .desktop files in E-MODULES-EXTRA to Czech.
SVN revision: 38451
2009-01-04 17:47:26 +00:00
Aron Xu 7f23c34848 Added de he and pl translations from contributers on launchpad
SVN revision: 38435
2009-01-03 08:56:42 +00:00
Aron Xu 7947fa48a9 Added de he and pl translations from contributers on launchpad
SVN revision: 38434
2009-01-03 08:55:07 +00:00
Aron Xu dc578a8dd1 Merged new POT files
SVN revision: 38422
2009-01-03 07:00:08 +00:00
Daniel Kolesa d290646d3b updated Czech translations and added Czech translations for places and tiling module
SVN revision: 38400
2009-01-01 13:33:29 +00:00
Aron Xu d22e607056 Merged new pot files.
SVN revision: 38261
2008-12-21 11:36:27 +00:00
Massimo Maiurana 655b1cf75a updating and adding czech language support for apps and modules.
also adding el to configure.ac in ephoto, which it wasn't.

SVN revision: 37916
2008-12-03 18:59:06 +00:00
Aron Xu 6805efc82b Merged new pot files without e itself
SVN revision: 37852
2008-11-29 14:08:31 +00:00
Massimo Maiurana 53b83882bd updating and adding greek language support for e and modules
SVN revision: 37850
2008-11-29 11:09:40 +00:00
Aron Xu 7843f3e495 Merged new pot files to all avaliable po files
SVN revision: 37765
2008-11-23 12:41:45 +00:00
Massimo Maiurana 4bf8fc207e added greek translation
SVN revision: 37590
2008-11-11 21:45:07 +00:00
Aron Xu 0e2948e057 Merged latest POT files to all avaliable PO files from every program.
SVN revision: 37586
2008-11-11 13:51:08 +00:00