diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-09-09 09:38:47 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-09 18:28:08 -0700 |
commit | 90fb34baab66bfb345d0eba063795f284ee2e415 (patch) | |
tree | 1e097bef8fcb0953445272e559243c7cadc600c3 /desktop-widgets/mainwindow.ui | |
parent | 97f75472e83bf20cbf28993559114d1572ba39a4 (diff) | |
download | subsurface-90fb34baab66bfb345d0eba063795f284ee2e415.tar.gz |
Desktop: Remove webservice, remove UI components (1)
The very first part of the full removal of the GPS webservice. This
removes the UI artefacts and a tiny bit fallout. This leaves in place
all the background processing.
Be very careful here as this can break workflow of users that currently
have unapplied GPS coordinates sitting in the webservice, and do upgrade
to the version where this commit goes in. They have no clean UI way any more
to apply those GPS fixes from the desktop.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'desktop-widgets/mainwindow.ui')
-rw-r--r-- | desktop-widgets/mainwindow.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop-widgets/mainwindow.ui b/desktop-widgets/mainwindow.ui index 51d334969..5c7e20fad 100644 --- a/desktop-widgets/mainwindow.ui +++ b/desktop-widgets/mainwindow.ui @@ -125,7 +125,6 @@ </property> <addaction name="actionDownloadDC"/> <addaction name="actionImportDiveLog"/> - <addaction name="actionDownloadWeb"/> <addaction name="actionDivelogs_de"/> </widget> <widget class="QMenu" name="menu_Edit"> @@ -240,14 +239,6 @@ <string notr="true">Ctrl+D</string> </property> </action> - <action name="actionDownloadWeb"> - <property name="text"> - <string>Import &GPS data from Subsurface web service</string> - </property> - <property name="shortcut"> - <string notr="true">Ctrl+G</string> - </property> - </action> <action name="actionEditDeviceNames"> <property name="text"> <string>Edit device &names</string> |