Commit Graph

27 Commits

Author SHA1 Message Date
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 9bcb821d09 - add more signals to icons / bg (need to properly rename them to make more sense)
- add dynamic glob matches to typebuffer (can get slow with 10,000 files, as expected, should be faster when we optimize e_icon_layout)
- add ability to start efm from e_remote (thanks ngc)
- add some edje effects.
- add a test idea for dynamic selection: when you bring up the typebuffer,
everything goes into "dark mode", and your searches light up dynamically as
they are found while you type.

- question: should A be equal to *A* in the typebuffer? ngc and rephorm
suggested this could be an option and if we do add a * manually then this
case will be invalidated.

- note: when browsing 10,000+ files, the slowness of the dir loading occurs
due to the fact that ecore_file's monitor will loop thru all the files and do
an insertion sort. raster said we can fix this with some work on the monitor
code.


SVN revision: 18390
2005-11-09 02:00:33 +00:00
codewarrior 63f95267e9 -m pressing a key like "i" will take you to "images" and "C" takes you to "Code". Wrapping is also supported."
SVN revision: 18345
2005-11-06 14:40:58 +00:00
sebastid 88281ed2fc Down event in a down callback.
SVN revision: 18319
2005-11-05 12:42:59 +00:00
codewarrior 432aed4113 - oops, forgot to save file.
SVN revision: 18316
2005-11-05 11:33:00 +00:00
codewarrior cdbab6c509 - move keyboard code to evas callbacks, thanks raster
SVN revision: 18315
2005-11-05 11:13:13 +00:00
codewarrior 5e89f6761b - more work on keyboard nav, now window scrolls when we move with keys. still have bug in top topmost first item and lowermost right item.
SVN revision: 18307
2005-11-05 01:01:26 +00:00
sebastid b715c91118 Remove unused variables.
SVN revision: 18296
2005-11-04 21:05:57 +00:00
codewarrior 70c6bfcf7f oops, testing value
SVN revision: 18141
2005-10-30 09:00:01 +00:00
codewarrior b318f132e7 - fix scrolling
SVN revision: 18139
2005-10-30 08:40:37 +00:00
codewarrior 0f30d77f51 - more fixes, might have run into an evas bug, need to talk to raster
SVN revision: 18036
2005-10-27 13:21:38 +00:00
codewarrior 3d4aa3f39c - add fileselector capability to efm
- add image browsing and choosing to internal eap editor
- allow e_widget to delete a sub object


SVN revision: 17961
2005-10-26 00:19:52 +00:00
sebastid c71e369c7f Fix function declarations.
Use right func for callback.


SVN revision: 17808
2005-10-23 12:04:13 +00:00
codewarrior 02e180ec55 - fix restart / shutdown bug. please confirm.
SVN revision: 17804
2005-10-23 11:25:35 +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 47e3f99f76 - add basic right-click properties dialog for files
- cleanups


SVN revision: 17753
2005-10-22 02:07:39 +00:00
codewarrior 2d339df420 - fix restart bug
- disable monitor, it was causing the bug, need to look into it


SVN revision: 17736
2005-10-21 12:24:57 +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 90ce310049 - fix ui hang problem (freeze / thaw)
SVN revision: 17684
2005-10-19 15:41:23 +00:00
codewarrior 73471011b4 - fix scrolling
- fix some segvs


SVN revision: 17683
2005-10-19 15:04:19 +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 c5b05bf0ee - make events use ecore_event system
- fix layout so that it draws based on a fixed width or fixed height
- add e_fm_init and e_fm_shutdown (should be moved to E's init and shutdown)


SVN revision: 17679
2005-10-19 11:37:30 +00:00
sebastid 38d3af6a77 whitespace + indent
SVN revision: 17540
2005-10-14 12:11:38 +00:00
codewarrior be40ef5703 *** NOTE NOTE NOTE NOTE NOTE ***
***  THIS UPDATE BREAKS EFM  ***
*** NOTE NOTE NOTE NOTE NOTE ***

I commited this because the scrolling code is in place and I wanted Seb to
try to help me find a bug.


SVN revision: 17538
2005-10-14 11:55:49 +00:00
codewarrior 22560fc6d3 add bg shadow to efm and remove hscrollbar
SVN revision: 17479
2005-10-13 00:52:02 +00:00
sebastid 2eca280e6c Cleanup.
SVN revision: 17395
2005-10-10 16:33:13 +00:00
codewarrior 8128695e77 EFM - The E17 file manager and file browser smart object.
*** BEFORE YOU USE ***
This is alpha software and may cause E17 to crash, lockup, use 99% of
your cpu, or even delete your files! I would advise using it in Xnest
if you want to test or develop it.
*** BEFORE YOU USE ***

EFM can:
- browse files and directories
- generate thumbnails
- launch executables
- do some xdnd
- monitor files and directories
- delete and rename files

EFM cant:
- scroll
- associate applications with files
- purge its thumbnails (do it manually: ~/.e/e/fileman/thumbnails)
- do a lot of things you'd expect it to do because its still in alpha stage

Current TODO:

- scrolling

- we need a redraw function that will just re-arrange and not do
  the whole thing. for example, when we resize, we should just
  check the file offset and fill the empty space with icons

- is the offset code working properly? i have a feeling we're displayin
  more icons that the visible space can take and they are being hidden.

- emit all sorts of signals on double click, right click, single click...

- aspect ratio on thumbnails.

- add typebuffer like in evidence.

- keyboard shortcuts for directory and file navigation.

- multi select

- allow for icon movement inside the canvas

- add metadata system which allows us to save icon positions and will
  eventually allow us to have custom icon sizes, custom bgs per dir...

- double check dir monitoring. note: when we are in a dir that is constantly
  changing, we cant keep calling redraw_new as it will kill us.

- we need to fix the icon edc to allow us to have icon labels what will
  wrap on wrap=char

- fix bugs


SVN revision: 17370
2005-10-10 00:55:07 +00:00