Commit Graph

24 Commits

Author SHA1 Message Date
codewarrior 248f977318 fix sorting
SVN revision: 17461
2005-10-12 13:54:34 +00:00
codewarrior c23207f4f9 minimize usage of dirent, use stat. (next, reuse stat in right click
properties dialog)


SVN revision: 17460
2005-10-12 13:31:20 +00:00
sebastid d1f9e960d2 Fixed. ecore dnd problem.
SVN revision: 17441
2005-10-11 16:46:08 +00:00
sebastid cdf027962e indent
SVN revision: 17437
2005-10-11 16:17:13 +00:00
sebastid c2abf24bc6 clean
SVN revision: 17436
2005-10-11 16:14:25 +00:00
codewarrior 9f0cb822d8 Rubber band works with control now.
SVN revision: 17432
2005-10-11 13:23:54 +00:00
codewarrior 1b173acce8 todo++
remove selections when we right click on icon


SVN revision: 17430
2005-10-11 11:38:17 +00:00
sebastid caf4746cd1 clean
SVN revision: 17416
2005-10-10 22:42:42 +00:00
sebastid d724e45432 typo
SVN revision: 17414
2005-10-10 22:33:56 +00:00
sebastid 5e83f48b43 First get filename, then open file.
SVN revision: 17413
2005-10-10 22:33:12 +00:00
codewarrior 6d1ac231bf Rubberband can do real selections now. Still need to add support for
rubberband + control.


SVN revision: 17411
2005-10-10 22:06:20 +00:00
sebastid ab9d41a1a9 Use _e_fm_file_fullname, and make _e_fm_file_fullname return the correct
fullname when in root dir.


SVN revision: 17408
2005-10-10 20:49:26 +00:00
sebastid 4a482ed712 Simplify.
SVN revision: 17407
2005-10-10 20:46:22 +00:00
sebastid 0433790aaf Remove debug.
SVN revision: 17406
2005-10-10 20:44:17 +00:00
sebastid 3b83162724 Fix snprintf to the wrong var.
SVN revision: 17405
2005-10-10 20:40:35 +00:00
codewarrior 487fdb5d78 todo++
SVN revision: 17404
2005-10-10 20:36:38 +00:00
sebastid 489f258229 Cleanup, and disable. Seems to be some weird things going on.
SVN revision: 17398
2005-10-10 19:27:22 +00:00
codewarrior 1c192cf888 Enable copy again, ecore_file fixed.
SVN revision: 17394
2005-10-10 16:25:35 +00:00
codewarrior 7be020b905 Disable monitor and dont copy files on dnd (no more e17 restart crash and file zeroing)
SVN revision: 17391
2005-10-10 16:08:30 +00:00
codewarrior 9a6d41e4bd Added rubber band for multiselect. It draws, but doesnt select yet.
SVN revision: 17385
2005-10-10 15:17:29 +00:00
codewarrior 2842e54568 Add multiple selections using control+click.
SVN revision: 17384
2005-10-10 12:22:29 +00:00
codewarrior 6532ab7362 - Start working on selections.
- Add ability to have different icon states when they are clicked or higlighted.


SVN revision: 17381
2005-10-10 10:14:49 +00:00
codewarrior 8f6279b17e portability++
SVN revision: 17371
2005-10-10 01:38:47 +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