efl/src/lib
Lucas De Marchi 4e3804041f Rename edbus->eldbus
git grep -l edbus2 | while read f; do sed -i 's/edbus2/eldbus/g' "$f"; done
find . -name '*edbus2*' -exec rename edbus2 eldbus {} \;

git grep -l "EDBUS" | while read f; do sed -i 's/EDBUS/ELDBUS/g' "$f"; done
git grep -l "EDBus" | while read f; do sed -i 's/EDBus/Eldbus/g' "$f"; done
git grep -l "edbus (v2)" | while read f; do sed -i 's/edbus (v2)/eldbus/g' "$f"; done
git grep -l "Edbus" | while read f; do sed -i 's/Edbus/Eldbus/g' "$f"; done
git grep -l "edbus" | while read f; do sed -i 's/edbus/eldbus/g' "$f"; done

find . -name '*edbus*' -exec rename edbus eldbus {} \;
find . -name '*EDBus*' -exec rename EDBus Eldbus {} \;
2013-04-23 12:36:29 -03:00
..
ecore ecore: Split Ecore headers 2013-04-23 16:47:44 +03:00
ecore_audio ecore_audio: Guard against attaching an input twice 2013-04-19 18:34:16 +01:00
ecore_cocoa More removal of \r 2013-02-17 14:53:25 -03:00
ecore_con efl: integrate eina_log_timing. 2013-03-27 21:43:45 +09:00
ecore_evas ecore/ews: Make this engine be aware of the wayland frame object. 2013-04-19 12:57:50 -03:00
ecore_fb ecore/ecore_fb - missed move call? 2013-01-09 08:22:05 +00:00
ecore_file efl: use HAVE_FCNTL around call to fcntl. 2013-03-10 23:10:27 +09:00
ecore_imf ecore_imf: Add ecore_imf_context_input_panel_event_callback_call, clear API 2013-04-13 17:11:32 +09:00
ecore_imf_evas move ecore_imf_evas out of ecore_imf. 2013-01-15 19:11:01 +00:00
ecore_input efl/ecore_input: Move file instead. As requested by k-s 2013-01-16 11:23:34 +00:00
ecore_input_evas efl: add infrastructure to handle broken X/driver/touchscreen. 2013-01-18 05:26:46 +00:00
ecore_ipc ecore_con: improve portability. 2013-03-16 15:40:26 +09:00
ecore_psl1ght efl: Created Ecore group and added existing Ecore groups to it. 2012-12-18 18:38:44 +00:00
ecore_sdl fix sdl warning and cosmetic change. 2013-01-16 19:47:51 +00:00
ecore_wayland Fix incorrect printf format usage 2013-04-16 12:07:36 +04:00
ecore_win32 ecore: fix some aliasing warning. 2013-03-22 20:25:37 +09:00
ecore_wince efl: Created Ecore group and added existing Ecore groups to it. 2012-12-18 18:38:44 +00:00
ecore_x fix 64bit ecore-x selection overrun bug. 2013-04-23 00:08:18 +09:00
edje Revert "ummm dont set max based on max hint... this got added at some point" 2013-04-23 15:44:16 +09:00
eet eet: be picky and really use the correct format without shitty cast. 2013-04-10 14:55:24 +09:00
eeze eeze/sensor: Simplify object handling in async paths. 2013-04-22 15:58:28 +01:00
efreet Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
eina eina_unicode.H: be nice. add more documentation for deprecated api. 2013-04-20 19:01:02 +09:00
eio efl: integrate eina_log_timing. 2013-03-27 21:43:45 +09:00
eldbus Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
embryo efl: eina_alloca.h to simplify alloca() usage. 2013-01-03 15:10:34 +00:00
emotion emotion - free up engine and stuff on obj del, and let smartdata hang 2013-03-11 16:54:59 +09:00
eo eoid -> use mmap for allocating id tables. makes it a separate memory 2013-04-23 23:39:37 +09:00
ephysics ephysics: turn EPhysics_Body into a POD-type struct 2013-02-26 10:17:28 -03:00
escape efl: remove check for errno.h 2013-01-10 20:25:44 +00:00
ethumb ethumb: Support strict aliasing rules in MD5 code 2013-02-26 10:17:28 -03:00
ethumb_client Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
evas fix recursive proxy rendering to just show a black rectangle 2013-04-22 16:41:24 +01:00
evil Evil: add mkdtemp 2013-03-31 00:13:06 +09:00