MantisBT - ParaView
View Issue Details
0005639ParaView(No Category)public2007-08-31 10:252009-05-13 13:59
Berk Geveci 
Clinton Stimpson 
normalfeaturealways
closedfixed 
 
3.43.4 
0005639: Add support for network drive in the file browser
The file browser does not support network drives on Windows. It would be nice to allow it. The user should be able to browser Network Neighborhood or any network locations under Favorites. It would also be desirable to allow users to type a server path and browser there. Such as:
\\kitwarenas2\shared
No tags attached.
Issue History
2007-08-31 10:25Berk GeveciNew Issue
2007-08-31 10:25Berk GeveciStatusbacklog => tabled
2007-08-31 10:25Berk GeveciAssigned To => Clinton Stimpson
2007-08-31 10:26Berk GeveciNote Added: 0008788
2007-11-06 19:00Clinton StimpsonNote Added: 0009646
2007-11-06 19:20Berk GeveciNote Added: 0009647
2007-11-14 17:14Clinton StimpsonNote Added: 0009676
2007-11-26 16:37Clinton StimpsonNote Added: 0009755
2007-12-10 14:05Clinton StimpsonStatustabled => @80@
2007-12-10 14:05Clinton StimpsonResolutionopen => fixed
2007-12-10 14:05Clinton StimpsonNote Added: 0009852
2008-01-03 18:09Alan ScottStatus@80@ => closed
2008-01-03 18:09Alan ScottNote Added: 0010063
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008788)
Berk Geveci   
2007-08-31 10:26   
Reminder sent to: Utkarsh Ayachit

I added this feature request to 3.4 and assigned it to Clint. He may need your help with vtkPVFileInformation changes.
(0009646)
Clinton Stimpson   
2007-11-06 19:00   
Do we need to support Win 95/98/ME? The apis are different between 9x and NT based systems.
(0009647)
Berk Geveci   
2007-11-06 19:20   
I would say NO! :-)
(0009676)
Clinton Stimpson   
2007-11-14 17:14   
Now one can type \\kitwarenas2\shared and browse from there.

/cvsroot/ParaView3/ParaView3/Servers/Common/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.72; previous revision: 1.71
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVFileInformation.cxx,v <-- vtkPVFileInformation.cxx
new revision: 1.22; previous revision: 1.21
(0009755)
Clinton Stimpson   
2007-11-26 16:37   
/cvsroot/ParaView3/ParaView3/Servers/Common/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.73; previous revision: 1.72
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVFileInformation.cxx,v <-- vtkPVFileInformation.cxx
new revision: 1.27; previous revision: 1.26

Now one can browse from "Windows Network" in the side bar, and browse domains and servers (as well as the shares on the server).

It might be nice to make better icons, and tweak the behavior a bit.
(0009852)
Clinton Stimpson   
2007-12-10 14:05   
More improvements. I think its done now.

/cvsroot/ParaView3/ParaView3/Qt/Core/Resources/pqCore.qrc,v <-- pqCore.qrc
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Core/pqFileDialogFavoriteModel.cxx,v <-- pqFileDialogFavoriteModel.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Core/pqFileDialogModel.cxx,v <-- pqFileDialogModel.cxx
new revision: 1.22; previous revision: 1.21
/cvsroot/ParaView3/ParaView3/Qt/Core/pqFileDialogModel.h,v <-- pqFileDialogModel.h
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVFileInformation.cxx,v <-- vtkPVFileInformation.cxx
new revision: 1.28; previous revision: 1.27
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVFileInformation.h,v <-- vtkPVFileInformation.h
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Qt/Core/Resources/Icons/pqDomain16.png,v <-- pqDomain16.png
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Core/Resources/Icons/pqNetwork16.png,v <-- pqNetwork16.png
initial revision: 1.1
(0010063)
Alan Scott   
2008-01-03 18:09   
Tested XP local, trunk.