summaryrefslogtreecommitdiff
path: root/src/bin/e_fm_main.c
Commit message (Expand)AuthorAgeFilesLines
* make clang happySebastian Dransfeld2010-01-151-7/+7
* dont use void *'s and poitner arithmetic! char * is what was intendedCarsten Haitzler2009-12-181-5/+5
* declare alloca where needed and make it portableVincent Torri2009-12-181-1/+20
* Formatting.Christopher Michael2009-12-111-1/+2
* Make clang happySebastian Dransfeld2009-12-061-3/+1
* Use #if 0 to comment out codeSebastian Dransfeld2009-11-081-6/+6
* Fix compiler warnings & adjust some formatting.Christopher Michael2009-10-271-4/+2
* e_hal_init/shutdownGustavo Sverzut Barbieri2009-09-231-0/+2
* Update to match new EINA init/shutdown.Gustavo Sverzut Barbieri2009-09-061-2/+2
* * e: Cleanup use of Eina data structure.Cedric BAIL2009-08-211-42/+16
* List of changes:semernin2009-06-291-2/+10
* efm2 hal handling API - full changes.Gustavo Sverzut Barbieri2009-06-071-16/+245
* add filemanager operation registry.Gustavo Sverzut Barbieri2009-03-181-0/+1
* Better use of label and icon for volumes, now everyone (inside e)Davide Andreoli2009-03-031-0/+1
* * estickies,Cedric BAIL2009-02-251-67/+35
* fm: handle symbolic links.Gustavo Sverzut Barbieri2009-02-241-17/+11
* fix things that broke after utils moved to lib/e/subdirCarsten Haitzler2009-01-021-17/+4
* move internal binaries to subdir - patch from albinCarsten Haitzler2009-01-021-1/+1
* This commit is huge. I did test it a lot on my computer, and it run fine here.Cedric BAIL2008-12-171-0/+2
* Seggie-- when trying to remove a non-existant task (eg. when mounting, no ta...Chidambar Zinnoury2008-11-161-1/+1
* leak--!Carsten Haitzler2008-11-151-2/+2
* edbus is now.. required. no point making it optional anymore.Carsten Haitzler2008-10-271-23/+2
* Fix while formatting.Sebastian Dransfeld2008-10-271-1/+1
* Fix if formatting.Sebastian Dransfeld2008-10-271-13/+13
* Fix print formattingSebastian Dransfeld2008-10-271-1/+1
* Remove unused variables.Sebastian Dransfeld2008-10-271-2/+0
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-63/+63
* Switch to eina_stringshare.Cedric BAIL2008-10-151-24/+25
* remove/comment out printfs and remove fixme (to be removed) fake mouse up funcsCarsten Haitzler2008-09-251-27/+26
* Make e_fm_op.h look like other headers.ptomaine2008-09-231-0/+4
* - Add e_prefix.h for e_prefix_bin_get()Sebastian Dransfeld2008-08-131-1/+3
* Patches from ptomaine.Nicholas Hughart2008-08-111-115/+70
* gusev's mkdir/ls patches.Carsten Haitzler2008-07-261-583/+398
* formattingSebastian Dransfeld2008-07-251-18/+18
* DEBUG is not definedDavide Andreoli2008-07-221-1/+1
* New efm_op stuff from ptomaine. Test it out, try many different cases of cop...Nicholas Hughart2008-07-211-61/+320
* e:Carsten Haitzler2008-01-111-9/+11
* Even though we have e_dbus support, it isn't sure that we get a dbusSebastian Dransfeld2007-11-241-1/+1
* No need to have both unref and close, only creates ambiguity.Sebastian Dransfeld2007-11-241-1/+1
* Use %p when printing pointers.Sebastian Dransfeld2007-11-061-2/+2
* Fix warnings.Sebastian Dransfeld2007-10-311-2/+1
* lok's patches for hal support. works a bit better now - removable devs areCarsten Haitzler2007-10-221-43/+147
* Check return values of mkpath for failure. If these do fail then trashingChristopher Michael2007-10-101-2/+2
* Use mkpath, thanks Seb :)Christopher Michael2007-10-101-6/+3
* Add FDO spec compliant trash implimentation.Christopher Michael2007-10-101-2/+81
* revert lok's patch - gettign segv's and mount success/failure is not working.Carsten Haitzler2007-10-031-108/+3
* lok's patch for handling tracking of mounts better.Carsten Haitzler2007-10-031-3/+108
* was playing with user muounting - still no work.Carsten Haitzler2007-09-161-6/+12
* adjust todo - working on fm_main - can't seem to get hal to mount removableCarsten Haitzler2007-08-051-23/+27
* *API BREAK* see the discussion in the mailing list. misc and e_modules will f...Peter Wehrfritz2007-07-251-8/+8