Skip to content

Commit

Permalink
Reorganize create menu, and some docbook updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
netterfield committed Feb 7, 2017
1 parent 0286c74 commit da02871
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 302 deletions.
Binary file modified docbook/kst/Icon-kst-tiedzoom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docbook/kst/Icon-kst-xmousezoom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docbook/kst/Screenshot-kst-new-spectrum.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docbook/kst/Screenshot-kst-spectrum_linear.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docbook/kst/Screenshot-kst-spectrum_log.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docbook/kst/Screenshot-kst-tiedzoom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docbook/kst/index.tex
Binary file not shown.
Binary file added docbook/kst/kst_tutorialdata.tgz
Binary file not shown.
362 changes: 63 additions & 299 deletions docbook/kst/tutorial.docbook

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions src/libkstapp/mainwindow.cpp
Expand Up @@ -1483,14 +1483,13 @@ void MainWindow::createMenus() {
_createMenu->addAction(_newStringAct);
_createMenu->addSeparator();
// Data objects
_createMenu->addAction(_newCurveAct);
_createMenu->addAction(_newEquationAct);
_createMenu->addAction(_newPSDAct);
_createMenu->addAction(_newHistogramAct);
_createMenu->addAction(_newImageAct);
_createMenu->addAction(_newPSDAct);
_createMenu->addAction(_newSpectrogramAct);
_createMenu->addAction(_newEventMonitorAct);
_createMenu->addSeparator();

// Now, create the dynamic plugin menus
QMenu* _pluginsMenu = _createMenu->addMenu(tr("Standard P&lugin"));
QMenu* _fitPluginsMenu = _createMenu->addMenu(tr("Fit Pl&ugin"));
Expand All @@ -1512,6 +1511,10 @@ void MainWindow::createMenus() {
_filterPluginsMenu->addAction(action);
}
_createMenu->addSeparator();
// Relations
_createMenu->addAction(_newCurveAct);
_createMenu->addAction(_newImageAct);
_createMenu->addSeparator();
// Annotation objects
QMenu* annotations = _createMenu->addMenu(tr("&Annotation"));
annotations->addAction(_createLabelAct);
Expand Down

0 comments on commit da02871

Please sign in to comment.