summaryrefslogtreecommitdiff
path: root/src/bin/e_fm_prop.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-3/+3
| | | | | | | | | No change for ->next and ->data access right now, as the patch is already big enough. SVN revision: 36962
* Switch to eina_stringshare.Cedric BAIL2008-10-151-8/+8
| | | | | | | | This could also change the usage of string share in E17. SVN revision: 36679
* API breakage: e_widget_entry_add() allows now to set a cb function for text ↵Miculcy Brian2007-10-071-6/+6
| | | | | | change events. SVN revision: 32009
* load modules later.Carsten Haitzler2007-05-291-4/+3
| | | | SVN revision: 30135
* Fix warnings.Sebastian Dransfeld2007-05-061-1/+0
| | | | SVN revision: 29888
* infrastructure for having custom settings per file - i.e. a custom icon,Carsten Haitzler2007-05-041-7/+15
| | | | | | | custom x,y position, custom label etc. etc. etc. SVN revision: 29841
* move custom file stuff to another file - e_fm.[ch] is becoming a bit of aCarsten Haitzler2007-05-041-9/+13
| | | | | | | monster. SVN revision: 29840
* display symlink info and be able to modify itCarsten Haitzler2007-05-041-4/+33
| | | | SVN revision: 29839
* printf--Carsten Haitzler2007-05-031-3/+3
| | | | SVN revision: 29830
* icon selector from fm prop works now. only on "all types of this file" - perCarsten Haitzler2007-05-031-6/+147
| | | | | | | file stuff is unimplemented still. SVN revision: 29829
* fix segv and fixme related to fm properites dialogCarsten Haitzler2007-05-031-14/+16
| | | | SVN revision: 29810
* Remove some unused varaibles and unused functions.Christopher Michael2007-03-111-1/+3
| | | | SVN revision: 28651
* a lot of patches - also my work on moving the IO stuff in e_fm to a slaveCarsten Haitzler2007-03-021-2/+0
| | | | | | | | | | | 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
* Pass pointer, not reference to pointer.Sebastian Dransfeld2007-01-121-1/+1
| | | | SVN revision: 27930
* add the start of metadata that is private to the user (so you can modifyCarsten Haitzler2007-01-101-7/+62
| | | | | | | | icons or all sorts of visible info about a file - and can even do it for files on read-only fs's) SVN revision: 27897
* and compile again!Carsten Haitzler2007-01-101-9/+9
| | | | SVN revision: 27896
* fix segv in border - file prop workCarsten Haitzler2007-01-101-3/+28
| | | | SVN revision: 27894
* working a bit more on the icon in file prop dialog - now it gets the propsCarsten Haitzler2007-01-071-1/+4
| | | | | | | right. SVN revision: 27851
* working on fm prop dialog. i don't like how i am getting the icon info for aCarsten Haitzler2007-01-071-17/+33
| | | | | | | | file. i think i ned to abstract that much mroe cleanly. also desklock SHOULD have else-if's SVN revision: 27841
* Remove unused variables.Sebastian Dransfeld2006-12-141-1/+0
| | | | SVN revision: 27449
* working on the file properties dialogCarsten Haitzler2006-12-091-56/+118
| | | | SVN revision: 27388
* working on file properties dialog.Carsten Haitzler2006-12-051-12/+52
| | | | SVN revision: 27359
* lotys of changes - mayaswell asparagus - and the start of some of my fmCarsten Haitzler2006-12-041-0/+215
properties dialog work... it sucks - i know. SVN revision: 27348