Commit Graph

110 Commits

Author SHA1 Message Date
Massimo Maiurana 42b12d12f2 updating portuguese translations
SVN revision: 52901
2010-09-29 17:50:53 +00:00
Lucas De Marchi 14124cdfc7 Use ecore_time_unix_get() when absolute value is needed
SVN revision: 52828
2010-09-27 22:39:09 +00:00
Massimo Maiurana d7e13c660e updating french and italian translations
SVN revision: 52152
2010-09-11 12:13:58 +00:00
Miculcy Brian d9cebb70af fix recent menu api break
SVN revision: 52063
2010-09-09 14:50:12 +00:00
Lucas De Marchi 7af7933427 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 4ff14432f5 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 1b01d53eb4 updating french translation
SVN revision: 50214
2010-07-13 10:41:08 +00:00
Lucas De Marchi 2b98c3fbd9 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
Lucas De Marchi 442780eb6c More missing * in pointer to function
SVN revision: 50060
2010-07-06 04:26:52 +00:00
Lucas De Marchi 2354ca3296 Parser error on this file.
Fix function pointer.


SVN revision: 50055
2010-07-06 02:43:36 +00:00
Miculcy Brian c52c50658f remove useless title
SVN revision: 47025
2010-03-08 17:09:18 +00:00
Massimo Maiurana 2bd17c3f89 removing lt locale because the file lt.po is missing
SVN revision: 46336
2010-02-20 16:53:44 +00:00
Aron Xu 7976de2bda Sync translations from Launchpad.
SVN revision: 46205
2010-02-16 09:30:59 +00:00
Aron Xu cd3254ed8e Sync translations from launchpad
SVN revision: 44166
2009-12-03 09:56:45 +00:00
kiwi 77cd281b1f fix segfault, e_widget_ilist_append delays the actual append
SVN revision: 43427
2009-11-02 16:34:09 +00:00
kiwi e61cfcb941 switch to silent make
SVN revision: 43426
2009-11-02 16:23:24 +00:00
kiwi 9f5f201f6c fix compilation of News and Photo modules
SVN revision: 43425
2009-11-02 16:21:29 +00:00
Christopher Michael 59544b8bca 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 96e466d406 Sync translations from Launchpad for E-MODULES-EXTRA.
SVN revision: 42065
2009-08-28 08:34:45 +00:00
Daniel Kolesa cb0eb49243 Fix potfiles in emodules.
SVN revision: 41586
2009-08-04 11:37:02 +00:00
Daniel Kolesa a05f97e603 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
Aron Xu 43bb560853 mass update of translations from launchpad
SVN revision: 41386
2009-07-17 11:29:54 +00:00
semernin 167725ed17 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 13910d2b05 Added Ukrainian translations by Daniel Korostil <ted.korostiled@gmail.com>.
SVN revision: 40992
2009-06-10 12:32:28 +00:00
Cedric BAIL 4acba75b67 * E-MODULES-EXTRA: Remove all evas_stringshare from E-MODULES-EXTRA.
Note: A lot of this code, would like some cleanup and benefit from using new Eina macro.



SVN revision: 40985
2009-06-09 15:54:09 +00:00
Massimo Maiurana a41df460a1 updating esperanto translation
SVN revision: 40687
2009-05-17 07:47:15 +00:00
Daniel Kolesa 7c95be6fda removed -fd parameters, thx to Lutin.
SVN revision: 40366
2009-04-25 12:20:23 +00:00
Daniel Kolesa e9b350f7f0 Moved emodules to fontconfig.
SVN revision: 40365
2009-04-25 11:05:00 +00:00
Massimo Maiurana adb7555a10 updating french translations
SVN revision: 40347
2009-04-24 16:09:36 +00:00
Carsten Haitzler 6f79cb14a8 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 92feb60506 Sync translations with launchpad
SVN revision: 40003
2009-04-12 11:52:10 +00:00
Davide Andreoli 90f44281cf Rename all icons in E-MODULE-EXTRA
SVN revision: 39774
2009-03-28 13:30:14 +00:00
Daniel Kolesa 9309b717cb Updated Czech translations everywhere.
SVN revision: 39718
2009-03-25 17:02:19 +00:00
Mike Frysinger 323375bb01 declare ACLOCAL_AMFLAGS to match autogen.sh behavior
SVN revision: 39409
2009-03-07 21:44:16 +00:00
Massimo Maiurana 9e3adefa6e updating greek and italian translations
SVN revision: 39376
2009-03-05 16:50:41 +00:00
Aron Xu dacac4c40c Merged new pot files.
SVN revision: 39159
2009-02-23 10:39:26 +00:00
Aron Xu 140c1bae1a Updated es zh_CN translations
SVN revision: 38721
2009-01-23 11:20:21 +00:00
Aron Xu 0cb1ac57fb Updated lots of po files for e17 and E-MODULES-EXTRA
SVN revision: 38636
2009-01-18 16:45:19 +00:00
Daniel Kolesa 9a645b743f Translated .desktop files in E-MODULES-EXTRA to Czech.
SVN revision: 38451
2009-01-04 17:47:26 +00:00
Aron Xu 62fc3c8efa Added de he and pl translations from contributers on launchpad
SVN revision: 38435
2009-01-03 08:56:42 +00:00
Aron Xu d5d8c6a062 Added de he and pl translations from contributers on launchpad
SVN revision: 38434
2009-01-03 08:55:07 +00:00
Aron Xu 5ca24de51b Merged new pot files to all avaliable po files
SVN revision: 37765
2008-11-23 12:41:45 +00:00
Massimo Maiurana 78b07f3d76 added greek translation
SVN revision: 37590
2008-11-11 21:45:07 +00:00
Aron Xu 4ad0d51dfa Merged latest POT files to all avaliable PO files from every program.
SVN revision: 37586
2008-11-11 13:51:08 +00:00
Michael Jennings b6a80d8f3d More moves. And remove .pot files.
SVN revision: 37578
2008-11-10 18:59:03 +00:00
Aron Xu 6710d42adf Generated new pot files for translations.
SVN revision: 37562
2008-11-09 12:10:52 +00:00
Davide Andreoli 002332fc1a Update all EXTRA modules to Gadcon_client_class V3
SVN revision: 37451
2008-11-04 05:54:59 +00:00
Davide Andreoli 4c955936a9 Fix module.desktop <title> tag for b_and_w in all modules
SVN revision: 37079
2008-10-24 21:19:36 +00:00
Aron Xu a134db3a9c Updated French translations by choak <choak@orange.fr>.
SVN revision: 37057
2008-10-24 14:57:52 +00:00
Aron Xu 626cd344e5 Creat Simplified Chinese and French translations.
SVN revision: 36980
2008-10-22 14:33:29 +00:00