ui: Fixes for release

* Removed pointless overview bundles
* Updated EULA version
* renamed 'Find in View' to 'Find On-Screen'
This commit is contained in:
Eberhard Graether
2017-10-18 16:46:06 +02:00
parent bc8df375f0
commit c3a5405cc4
5 changed files with 11 additions and 11 deletions
@@ -1185,12 +1185,12 @@ void GraphController::bundleNodesByType()
// // should never be visible
bundleByType(nodes, Node::NODE_METHOD, "Methods");
bundleByType(nodes, Node::NODE_FIELD, "Fields");
bundleByType(nodes, Node::NODE_ENUM_CONSTANT, "Enum Constants");
bundleByType(nodes, Node::NODE_TEMPLATE_PARAMETER_TYPE, "Template Parameter Types");
bundleByType(nodes, Node::NODE_TYPE_PARAMETER, "Type Parameters");
bundleByType(nodes, Node::NODE_NON_INDEXED, "Non-indexed Symbols");
// bundleByType(nodes, Node::NODE_METHOD, "Methods");
// bundleByType(nodes, Node::NODE_FIELD, "Fields");
// bundleByType(nodes, Node::NODE_ENUM_CONSTANT, "Enum Constants");
// bundleByType(nodes, Node::NODE_TEMPLATE_PARAMETER_TYPE, "Template Parameter Types");
// bundleByType(nodes, Node::NODE_TYPE_PARAMETER, "Type Parameters");
// bundleByType(nodes, Node::NODE_NON_INDEXED, "Non-indexed Symbols");
if (nodes.size())
{