Commit Graph

32 Commits

Author SHA1 Message Date
Carsten Haitzler 50063cad9c new thumbnailer system. works a bit more like epsilon - launches a
special-purpose executable and hands off workd to do via ipc (well the exe
connects back to e's ipc port actually but either way - same thing). it can
actually launch any numebr of thumbnailers - the default is 2, but this means
it can make full use of smp systems. i need to make this # of thumbnailers
configurable and add a config dialog for it. this does mean thew bg/theme
etc. dialogs pop up much faster as they dont load all the thumbs to start -
its farmed off and ipc tells us when they are ready (and if already generated
- thats pretty damn fast). :) anyway - now thumbnailing works reliably
(thoguh i think the queue handling isnt quite that good - well when it comes
to interacting with efm... but i'll check into that later. dont worry though
- it does actually generate all the thumbs - it just may be busy generating
ones you don't see while it catches up).


SVN revision: 23750
2006-07-08 09:18:04 +00:00
jlzapata 8714162645 efm:
- thumbnails are back in, still a few mime types to be added.


SVN revision: 20544
2006-02-17 13:36:31 +00:00
jlzapata bac975332a efm:
- added default actions for each mime type, will be called on double
click
- added relative actions (actions that need a destination directory to
work)
- initial code for thumbnails and previews on the mime side :) (isnt
working yet)


SVN revision: 20459
2006-02-14 19:39:39 +00:00
jlzapata c98217f129 efm:
- new code for mime handling, an inheritance model, working good
  check the e_fileman_mime.c for the idea.
- rewrite of several parts of efm to handle the new model.
- it isnt fully functional, but this commit is a first step.
- actions are working for the menu generation only, they dont execute
  right now.
- lots of comments, docs on the source.
* **WARNING** this is code in progress expect it to brake things *


SVN revision: 20445
2006-02-14 00:40:57 +00:00
codewarrior 6437ea875a - patch from mista (Efm)
- allow eap image w/h to be changable.


SVN revision: 19808
2006-01-14 21:05:44 +00:00
sebastid e5461c66c6 Fix warnings.
SVN revision: 19617
2006-01-07 17:54:31 +00:00
sebastid 6a638a7806 Fix EAPI warnings.
SVN revision: 19597
2006-01-07 10:39:46 +00:00
codewarrior d3c1a4a4a0 -Efm:
- cleanups
- patch from Jose for menus.
- patch from Mista for Open With and other misc.


SVN revision: 19581
2006-01-06 23:45:13 +00:00
codewarrior 97cc78cdb0 - make e_thumb fork internally
- add queue / dequeue calls to e_thumb
- change e_icon_layout to e_icon_grid
- add e_icon_canvas which will eventually allow for free icon placement and optimized scrolling using a tiles principle
- add new calls to e_widget_image
- add new bg selector (broken because of a segv on cancel press, needs fixing)

NOTES:
- bg selector needs fixing.
- efm still needs work, will segv if you scroll while files are generated
- other efm bugs exist so I would advise that you dont use it atm
- if we dont need e_icon_grid (strict grid layout) we should remove it.


SVN revision: 18593
2005-11-22 09:27:25 +00:00
codewarrior e4f6eb08cd - fix bug in edd creation, metadata works now.
SVN revision: 18414
2005-11-10 11:52:26 +00:00
codewarrior 2f3a16acdc - add metadata structs to icons
- add metadata per dir
- small theme change

- bug: i have something wrong with saving the eet list. can anyone find out what it is?


SVN revision: 18411
2005-11-10 09:12:58 +00:00
Carsten Haitzler e12efa75b2 safety - cacheburst to 0 to ensure flushing of eet writes
SVN revision: 18373
2005-11-08 06:47:48 +00:00
codewarrior 4c76423df2 - efm smart uses its own edje
- fix x, y in win (move)
- clean up efm code
- add basics for typebuffer
- allow icon_layout to sort internall (no unpack / pack)


SVN revision: 18362
2005-11-07 15:31:08 +00:00
sebastid b715c91118 Remove unused variables.
SVN revision: 18296
2005-11-04 21:05:57 +00:00
Carsten Haitzler 9ab4315be8 well 80 piels wide for now... i think we need to go over this icon view thing
in detail...


SVN revision: 18286
2005-11-04 17:11:02 +00:00
Carsten Haitzler 9314e43b46 kind of bring fileman icons into some semblance of working
SVN revision: 18284
2005-11-04 17:02:42 +00:00
codewarrior b0cd7dcbec - temp fix until icons are properly done
SVN revision: 18282
2005-11-04 14:58:03 +00:00
codewarrior 8451bbda11 - being icon overhaul
- icons look bad for now, until everthing is fixed.


SVN revision: 18262
2005-11-04 03:33:23 +00:00
codewarrior 9f6d2b667c - work on icon thumbs, give them their own theme part.
SVN revision: 18254
2005-11-03 15:26:46 +00:00
codewarrior 1738cdd1da - fix shadows
SVN revision: 18212
2005-11-02 09:17:44 +00:00
codewarrior c0e46ebfe7 - fix icon file names
- fix spacing


SVN revision: 18197
2005-11-02 01:37:11 +00:00
codewarrior 7261913daa - fix warnings
SVN revision: 18164
2005-10-31 09:31:05 +00:00
codewarrior d329126dea - add support for list view (not selectable yet)
SVN revision: 18102
2005-10-29 11:48:18 +00:00
codewarrior b01c9dad89 - more work on eap editor (currently broken)
- fix efm (some features currently broken)
- change scrollbar so completely (currently broken)


SVN revision: 18027
2005-10-27 10:19:43 +00:00
Carsten Haitzler 27a2bc154c the first wave of evas smart object modes. commit hell #1. :) other things
still need updating in cvs - but i am sure others can do that :)


SVN revision: 18001
2005-10-27 02:44:36 +00:00
codewarrior 6313cb25c3 - display file icon in properies dialog
- dont tile image in eap editor (needs better approach to doing it)
- make title setting on icon persistent


SVN revision: 17963
2005-10-26 01:05:56 +00:00
sebastid 38679d522c Move assoc to e_fileman_file
SVN revision: 17823
2005-10-23 15:18:47 +00:00
codewarrior b66db644f1 - modularize e_fm_file thumb determination scheme
- add thumb functions for:
  * e17 themes (thanks Chady)
  * e17 bg files
  * eap
  * jpg/png
- add scrolling support (must be calculated, currently is absolute)


SVN revision: 17776
2005-10-22 17:02:37 +00:00
codewarrior 718a3eaafc - fix eap thumbnailing
SVN revision: 17730
2005-10-21 09:52:46 +00:00
Carsten Haitzler f5b07d7543 reset signal handlers for child
SVN revision: 17718
2005-10-21 03:00:08 +00:00
Carsten Haitzler 621a0fdd30 generate thumbs vaguely efficiently withotu eating up all ram and generating
billions of processes :)


SVN revision: 17708
2005-10-20 15:07:45 +00:00
codewarrior 61e8c0d0c4 - added e_fileman_icon
- added e_fileman_file
- fixed scrolling
- fixed several bugs / segvs
- disabled some features: xdnd, menu operations


SVN revision: 17706
2005-10-20 13:08:51 +00:00