Commit Graph

76 Commits

Author SHA1 Message Date
Davide Andreoli cb716785ca more use of EINA_LIST_FOREACH
SVN revision: 41845
2009-08-17 15:53:32 +00:00
Daniel Kolesa c1c9d2692b 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 966329cff6 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
Daniel Kolesa 46dddd8fac Updated Czech translations and fixed string in Places module.
SVN revision: 41006
2009-06-11 13:33:43 +00:00
Davide Andreoli 3e31defdbe Reenable places menu integration, for people that dont use efm. With his new configuration value
SVN revision: 40930
2009-06-07 00:42:11 +00:00
Gustavo Sverzut Barbieri 8772b9b491 e_hal is now using Eina_List.
SVN revision: 39863
2009-04-04 21:36:57 +00:00
Carsten Haitzler 1cd73ccc43 fix api change.
SVN revision: 39830
2009-04-01 21:50:34 +00:00
Davide Andreoli 2f11f00474 Rename all icons in E-MODULE-EXTRA
SVN revision: 39774
2009-03-28 13:30:14 +00:00
Gustavo Sverzut Barbieri 7b06a365a9 Just mount devices without "storage.automount_enabled_hint=false".
At least ubuntu wisely set this so non-removable devices are not
mounted every time (ie: /boot).



SVN revision: 39558
2009-03-18 20:31:35 +00:00
Davide Andreoli 507ee6d7e6 Disable menu augmentation (now inside e)
SVN revision: 39338
2009-03-03 01:08:17 +00:00
Gustavo Sverzut Barbieri 048e5a2511 do not show double separators if no volume is there.
SVN revision: 39302
2009-03-01 06:38:31 +00:00
Cedric BAIL ee439f1cae * estickies,
* etk,
	* PROTO/exalt,
	* E-MODULES-EXTRA/diskio,
	* E-MODULES-EXTRA/drawer,
	* E-MODULES-EXTRA/penguins,
	* E-MODULES-EXTRA/slideshow,
	* E-MODULES-EXTRA/mail,
	* E-MODULES-EXTRA/forecasts,
	* E-MODULES-EXTRA/iiirk,
	* E-MODULES-EXTRA/places,
	* e,
	* ewl,
	* ecore,
	* elitaire,
	* entrance,
	* e_dbus,
	* efreet: Here we go, move from Ecore_List to Eina_List.

	NOTE: This patch is huge, I did test it a lot, and I hope nothing is
	broken. But if you think something change after this commit, please
	contact me ASAP.


SVN revision: 39200
2009-02-25 11:03:47 +00:00
Davide Andreoli d5667efb83 escape fm command execution. Thanks to gvm999
SVN revision: 39007
2009-02-13 13:15:43 +00:00
Davide Andreoli 5cbbcd35c7 * Add options to choose what to show in menu (home, desktop, trash, etc...)
* Use e_exec instead of a custom fork to run the filemanager, it follow PATH, so you don't have to write the full path
 * Modify a little the filemanager selector

SVN revision: 38902
2009-02-02 00:35:45 +00:00
Massimiliano Calamelli 0cd8adc789 Add a little guard for vol->icon == NULL.
Without this, if you left-click on desktop and go to
"Places", E crashes. 



SVN revision: 38802
2009-01-26 23:49:33 +00:00
Davide Andreoli 87ca4e8d96 * fix config dialog size
* parse better the bookmarks file (support alias and special chars)
 * fix the icons in the menu
 * show in menu also not mounted volumes

SVN revision: 38790
2009-01-26 08:29:20 +00:00
Davide Andreoli 605dad7963 * sort internal hd first
* for dvd use the E cdrom icon + a dvd tag 

SVN revision: 38786
2009-01-25 22:20:23 +00:00
Davide Andreoli 582f2d9420 * use hd & cdrom icons from the e theme (can use more in future)
* add a tag overlay to the icon (to show ext3, fat, dvd...)
 * simplify the on-over animation of the icons


SVN revision: 38773
2009-01-25 05:26:29 +00:00
Davide Andreoli a8c91304b9 * fix an empty name error & debug--
SVN revision: 38770
2009-01-25 03:37:14 +00:00
Davide Andreoli 9d1cdbdb74 Add a PSP (Playstation portable) icon
SVN revision: 38769
2009-01-25 03:29:33 +00:00
Miculcy Brian b1262c6666 fix function call
SVN revision: 38201
2008-12-18 01:52:32 +00:00
Davide Andreoli 768af20030 use the Files cat in control panel
SVN revision: 37976
2008-12-07 03:37:32 +00:00
Davide Andreoli a2fe823170 * Add a new horizontal view
* Remove the header
 * More comments cleanup

SVN revision: 37974
2008-12-07 02:50:11 +00:00
Davide Andreoli d701e89a6e comments cleanup
SVN revision: 37972
2008-12-07 01:33:06 +00:00
Davide Andreoli f81cefddad better min size and debug --
SVN revision: 37970
2008-12-06 21:15:12 +00:00
Davide Andreoli d55448b2d3 Places module in SVN
SVN revision: 37964
2008-12-06 18:51:04 +00:00