Commit Graph

99 Commits

Author SHA1 Message Date
Miculcy Brian 4b15d7a9ea fix recent menu api break
SVN revision: 52061
2010-09-09 14:50:02 +00:00
Lucas De Marchi 1ed6cfdef2 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 3cdaffdb8a 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
Lucas De Marchi e2a8990c1b 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 c155a31ac0 remove useless m4 reference, thanks Thomas Sachau
SVN revision: 48066
2010-04-17 08:27:05 +00:00
Miculcy Brian afb1b388c6 remove useless title
SVN revision: 47023
2010-03-08 17:09:08 +00:00
Jaime Thomas 46851ab31f Make the popup optional, small theme fix.
SVN revision: 42167
2009-09-01 18:23:05 +00:00
Christopher Michael 073de78837 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
Daniel Kolesa b2b85e5775 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 e8f791c7b9 A set of fixes for emodules..
SVN revision: 41554
2009-07-31 15:30:15 +00:00
semernin 30d3d751a0 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
Viktor Kojouharov bb44a7f30f 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 8db079f5be updating esperanto translation
SVN revision: 40585
2009-05-11 11:33:16 +00:00
Daniel Kolesa d6f676ac9e removed -fd parameters, thx to Lutin.
SVN revision: 40366
2009-04-25 12:20:23 +00:00
Daniel Kolesa 64a451887d Moved emodules to fontconfig.
SVN revision: 40365
2009-04-25 11:05:00 +00:00
Carsten Haitzler e3732da55a 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
Davide Andreoli 0e43ea4b7d Rename all icons in E-MODULE-EXTRA
SVN revision: 39774
2009-03-28 13:30:14 +00:00
Massimo Maiurana 4ffb09dd9a updating greek and italian translations
SVN revision: 39376
2009-03-05 16:50:41 +00:00
Massimo Maiurana fd4d36b203 french translations for desktop files
SVN revision: 38830
2009-01-28 12:37:16 +00:00
Carsten Haitzler 04f2bb937d 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 ea48b1a872 Translated .desktop files in E-MODULES-EXTRA to Czech.
SVN revision: 38451
2009-01-04 17:47:26 +00:00
Davide Andreoli a6f8f6f6f6 Update all EXTRA modules to Gadcon_client_class V3
SVN revision: 37451
2008-11-04 05:54:59 +00:00
Christopher Michael 5663679d8d Path from Stephane Bauland <joligardon@gmail.com> for changing
evas_stringshare into eina_stringshare.



SVN revision: 37397
2008-11-02 03:14:20 +00:00
Davide Andreoli bbc647cf35 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 9182fbeed7 Remove Evas list from all E-MODULES.
SVN revision: 36977
2008-10-22 13:53:03 +00:00
Chidambar Zinnoury a8e6582696 And finally recompile e extra modules' edje files.
All edje files on repository should be using the latest eet version.


SVN revision: 36701
2008-10-15 20:04:36 +00:00
Cedric BAIL 9c07dde466 configure.in are deprecated.
SVN revision: 36671
2008-10-15 13:11:18 +00:00
Cedric BAIL 61e2f6e922 Use pkg-config instead of enlightenment-config.
SVN revision: 36670
2008-10-15 12:39:06 +00:00
Carsten Haitzler 5320f217ab fix more binary files
SVN revision: 35522
2008-08-17 23:28:31 +00:00
Massimo Maiurana 70fced4826 *** empty log message ***
SVN revision: 35166
2008-07-18 16:54:17 +00:00
Sthithaprajna Garapaty fd0abd189f Timer should work now
SVN revision: 33722
2008-02-09 23:40:49 +00:00
Sthithaprajna Garapaty f9671066da buttons! thank Manowarrior
SVN revision: 33698
2008-02-07 00:43:55 +00:00
Sthithaprajna Garapaty 7f0e393735 autofunk. blame the X
SVN revision: 33493
2008-01-15 01:50:43 +00:00
Sebastian Dransfeld 1de061627b ignore
SVN revision: 33416
2008-01-10 07:01:41 +00:00
Sebastian Dransfeld db055d373c No i18n
Fix prototype and declaration for _mpdule_update_song_cb()
Remove unused variables and functions.
Remove unneeded double cast.
Fix comparison in _mpdule_config_updated()


SVN revision: 33415
2008-01-10 06:26:22 +00:00
Sebastian Dransfeld 918100a07e ignore
SVN revision: 33409
2008-01-10 06:01:02 +00:00
Sthithaprajna Garapaty 9dcbf1ae2b shakes fist at indent!
SVN revision: 33386
2008-01-08 03:05:06 +00:00
Sthithaprajna Garapaty 2a4c6774a6 INDENT
SVN revision: 33385
2008-01-08 02:19:22 +00:00
Sthithaprajna Garapaty 625d598e98 Slightly better theme
SVN revision: 33354
2008-01-05 17:55:53 +00:00
Christopher Michael 8da74da7dd Fix up module.desktop descriptions for new box width.
SVN revision: 33307
2007-12-30 19:49:26 +00:00
Sthithaprajna Garapaty a330720b95 Control MPD via the module. Theme needs help!
SVN revision: 33235
2007-12-24 21:40:33 +00:00
Massimo Maiurana 79523955e8 *** empty log message ***
SVN revision: 33162
2007-12-16 11:46:14 +00:00
Sthithaprajna Garapaty ef419294bf Font
SVN revision: 33106
2007-12-12 03:14:37 +00:00
Sthithaprajna Garapaty 72b81baba4 Now with a Popup! (And a very simple theme for the popup)
SVN revision: 33105
2007-12-12 03:14:10 +00:00
Christopher Michael ae4a222da1 Don't think you wanted mixer.edj there :)
SVN revision: 33079
2007-12-10 12:04:15 +00:00
Sthithaprajna Garapaty e12dc81a59 -
SVN revision: 33077
2007-12-10 05:41:02 +00:00
Sthithaprajna Garapaty d79c0060c7 Autofunkey!
SVN revision: 33076
2007-12-10 05:39:02 +00:00
Sthithaprajna Garapaty 8be8d35e65 Sensible .desktop
SVN revision: 33075
2007-12-10 04:50:04 +00:00
Sthithaprajna Garapaty 6ad3c03937 New MPD Module to show MPD status in the shelf.
SVN revision: 33073
2007-12-10 02:43:23 +00:00