From d41d20779b354914d9432b487f59f980f4c558da Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Sat, 31 Mar 2018 22:32:56 +0100 Subject: [PATCH] Added documentation on copy/pasting QSOs and the world map tool. --- docs/source/record_management.rst | 11 +++++++++++ docs/source/toolbox.rst | 2 ++ 2 files changed, 13 insertions(+) diff --git a/docs/source/record_management.rst b/docs/source/record_management.rst index 7b86e8c..921921e 100644 --- a/docs/source/record_management.rst +++ b/docs/source/record_management.rst @@ -49,6 +49,17 @@ An existing record can be edited by: This will bring up the same dialog window as before. +Copying/pasting a record +------------------------ + +An existing record can be copied and pasted by: + +- Selecting it and right-clicking to bring up the popup menu. + +- Selecting ``Copy``. + +- Right-clicking again and selecting ``Paste``. This will duplicate the record, with the duplicate becoming the latest record in the selected log. + Deleting a record ----------------- diff --git a/docs/source/toolbox.rst b/docs/source/toolbox.rst index fc8cea9..130d188 100644 --- a/docs/source/toolbox.rst +++ b/docs/source/toolbox.rst @@ -38,6 +38,8 @@ The world map tool (see figure:world_map_) can be used to plot the QTH of your s The user's QTH can be pin-pointed on the map by specifying the QTH's location (e.g. city name) and latitude-longitude coordinates in the preferences. If the `geocoder `_ library is installed then these coordinates can be filled in for you by clicking the lookup button after entering the QTH's name, otherwise the coordinates will need to be entered manually. +The location of a worked station may also be plotted by right-clicking on the relevant QSO in the main window and selecting ``Pinpoint`` from the popup menu. + .. _figure:world_map: .. figure:: images/world_map.png :align: center