Commit Graph

52 Commits

Author SHA1 Message Date
Massimo Maiurana 0369fd1fa4 typos
SVN revision: 81354
2013-06-17 10:03:52 +01:00
Carsten Haitzler 2d47017768 fix text/spelling
SVN revision: 77199
2012-09-28 11:40:51 +00:00
Mike Blumenkrantz d3749cb689 sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g'
SVN revision: 74475
2012-07-27 08:35:53 +00:00
Boris Faure ebe90f4a63 E-MODULES-EXTRA: add const to _gc_label() functions
SVN revision: 65208
2011-11-14 22:17:19 +00:00
Vincent Torri 49e9eeb684 fix possible undef ref when gettext is disabled or not installed
SVN revision: 59997
2011-06-06 17:36:38 +00:00
Hannes Janetzek 209296a683 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
Hannes Janetzek 0cc4332ad6 remove deprecated e_util_edje_icon_add
SVN revision: 57104
2011-02-16 21:58:31 +00:00
Miculcy Brian 8131b5d11d fix recent menu api break
SVN revision: 52065
2010-09-09 14:50:22 +00:00
Lucas De Marchi bc99cd5cc8 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 6030818df0 Parser error on this file.
Fix function pointer.


SVN revision: 50056
2010-07-06 02:51:30 +00:00
kiwi b03e2c2937 fix compilation of News and Photo modules
SVN revision: 43425
2009-11-02 16:21:29 +00:00
Christopher Michael ea2c253ee3 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 ce6092ac2c 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
semernin d85e780a28 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
Cedric BAIL 78af690fa5 * 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
Davide Andreoli 8d4e041277 Rename all icons in E-MODULE-EXTRA
SVN revision: 39774
2009-03-28 13:30:14 +00:00
Davide Andreoli 2bc64bbf29 Update all EXTRA modules to Gadcon_client_class V3
SVN revision: 37451
2008-11-04 05:54:59 +00:00
Cedric BAIL d45a0dbcd8 Remove Evas list from all E-MODULES.
SVN revision: 36977
2008-10-22 13:53:03 +00:00
Cedric BAIL 8c1cf06df3 Use pkg-config instead of enlightenment-config.
SVN revision: 36670
2008-10-15 12:39:06 +00:00
Sebastian Dransfeld 1bf5518231 Translate with D_, not with _()
SVN revision: 33428
2008-01-10 10:45:21 +00:00
Sebastian Dransfeld 7f4f1c5356 get text from module locale
SVN revision: 32624
2007-11-12 08:17:34 +00:00
Sebastian Dransfeld 4e0f823e06 define D_ macro
SVN revision: 32603
2007-11-12 04:42:09 +00:00
Sebastian Dransfeld 83293dfa68 Use module dir for nls, make modules relocateable.
SVN revision: 32599
2007-11-12 04:15:53 +00:00
Sebastian Dransfeld 9b5c71635e Remove deprecated functions.
SVN revision: 32301
2007-11-02 12:22:16 +00:00
Eric Schuele bad150bfbb Small safeguard.
SVN revision: 32047
2007-10-12 12:05:29 +00:00
Miculcy Brian 33aef1af7b API breakage: e_widget_entry_add() allows now to set a cb function for text change events.
SVN revision: 32009
2007-10-07 21:26:48 +00:00
Sebastian Dransfeld 25895eab1a Implement id_new()
SVN revision: 31737
2007-09-16 03:32:39 +00:00
Sebastian Dransfeld 295f31ca3d Fix for gadcon update. Not added new gadcon functions.
SVN revision: 31732
2007-09-16 01:46:52 +00:00
David Walter Seikel a1d648fee0 Make it visible again.
SVN revision: 30150
2007-05-29 17:11:45 +00:00
Sebastian Dransfeld 49ea4b0365 Remove unused variable.
SVN revision: 28743
2007-03-15 13:28:05 +00:00
kiwi c6cedaca04 change default mouse actions
SVN revision: 28440
2007-02-22 20:21:19 +00:00
kiwi a55a979e55 add mouse wheel support to change picture
SVN revision: 28421
2007-02-21 14:03:09 +00:00
kiwi 7c3b1f5345 better ui for config dialogs and menus
todo++


SVN revision: 28410
2007-02-21 01:36:31 +00:00
kiwi 7515f486d7 * restart timer when manually change the current picture
* reorganise the menu


SVN revision: 26121
2006-09-24 21:48:46 +00:00
kiwi 4df8b76cc7 more smooth picture loading
SVN revision: 26080
2006-09-24 03:19:06 +00:00
kiwi 388fb8a4e1 its been a long time =)
* fix a bug when restart E while loading
* picture loading is less heavy (load one dir at a time)


SVN revision: 26061
2006-09-23 11:10:44 +00:00
sebastid 74609a32ae Don't free homedir.
SVN revision: 26027
2006-09-22 19:59:45 +00:00
David Walter Seikel 8b26121817 .desktopification.
SVN revision: 25924
2006-09-17 15:44:06 +00:00
David Walter Seikel 01a5209c52 Updated config dialog to match latest API.
SVN revision: 24708
2006-08-14 21:18:41 +00:00
essiene 89cba8d669 Make non core modules use new view specifying feature. All are set to PLAIN by default
SVN revision: 24500
2006-08-09 07:47:28 +00:00
kiwi 435ed6d2d0 new loader system and fix a bug
* the new picture loader system is much more light and fast :) Its inspirated from the file scan of efm2
* fix a typo
* free the config data descriptors
* fix a bug when you try to restart loading while thumbnailing


SVN revision: 24132
2006-07-22 22:30:52 +00:00
David Walter Seikel 3ab2f63b56 .cvsignore++
SVN revision: 23971
2006-07-16 21:34:46 +00:00
kiwi e831a69a7c On picture change, if there were an information popup open, update it
SVN revision: 23869
2006-07-13 03:28:19 +00:00
kiwi a1ca877a10 Ooops missing brackets
SVN revision: 23863
2006-07-12 23:20:54 +00:00
kiwi 9c8b180dde histo menu should be ok now :)
SVN revision: 23861
2006-07-12 18:49:02 +00:00
kiwi b3157eddc9 fixes, and better status messages
* better support if the thumb fails to generate
* working on fixing the status messages for popups and main config pannel
* some more checks in histoic menu, to avoid segv


SVN revision: 23860
2006-07-12 18:39:08 +00:00
kiwi 9bb5242817 * set the thumb size to 128*128, need work
* fix a bad bug related to new e_thumb changes, wich was making segv
* rewrite historic menu, now its correct (refresh when you hide/show the histo submenu, don't use submenu style for each picture item)
* bigger border for popup info background image


SVN revision: 23857
2006-07-12 06:11:39 +00:00
kiwi 993aa12b45 avoid multiple use of one picture when selecting in historic list
SVN revision: 23844
2006-07-11 07:01:11 +00:00
kiwi f149741576 update to current E, cleanings and add logo image
* use new e_thumb system, wich cause some problems (little delay before actualy getting the thumb, i'll see that later)
* don't use e_lib anymore to set the desktop background
* add the Photo module logo as default, when you have no pictures to display. Now you know where's the module when you add it in a shelf =)
* fix some typos and clean picture system. need indent session


SVN revision: 23842
2006-07-11 05:52:13 +00:00
kiwi ba7efc479e modify timers for information popups
SVN revision: 23743
2006-07-07 20:04:16 +00:00