a lot of patches - also my work on moving the IO stuff in e_fm to a slave
authorCarsten Haitzler <raster@rasterman.com>
Fri, 2 Mar 2007 17:00:20 +0000 (17:00 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Fri, 2 Mar 2007 17:00:20 +0000 (17:00 +0000)
commitb2a0abb8ebcae39344a23fa1c7acd0b2dc6e6c80
tree024768c80d7a1395182ad8b9239c68f770ea43ee
parente57524d44c49eeb73d5aac329f2e81b9d6a4b761
a lot of patches - also my work on moving the IO stuff in e_fm to a slave
process to stop e from ever "locking up". this unfortunately breaks the other
source stuff and thus breaks the app editor config dialogs and anything using
fm2 for .desktop stuff from the e applications/all repo. i am doing this as i
expect this to go away with efreet anyway so not too much of an issue. not
all fm operatiosn work currently - note. so beware. it can view files though :)

SVN revision: 28528
34 files changed:
TODO
data/themes/default_shelf.edc
src/bin/.cvsignore
src/bin/Makefile.am
src/bin/e.h
src/bin/e_border.c
src/bin/e_border.h
src/bin/e_config.c
src/bin/e_config.h
src/bin/e_fm.c
src/bin/e_fm.h
src/bin/e_fm_main.c [new file with mode: 0644]
src/bin/e_fm_prop.c
src/bin/e_fwin.c
src/bin/e_int_config_apps.c
src/bin/e_int_config_desklock.c
src/bin/e_int_config_icon_themes.c
src/bin/e_int_config_imc.c
src/bin/e_int_config_shelf.c
src/bin/e_int_config_startup.c
src/bin/e_int_config_theme.c
src/bin/e_int_config_wallpaper.c
src/bin/e_int_shelf_config.c
src/bin/e_ipc.c
src/bin/e_ipc.h
src/bin/e_main.c
src/bin/e_shelf.c
src/bin/e_shelf.h
src/bin/e_sys.c
src/bin/e_test.c
src/bin/e_thumb.c
src/bin/e_thumb_main.c
src/bin/e_widget_fsel.c
src/bin/e_winlist.c