r216: Check for copying a directory onto itself, as well as into itself.
commit08ff7a0cd243678ebd304e484c6a0998807c5d76
authorThomas Leonard <talex5@gmail.com>
Sat, 18 Mar 2000 13:21:53 +0000 (18 13:21 +0000)
committerThomas Leonard <talex5@gmail.com>
Sat, 18 Mar 2000 13:21:53 +0000 (18 13:21 +0000)
tree15919eb36b65732d664e0f9349e14ed173468454
parent9c7e599ebd80168775133d7ab57f8dce020d32ae
r216: Check for copying a directory onto itself, as well as into itself.

Applied Bernard's patch:

- copy (menu entry) now works with action window
- deleted/moved directory displays are automatically hidden.
  Actually this one was very easy though I did a lot
  of changes/tests before finding the solution :-)
- files that can't be stat() (i.e. dir is -x) are shown
  with 'noaccess' ownership in full display
- added option not to allow run/copy when object
  dragged to filer (not panels) icons. Some people like
  it the RISC OS way...
- full info alignment of App objects and owner/group
  alignment corrected
- info window: added special info for symlinks, apps
  and mount points
- some bugs and typos corrected
ROX-Filer/src/action.c
ROX-Filer/src/action.h
ROX-Filer/src/dir.c
ROX-Filer/src/dnd.c
ROX-Filer/src/dnd.h
ROX-Filer/src/filer.c
ROX-Filer/src/main.c
ROX-Filer/src/main.h
ROX-Filer/src/menu.c