ui: Fixes for release

* updated keyboard shortcuts
* graph zooming also with Ctrl + Mouse Wheel
* display include and macro edges behind nodes
* allow more file search results
This commit is contained in:
Eberhard Graether
2017-05-05 12:40:51 +02:00
parent 9c6114336c
commit 8f44ad4a47
5 changed files with 33 additions and 82 deletions
@@ -83,12 +83,12 @@ void QtProjectWizzardContentPreferences::populate(QGridLayout* layout, int& row)
"slower, or set to larger than 1 to scroll faster.", layout, row);
// graph zooming
QString modifierName = QSysInfo::macVersion() == QSysInfo::MV_None ? "Ctrl" : "Cmd";
m_graphZooming = addCheckBox("Graph Zoom", "Zoom on mouse wheel",
"Switch graph zooming to mouse wheel only, instead of SHIFT + mouse wheel.", layout, row);
"Switch graph zooming to mouse wheel only, instead of " + modifierName + " + Mouse Wheel.", layout, row);
addGap(layout, row);
// indexing
addTitle("INDEXING", layout, row);