Commit Graph

295 Commits

Author SHA1 Message Date
Miculcy Brian 38ff81ae71 fix recent menu api break
SVN revision: 52062
2010-09-09 14:50:07 +00:00
Christopher Michael 76a48ec0de Update email address across the board.
SVN revision: 51890
2010-09-04 18:32:59 +00:00
Lucas De Marchi d98f684bad Convert (hopefully) all comparisons to NULL
Apply badzero.cocci, badnull.coci and badnull2.cocci

This should convert all cases where there's a comparison to NULL to simpler
forms. This patch applies the following transformations:

code before patch               ||code after patch
===============================================================

return a == NULL;                 return !a;

return a != NULL;                 return !!a;

func(a == NULL);                  func(!a);

func(a != NULL);                  func(!!a);

b = a == NULL;                    b = !a;

b = a != NULL;                    b = !!a;

b = a == NULL ? c : d;            b = !a ? c : d;

b = a != NULL ? c : d;            b = a ? c : d;


other cases:

a == NULL                         !a
a != NULL                         a




SVN revision: 51487
2010-08-21 13:52:25 +00:00
Massimo Maiurana a0170084d5 adding portuguese translations
SVN revision: 51077
2010-08-13 11:41:21 +00:00
Lucas De Marchi 139250020f 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 812a42eef1 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 bbd0d5a6e3 updating french translation
SVN revision: 50214
2010-07-13 10:41:08 +00:00
Christopher Michael ff61116d06 Fixes for Ecore Api changes.
Add libintl.h



SVN revision: 50074
2010-07-06 17:59:30 +00:00
Miculcy Brian 29f2dd68b7 remove useless title
SVN revision: 47024
2010-03-08 17:09:13 +00:00
Christopher Michael ee3a80e3ac And call correct configure calls.
SVN revision: 46984
2010-03-08 06:46:52 +00:00
Christopher Michael 85d663223c Call proper function for gc register/unregister.
SVN revision: 46983
2010-03-08 06:44:28 +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
Aron Xu 63548a3172 Sync translations from Launchpad.
SVN revision: 46205
2010-02-16 09:30:59 +00:00
Sebastian Dransfeld bb71e2bdc7 Make non static functions EINTERN
SVN revision: 45447
2010-01-22 20:01:01 +00:00
Christopher Michael 817925d225 Make net compile again.
SVN revision: 45262
2010-01-17 15:59:00 +00:00
Aron Xu 68179df494 Sync translations from launchpad
SVN revision: 44166
2009-12-03 09:56:45 +00:00
Christopher Michael 7cbc837b4a formatting.
SVN revision: 43930
2009-11-23 17:08:25 +00:00
Christopher Michael 8e12110d2e Enable silent rules if possible.
SVN revision: 42986
2009-10-09 21:15:12 +00:00
Aron Xu 862ee79b1a Sync translations from Launchpad for E-MODULES-EXTRA.
SVN revision: 42065
2009-08-28 08:34:45 +00:00
Daniel Kolesa d60a297b10 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 14248fe39f mass update of translations from launchpad
SVN revision: 41386
2009-07-17 11:29:54 +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
Aron Xu be79f1d53c Added Ukrainian translations by Daniel Korostil <ted.korostiled@gmail.com>.
SVN revision: 40992
2009-06-10 12:32:28 +00:00
Viktor Kojouharov 262c5e2bfd remove all traces of the resize callback function. it iss not needed anymore
SVN revision: 40942
2009-06-07 09:00:05 +00:00
Massimo Maiurana d205002fc4 updating esperanto translation
SVN revision: 40687
2009-05-17 07:47:15 +00:00
Daniel Kolesa d01d30bb19 removed -fd parameters, thx to Lutin.
SVN revision: 40366
2009-04-25 12:20:23 +00:00
Daniel Kolesa 80fee02685 Moved emodules to fontconfig.
SVN revision: 40365
2009-04-25 11:05:00 +00:00
Massimo Maiurana 217ac82efc updating french translations
SVN revision: 40347
2009-04-24 16:09:36 +00:00
Carsten Haitzler 2f1265d2ae 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 0b573e5b53 Sync translations with launchpad
SVN revision: 40003
2009-04-12 11:52:10 +00:00
Davide Andreoli ad5c3603bb Rename all icons in E-MODULE-EXTRA
SVN revision: 39774
2009-03-28 13:30:14 +00:00
Massimo Maiurana 3b203739aa updating greek and italian translations
SVN revision: 39376
2009-03-05 16:50:41 +00:00
Aron Xu 0225018490 Merged new pot files.
SVN revision: 39159
2009-02-23 10:39:26 +00:00
Massimo Maiurana ea7abad3d2 french translations for desktop files
SVN revision: 38830
2009-01-28 12:37:16 +00:00
Aron Xu 70a9e1e0cf Updated zh_CN.po
SVN revision: 38720
2009-01-23 11:18:17 +00:00
Aron Xu aa73b4a347 Fixed end-of-line within string
SVN revision: 38683
2009-01-21 16:14:12 +00:00
Massimo Maiurana fa10c62f6e fixes for some po files
SVN revision: 38652
2009-01-19 19:58:58 +00:00
Aron Xu e325a7f366 Updated lots of po files for e17 and E-MODULES-EXTRA
SVN revision: 38636
2009-01-18 16:45:19 +00:00
Carsten Haitzler 9876403621 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 731efcae4b Translated .desktop files in E-MODULES-EXTRA to Czech.
SVN revision: 38451
2009-01-04 17:47:26 +00:00
Aron Xu c358bc10f0 Added de he and pl translations from contributers on launchpad
SVN revision: 38435
2009-01-03 08:56:42 +00:00
Aron Xu 3028c0d0ac Added de he and pl translations from contributers on launchpad
SVN revision: 38434
2009-01-03 08:55:07 +00:00
Aron Xu 3d76db0db3 Merged new POT files
SVN revision: 38422
2009-01-03 07:00:08 +00:00
Daniel Kolesa 0fd6dfcb51 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 6bdcec4fdc Merged new pot files.
SVN revision: 38261
2008-12-21 11:36:27 +00:00
Massimo Maiurana 53081b832c 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 26b8512717 Merged new pot files to all avaliable po files
SVN revision: 37765
2008-11-23 12:41:45 +00:00
Massimo Maiurana 24d3bb4196 added greek translation
SVN revision: 37590
2008-11-11 21:45:07 +00:00