Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
paraview-website
Commits
1bdf5a32
Commit
1bdf5a32
authored
Nov 11, 2015
by
Utkarsh Ayachit
⛰
Committed by
Your Name
Nov 11, 2015
Browse files
Add ParaView 5.0 source files.
parent
6bf6636a
Changes
1
Hide whitespace changes
Inline
Side-by-side
paraview-download.js
View file @
1bdf5a32
...
...
@@ -8,7 +8,8 @@ whichVersion.addDependentFields('type', 'os');
whichVersion
.
addDependentFields
(
'
os
'
,
'
downloadFile
'
);
whichVersion
.
selectFirstOption
=
true
;
var
versions
=
"
<option value='v4.4' selected='true'>v4.4</option>
"
var
versions
=
"
<option value='v5.0' selected='true'>v5.0 (Release Candidates)</option>
"
+
"
<option value='v4.4'>v4.4</option>
"
+
"
<option value='v4.3'>v4.3</option>
"
+
"
<option value='v4.2'>v4.2</option>
"
+
"
<option value='v4.1'>v4.1</option>
"
...
...
@@ -146,6 +147,63 @@ function updateToCurrentOSLater() {
setTimeout
(
updateOSToCurrent
,
200
);
}
// ----------------------------------------------------------------------------
// ParaView 5.0.0
// ----------------------------------------------------------------------------
updateDynamicOptionList
(
"
v5.0
"
,
{
// "binary" : {
// "win64" : [ "ParaView-4.4.0-Qt4-Windows-64bit.exe",
// "ParaView-4.4.0-Qt4-Windows-64bit.zip"],
//
// "win32" : [ "ParaView-4.4.0-Qt4-Windows-32bit.exe",
// "ParaView-4.4.0-Qt4-Windows-32bit.zip"],
//
// "linux64" : [ "ParaView-4.4.0-Qt4-Linux-64bit.tar.gz" ],
// "osx" : [ "ParaView-4.4.0-Qt4-OSX10.7-64bit.dmg"]
// },
"
source
"
:
{
"
all
"
:
[
"
ParaView-v5.0.0-RC1-source.tar.gz
"
,
"
ParaView-v5.0.0-RC1-source.zip
"
]},
// "data" : {
// "all" : [
// "ParaViewData-v4.4.0.tar.gz",
// "ParaViewData-v4.4.0.zip",
// //"TheParaViewGuide-v4.3-CC-Edition.pdf",
// //"ParaView-v4.3.1-API-doc.tar.gz",
// //"ParaViewCatalystUsersGuide_v2.pdf"
// ]},
// "plugin" : {
// "win64" : ["AcuSolveReaderPlugin-4.4.0-Qt4-Windows-64bit.zip",
// "VisTrailsPlugin-4.4.0-Qt4-Windows-64bit.zip"],
// "win32" : [ "AcuSolveReaderPlugin-4.4.0-Qt4-Windows-32bit.zip",
// "VisTrailsPlugin-4.4.0-Qt4-Windows-32bit.zip"],
// "linux64": [ "AcuSolveReaderPlugin-4.4.0-Qt4-Linux-64bit.tgz",
// "VisTrailsPlugin-4.4.0-Qt4-Linux-64bit.tgz"],
// "osx" : [ "VisTrailsPlugin-4.4.0-Qt4-OSX10.7-64bit.tgz"]},
// "catalyst" : {
// "all" : [
// "Catalyst-base-v4.4.0.tar.gz",
// "Catalyst-base+python-v4.4.0.tar.gz",
// "Catalyst-base+essentials-v4.4.0.tar.gz",
// "Catalyst-base+essentials+python-v4.4.0.tar.gz",
// "Catalyst-base+essentials+extras-v4.4.0.tar.gz",
// "Catalyst-base+essentials+extras+python-v4.4.0.tar.gz",
// "Catalyst-base+essentials+extras+renderingbase-v4.4.0.tar.gz",
// "Catalyst-base+essentials+extras+renderingbase+python-v4.4.0.tar.gz" ]
// },
// "app" : {
// "win64" : [ "VeloView-3.1.1-26022015-Windows-64bit.exe"],
// "win32" : [ "VeloView-3.1.1-26022015-Windows-32bit.exe"],
// "osx" : [ "VeloView-3.1.1-26022015-Darwin-64bit.dmg"]
// }
});
// ----------------------------------------------------------------------------
// ParaView 4.4.0
// ----------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment