MantisBT - ParaView
View Issue Details
0006132ParaView(No Category)public2007-12-07 16:232008-01-31 20:43
Clinton Stimpson 
Clinton Stimpson 
normalminoralways
closedfixed 
 
 
0006132: Would like extra paths recognized to load plugins.
In addition to PV_PLUGIN_PATH to find plugins, we should have a directory relative to the paraview installation, and a directory relative to $HOME to search for plugins.
No tags attached.
Issue History
2007-12-07 16:23Clinton StimpsonNew Issue
2007-12-07 16:23Clinton StimpsonStatusbacklog => tabled
2007-12-07 16:23Clinton StimpsonAssigned To => Clinton Stimpson
2007-12-07 16:25Clinton StimpsonNote Added: 0009845
2007-12-10 12:53Clinton StimpsonNote Added: 0009851
2007-12-14 13:34Clinton StimpsonNote Added: 0009899
2007-12-18 11:22Clinton StimpsonNote Added: 0009981
2007-12-18 11:22Clinton StimpsonStatustabled => @80@
2007-12-18 11:22Clinton StimpsonResolutionopen => fixed
2007-12-18 11:22Clinton StimpsonNote Added: 0009982
2008-01-31 20:43Alan ScottStatus@80@ => closed
2008-01-31 20:43Alan ScottNote Added: 0010364
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0009845)
Clinton Stimpson   
2007-12-07 16:25   
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPluginManager.cxx,v <-- pqPluginManager.cxx
new revision: 1.19; previous revision: 1.18
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkCommandOptions.cxx,v <-- vtkCommandOptions.cxx
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkCommandOptions.h,v <-- vtkCommandOptions.h
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVPluginLoader.cxx,v <-- vtkPVPluginLoader.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVPluginLoader.h,v <-- vtkPVPluginLoader.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/utilities.xml,v <-- utilities.xml
new revision: 1.136; previous revision: 1.135

Added appDir/plugins to search for plugins. Not yet added one relative to $HOME.

Some would like this put in for ParaView 3.2.2.
(0009851)
Clinton Stimpson   
2007-12-10 12:53   
Fix problem caught by dashboards.
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVPluginLoader.cxx,v <-- vtkPVPluginLoader.cxx
new revision: 1.4; previous revision: 1.3
(0009899)
Clinton Stimpson   
2007-12-14 13:34   
add %APPDATA%/ParaView/ParaView<version>/Plugins or
$HOME/.config/ParaView/ParaView<version>/Plugins to plugin search path

/cvsroot/ParaView3/ParaView3/Qt/Core/pqPluginManager.cxx,v <-- pqPluginManager.cxx
new revision: 1.20; previous revision: 1.19
(0009981)
Clinton Stimpson   
2007-12-18 11:22   
appDir/plugins was added to 3.2 branch. I think that's all we need to put in that branch.
(0009982)
Clinton Stimpson   
2007-12-18 11:22   
fixed
(0010364)
Alan Scott   
2008-01-31 20:43   
Tested client/server