efl/src
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
..
benchmarks Eo: add benchmarks to measure eo_add. 2013-04-23 08:52:43 +03:00
bin Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
edje_external/emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
examples Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
lib Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
modules evas: take stride into account with swapbuf. 2013-04-23 16:48:50 +09:00
scripts/eina efl: pass distcheck. 2012-11-05 14:42:44 +00:00
static_libs Efl static_libs: Updated liblinebreak -> libunibreak. 2013-01-11 18:16:09 +00:00
tests Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
utils/ecore efl/ecore_x: remove shadow warning from makekeys 2013-01-09 16:39:07 +00:00
Makefile.am Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
Makefile_EPhysics.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore.am ecore: Split Ecore headers 2013-04-23 16:47:44 +03:00
Makefile_Ecore_Audio.am ecore_audio: Make efl compile with PA disabled again 2013-04-19 13:43:52 +01:00
Makefile_Ecore_Cocoa.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Con.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Evas.am update po's ... :/ 2013-03-23 13:31:22 +09:00
Makefile_Ecore_FB.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_File.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_IMF.am move ecore_imf_evas out of ecore_imf. 2013-01-15 19:11:01 +00:00
Makefile_Ecore_IMF_Evas.am move ecore_imf_evas out of ecore_imf. 2013-01-15 19:11:01 +00:00
Makefile_Ecore_Input.am move ecore_input_evas out of ecore_input. 2013-01-15 18:59:28 +00:00
Makefile_Ecore_Input_Evas.am efl/ecore_input: Move file instead. As requested by k-s 2013-01-16 11:23:34 +00:00
Makefile_Ecore_Ipc.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Psl1ght.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_SDL.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Wayland.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Win32.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_WinCE.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_X.am Remove ecore_x_randr.h file from Make. Not needed anymore. 2013-01-29 14:48:18 +00:00
Makefile_Edje.am edje: work also when not cross compiling. 2013-03-24 23:44:04 +09:00
Makefile_Edje_Helper.am edje: work also when not cross compiling. 2013-03-24 23:44:04 +09:00
Makefile_Eet.am efl: fix compilation on Windows when no Evil library is installed. 2013-03-16 16:33:57 +09:00
Makefile_Eeze.am fix eeze scanner header install 2013-04-23 10:21:43 +01:00
Makefile_Efreet.am efl: fix compilation on Windows when no Evil library is installed. 2013-03-16 16:33:57 +09:00
Makefile_Eina.am eina: add eina_inlist_first and eina_inlist_last 2013-04-09 12:03:05 +02:00
Makefile_Eio.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Eldbus.am Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
Makefile_Embryo.am efl: fix compilation on Windows when no Evil library is installed. 2013-03-16 16:33:57 +09:00
Makefile_Emotion.am edje: fix stupid dependencies issue. 2013-03-24 20:48:00 +09:00
Makefile_Eo.am Eo: pointers indirection mechanism for objects and classes 2013-04-23 09:50:40 +03:00
Makefile_Escape.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ethumb.am edje: fix stupid dependencies issue. 2013-03-24 20:48:00 +09:00
Makefile_Ethumb_Client.am ethumb: we are linking with Ethumb_Client. 2013-03-16 23:20:49 +09:00
Makefile_Evas.am Work around new intel Mesa/xorg bug where alpha 2013-04-14 01:14:58 +09:00
Makefile_Evil.am evil: uselesss dependencies. 2013-03-16 15:40:34 +09:00