mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-25 06:19:02 -06:00
Fixed the name in the meta section of each config
This commit is contained in:
@@ -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()) {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user