Fixed the name in the meta section of each config

This commit is contained in:
Gene Payne
2023-08-07 12:50:06 -06:00
parent 90d8abcfb1
commit 9cfda4db2f
18 changed files with 22 additions and 22 deletions

View File

@@ -552,7 +552,7 @@ bool handleConfigurationFile(QComboBox& box, const std::filesystem::directory_en
}
box.addItem(QString::fromStdString(p.path().filename().string()));
//Add tooltip
// Add tooltip
if (isJson) {
sgct::config::Meta meta = sgct::readMeta(p.path().string(), true);
if (!meta.description.empty()) {

View File

@@ -59,7 +59,7 @@
"author": "OpenSpace Team",
"description": "Two windows: Primary 1280x720 window with equirectangular projection rendering without menu or text overlays, and a secondary with menu and text overlays minus rendering.",
"license": "MIT License",
"name": "Single",
"name": "Equirectangular + GUI",
"version": "1.0"
}
}

View File

@@ -48,7 +48,7 @@
"author": "OpenSpace Team",
"description": "A single 1920x1080 fullscreen window with planar projection rendering. The display will automatically be set to 1920x1080, regardless of native resolution.",
"license": "MIT License",
"name": "Single",
"name": "Fullscreen 1080",
"version": "1.0"
}
}

View File

@@ -64,7 +64,7 @@
"author": "OpenSpace Team",
"description": "Two windows for a side-by-side dual-monitor configuration, where the right-side monitor can be considered a projector. Primary 1920x1080 window with menu and text overlays minus rendering, and a secondary 1920x1080 fullscreen window with planar projection rendering without menu or text overlays.",
"license": "MIT License",
"name": "Single",
"name": "Side Projector + GUI",
"version": "1.0"
}
}

View File

@@ -38,7 +38,7 @@
"author": "OpenSpace Team",
"description": "A single 1024x1024 window with fisheye projection rendering.",
"license": "MIT License",
"name": "Single",
"name": "Fisheye",
"version": "1.0"
}
}

View File

@@ -62,7 +62,7 @@
"author": "OpenSpace Team",
"description": "Two windows: Primary 1024x1024 window with menu and text overlays minus rendering, and a secondary 1024x1024 window with fisheye projection rendering without menu and text overlays.",
"license": "MIT License",
"name": "Single",
"name": "Fisheye + GUI",
"version": "1.0"
}

View File

@@ -71,7 +71,7 @@
"author": "OpenSpace Team",
"description": "Two windows: Primary 1280x720 window with planar projection rendering without menu or text overlays, and a secondary with menu and text overlays minus rendering.",
"license": "MIT License",
"name": "Single",
"name": "Single + GUI",
"version": "1.0"
}
}

View File

@@ -68,7 +68,7 @@
"author": "OpenSpace Team",
"description": "Two windows: Primary 1280x720 window with Spout output (name 'OpenSpace') planar projection rendering without menu or text overlays, and a secondary with menu and text overlays minus rendering.",
"license": "MIT License",
"name": "Single",
"name": "Planar Spout + GUI",
"version": "1.0"
}
}

View File

@@ -72,7 +72,7 @@
"author": "OpenSpace Team",
"description": "Two windows: Primary 1280x720 window with planar projection rendering without menu or text overlays, and a secondary with menu and text overlays plus rendering from the primary.",
"license": "MIT License",
"name": "Single",
"name": "Planar + GUI",
"version": "1.0"
}
}

View File

@@ -47,7 +47,7 @@
"author": "OpenSpace Team",
"description": "A single 1280x720 window containing side-by-side stereo planar projection rendering views.",
"license": "MIT License",
"name": "Single",
"name": "Side-by-Side Stereo",
"version": "1.0"
}
}

View File

@@ -60,7 +60,7 @@
"author": "OpenSpace Team",
"description": "Two 1280x720 windows each with identical planar projection rendering. Only the primary window has menu controls, but both have text overlays.",
"license": "MIT License",
"name": "Single",
"name": "Twin Planar",
"version": "1.0"
}

View File

@@ -41,7 +41,7 @@
"author": "OpenSpace Team",
"description": "A single 1280x720 window with spherical projection rendering at 2048x2048 resolution.",
"license": "MIT License",
"name": "Single",
"name": "Spherical Mirror",
"version": "1.0"
}
}

View File

@@ -66,7 +66,7 @@
"author": "OpenSpace Team",
"description": "Two windows: Primary 1280x720 window with menu and text overlays minus rendering, and a secondary 1280x720 window at 2048x2048 resolution with spherical mirror projection rendering without the menu or text overlays.",
"license": "MIT License",
"name": "Single",
"name": "Spherical Mirror + GUI",
"version": "1.0"
}
}

View File

@@ -59,9 +59,9 @@
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1024x1024 window with spout output cubemap projection rendering.",
"description": "A single 1024x1024 window with Spout output cubemap projection rendering.",
"license": "MIT License",
"name": "Single",
"name": "Cubemap Spout",
"version": "1.0"
}
}

View File

@@ -59,9 +59,9 @@
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1024x1024 window with spout output equirectangular projection rendering.",
"description": "A single 1024x1024 window with Spout output equirectangular projection rendering.",
"license": "MIT License",
"name": "Single",
"name": "Equirectangular Spout",
"version": "1.0"
}
}

View File

@@ -59,9 +59,9 @@
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1024x1024 window with spout output fisheye projection rendering.",
"description": "A single 1024x1024 window with Spout output fisheye projection rendering.",
"license": "MIT License",
"name": "Single",
"name": "Fisheye Spout",
"version": "1.0"
}
}

View File

@@ -58,9 +58,9 @@
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1024x1024 window with spout output planar/flat projection rendering at 1920x1080 resolution.",
"description": "A single 1024x1024 window with Spout output planar/flat projection rendering at 1920x1080 resolution.",
"license": "MIT License",
"name": "Single",
"name": "Planar Spout",
"version": "1.0"
}
}

View File

@@ -65,7 +65,7 @@
"author": "OpenSpace Team",
"description": "Two individual nodes, each with a 1280x720 window with planar projection rendering.",
"license": "MIT License",
"name": "Single",
"name": "Two Nodes",
"version": "1.0"
}
}