Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2009-01-06 17:42:54 +0300
committerAndrea Weikert <elubie@gmx.net>2009-01-06 17:42:54 +0300
commitb1cb844e0539376cb41cd15bf802aea62848b90a (patch)
tree5e67be9915d4a76afd9e894cc2e0783d439c41be /projectfiles_vc9
parent10e6566aebec1c1c623cd88c3887db7c113d5af9 (diff)
2.5 - Start of filebrowser.
- basic drawing of list and thumbnail view (switchable through 'favourits' icon in header) - selection of files and directories (bookmarks) works with the RMB (right mouse button) - load operator for files still unstable (no check for correct file type) and incomplete. (WM_operator_free missing) immediate TODOS: - fix load file operator - finish drawing of buttons in header - drawing of detailed list with all file info. - finish selection and execute operators (LMB and MMB execute) later todos: - parent dir - keymap for all the shortcuts - append/link and databrowse - ...
Diffstat (limited to 'projectfiles_vc9')
-rw-r--r--projectfiles_vc9/blender/editors/ED_editors.vcproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/projectfiles_vc9/blender/editors/ED_editors.vcproj b/projectfiles_vc9/blender/editors/ED_editors.vcproj
index 040b2f78efe..442ea92d58c 100644
--- a/projectfiles_vc9/blender/editors/ED_editors.vcproj
+++ b/projectfiles_vc9/blender/editors/ED_editors.vcproj
@@ -202,6 +202,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\include\ED_fileselect.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\include\ED_interface.h"
>
</File>
@@ -299,6 +303,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\datafiles\prvicons.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\datafiles\splash.jpg.c"
>
</File>
@@ -599,6 +607,10 @@
Name="space_file"
>
<File
+ RelativePath="..\..\..\source\blender\editors\space_file\file_draw.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\space_file\file_header.c"
>
</File>
@@ -607,6 +619,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\space_file\file_ops.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\space_file\filelist.c"
>
</File>