Blender Git Commit Log
Git Commits -> Revision cbb9dfa
Revision cbb9dfa by Andrea Weikert (master) July 26, 2009, 18:52 (GMT) |
2.5 file browser * operator for create new directory activated (IKEY) * operator for rename (works on files and directories so far) (CTRL+LMB) Note: fail to rename is rather quiet, no message popup, just doesn't rename if it can't. So far checked that (On Windows Vista) rename fails on system directories, which I think acceptable. Note: I removed the code that (silently) deletes file if I rename file to an existing one. Considered harmful :) |
Commit Details:
Full Hash: cbb9dfaab80ed52950a4ea4c1570370eddacfa64
SVN Revision: 21934
Parent Commit: 4741137
Lines Changed: +90, -27
10 Modified Paths:
/release/ui/space_filebrowser.py (+1, -0) (Diff)
/source/blender/blenlib/BLI_storage_types.h (+0, -1) (Diff)
/source/blender/blenlib/intern/fileops.c (+7, -6) (Diff)
/source/blender/editors/space_file/filelist.c (+0, -6) (Diff)
/source/blender/editors/space_file/filelist.h (+1, -1) (Diff)
/source/blender/editors/space_file/file_draw.c (+43, -10) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+31, -0) (Diff)
/source/blender/editors/space_file/space_file.c (+4, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/blenlib/BLI_storage_types.h (+0, -1) (Diff)
/source/blender/blenlib/intern/fileops.c (+7, -6) (Diff)
/source/blender/editors/space_file/filelist.c (+0, -6) (Diff)
/source/blender/editors/space_file/filelist.h (+1, -1) (Diff)
/source/blender/editors/space_file/file_draw.c (+43, -10) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+31, -0) (Diff)
/source/blender/editors/space_file/space_file.c (+4, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)