Commit Graph

183 Commits

Author SHA1 Message Date
Boris Faure b13dbf59f6 E-MODULES-EXTRA: add const to _gc_label() functions
SVN revision: 65208
2011-11-14 22:17:19 +00:00
Mike Blumenkrantz ab0682f5f5 add scaling to text parts
SVN revision: 64681
2011-11-03 07:50:28 +00:00
Daniel Kolesa 038fdc27ae Updated Czech translations in emodules, thanks belisarivs.
SVN revision: 64316
2011-10-22 23:40:48 +00:00
Michael Jennings d63220f04d 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 a8cc7ab667 fix possible undef ref when gettext is disabled or not installed
SVN revision: 59997
2011-06-06 17:36:38 +00:00
Vincent Torri 5b65f0a870 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 16e1e60764 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 74ad4c2ceb updating various translations
SVN revision: 57327
2011-02-25 20:26:34 +00:00
Massimo Maiurana 6b6e6207d4 updating slovenian translation
SVN revision: 57281
2011-02-23 20:21:30 +00:00
Massimo Maiurana 333ec995ac updating slovenian translation
SVN revision: 57223
2011-02-21 19:10:16 +00:00
Massimo Maiurana 0760cef993 updating portuguese and italian translations
SVN revision: 57183
2011-02-20 08:41:22 +00:00
Massimo Maiurana 8f4b732421 updating french and italian translations
SVN revision: 57151
2011-02-18 19:00:42 +00:00
Hannes Janetzek 9e40cf746b update .po
SVN revision: 57101
2011-02-16 21:51:17 +00:00
Hannes Janetzek d71ce99076 - fix menu to be more intuitive. took me a while to figure out how to add feeds to a gadget
- remove deprecated e_util_edje_icon_get
- fix warnings


SVN revision: 57100
2011-02-16 21:49:41 +00:00
Massimo Maiurana 4b34cd7ddc updating various translations
SVN revision: 57099
2011-02-16 20:39:52 +00:00
Massimo Maiurana 7dd9d37c44 updating ukrainian translations
SVN revision: 56757
2011-02-06 20:06:03 +00:00
Massimo Maiurana ea087472a4 updating german translations
SVN revision: 56200
2011-01-16 21:46:50 +00:00
Daniel Kolesa f996bdd54f More work done on translations to Czech.
SVN revision: 55849
2011-01-04 17:19:35 +00:00
Massimo Maiurana 3880def272 updating portuguese translations
SVN revision: 55292
2010-12-05 21:02:34 +00:00
Miculcy Brian d75159ce55 New module category.
SVN revision: 53530
2010-10-17 17:35:54 +00:00
Massimo Maiurana 14e3b92dc0 updating portuguese translations
SVN revision: 53232
2010-10-09 12:11:03 +00:00
Massimo Maiurana 7446d58c16 updating french and italian translations
SVN revision: 53151
2010-10-07 18:58:43 +00:00
Miculcy Brian 25b6f929d3 Make news module compile again (was broken since recent menu reconfiguration).
SVN revision: 53101
2010-10-06 15:46:12 +00:00
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