Commit Graph

73 Commits

Author SHA1 Message Date
Carsten Haitzler 52abf0c9be sharpies patch.
SVN revision: 19817
2006-01-15 07:11:02 +00:00
David Walter Seikel f102024cfa Minor API breakage and fixage.
SVN revision: 19757
2006-01-13 06:38:44 +00:00
sebastid 1a57f7d02b The evas object isn't always created.
SVN revision: 19606
2006-01-07 13:21:35 +00:00
sebastid 6a638a7806 Fix EAPI warnings.
SVN revision: 19597
2006-01-07 10:39:46 +00:00
codewarrior 6121b94137 - misc checks
- add theme selector (basic mode only) from Chady


SVN revision: 19148
2005-12-19 14:42:43 +00:00
codewarrior 3be597c032 - remove trailing slash, thanks kiwi
SVN revision: 18912
2005-12-08 11:16:47 +00:00
codewarrior 485c1f48b3 - dont forget to close the eet file.
SVN revision: 18908
2005-12-08 08:03:58 +00:00
codewarrior df7bb0110d - add method to fetch a thumb's width and height without having to decode the pixels.
SVN revision: 18906
2005-12-08 07:55:10 +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
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 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 7261913daa - fix warnings
SVN revision: 18164
2005-10-31 09:31:05 +00:00
sebastid 38679d522c Move assoc to e_fileman_file
SVN revision: 17823
2005-10-23 15:18:47 +00:00
sebastid 4330e780bb stat elements are only 32 bits.
remove unused variables.
pass right pointer to evas_object_image_alpha_get()


SVN revision: 17820
2005-10-23 15:07:56 +00:00
codewarrior db9415d454 - getting the alpha from the image isnt working.
SVN revision: 17813
2005-10-23 13:56:27 +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 88e7e4a849 if image fails to load - give up.
SVN revision: 17729
2005-10-21 09:25:23 +00:00
Carsten Haitzler 1394b400d5 close the eet
SVN revision: 17719
2005-10-21 03:35:14 +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
codewarrior b2041f65b5 - move init / shutdown calls to their proper locations
- disable _e_fileman_reconf_cb for now as its looping infinitely


SVN revision: 17680
2005-10-19 12:17:42 +00:00
codewarrior a00681842c - add e_thumb, rip code from efm into its own file, can thumbnail images and eaps for now and stores to eet.
- remove all thumb code from efm and use e_thumb
- fixme: first time startup bug for efm is still there (if the thumbnailer hasnt been used, still debugging )


SVN revision: 17668
2005-10-18 23:03:36 +00:00