Wykres commitów

798 Commity (master)

Autor SHA1 Wiadomość Data
Christian T. Jacobs df629e7a64
Merge pull request #70 from WB5VQX/master
Corrected log deletion bug.
2019-02-22 20:59:28 +00:00
WB5VQX 5efe5849ff Corrected log deletion bug. 2019-02-16 20:58:59 -06:00
Christian Jacobs 71624162bb Updated year range. 2018-04-02 18:52:23 +01:00
Christian Jacobs f9837e14ba In turn. 2018-04-02 17:54:28 +01:00
Christian Jacobs 99b5746f52 Bumping version number to 1.1.0. 2018-04-02 17:38:32 +01:00
Christian Jacobs c6845c082e Updated dependency list. 2018-04-02 17:30:49 +01:00
Christian Jacobs 095743e3ba Preparing for v1.1.0 release. 2018-04-02 16:11:52 +01:00
Christian Jacobs ff8c6956fc Added the link to the screencast. 2018-04-02 16:11:40 +01:00
Christian Jacobs 42d4966d9f Updated screenshot. 2018-04-01 20:41:00 +01:00
Christian Jacobs 9cae123db1 Updating screenshots. 2018-04-01 20:31:04 +01:00
Christian Jacobs 591ed62869 More experimenting with colour schemes. 2018-04-01 18:41:19 +01:00
Christian Jacobs 108f0d00b5 Updated screenshots. 2018-03-31 22:44:30 +01:00
Christian Jacobs 833da88ae2 Remove hyphen in pin-point. 2018-03-31 22:36:02 +01:00
Christian Jacobs d41d20779b Added documentation on copy/pasting QSOs and the world map tool. 2018-03-31 22:32:56 +01:00
Christian Jacobs f597122721 Use annotations to label pinpoints. 2018-03-31 22:32:46 +01:00
Christian Jacobs 3f29d763e4 Renamed grey_line.png to world_map.png. 2018-03-31 21:54:13 +01:00
Christian Jacobs 5988771a02 More experimenting with colors. 2018-03-31 21:49:15 +01:00
Christian Jacobs 9609b9c3d4 Experimenting with the colors in the World Map. 2018-03-31 16:01:36 +01:00
Christian Jacobs fd41340109 Updated the screenshot of the Edit Record dialog. 2018-03-31 14:57:19 +01:00
Christian Jacobs c0212f72d7 Updating the World Map documentation. 2018-03-28 22:49:44 +01:00
Christian Jacobs 05dee365b3 Bump version number to v1.1.0. 2018-03-28 22:33:28 +01:00
Christian Jacobs f1236f70e6 Added a note about how the station locations are plotted based on GRIDSQUARE (or COUNTRY) field. 2018-03-28 21:21:24 +01:00
Christian Jacobs ed95a86710 Use the Maidenhead object that is already defined. 2018-03-28 21:17:06 +01:00
Christian Jacobs 7dd02c35c0 Only define the NavigationToolbar derived class if the necessary modules are installed. 2018-03-28 21:12:14 +01:00
Christian Jacobs d23dd54473 Import only those classes that are used in the unit tests. 2018-03-28 20:51:46 +01:00
Christian Jacobs 1fcdb4f6ee Added WorldMap unit tests. 2018-03-28 19:14:20 +01:00
Christian Jacobs 785d3b320f Added Maidenhead unit tests. 2018-03-28 18:32:04 +01:00
Christian Jacobs 6834673e28 Add option to return a 6-character Maidenhead locator. 2018-03-28 18:31:43 +01:00
Christian Jacobs b47ffa1366 Try the country field if the grid square field fails to provide the correct information. 2018-03-27 21:38:48 +01:00
Christian Jacobs d945d40064 Make use of GRIDSQUARE value when plotting a station's location on the world map. 2018-03-27 19:49:18 +01:00
Christian T. Jacobs ae8f45450a
Merge pull request #66 from merkato/patch-1
WSJT-X FT8 mode in adif.py
2018-03-22 20:42:20 +00:00
Tomasz Nycz b20e238ad9
WSJT-X FT8 mode in adif.py 2018-03-22 20:56:23 +01:00
Christian Jacobs 154673c189 Small docstring update. 2018-03-10 15:54:23 +00:00
Christian T. Jacobs 5198547c6c
Maidenhead (#65)
Added the option of showing Maidenhead grid squares on the World Map, and the option of shading in worked grid squares. Addresses issue #59. Note that this introduces a new class called Maidenhead, which is capable of converting between latitude-longitude coordinates and grid squares. However, this functionality isn't currently used.
2018-03-10 15:49:44 +00:00
Christian T. Jacobs f222d5cc30
Migrate to a world map / grey line that uses Cartopy (#64)
Migrating grey line functionality over to a Cartopy-based implementation to address issue #62.

Also renamed GreyLine to WorldMap, and bumped the version to v1.1.0-dev.
2018-02-24 13:24:39 +00:00
Christian Jacobs f283df065b Merge branch 'master' of https://github.com/ctjacobs/pyqso into copypaste 2018-02-23 17:04:09 +00:00
Christian Jacobs 26e871bcab Small improvement to the wording. 2018-02-13 21:05:36 +00:00
Christian Jacobs ee6018b04a Added a requirements.txt file for the purpose of installing dependencies. Addresses issue #63. 2018-02-13 21:03:25 +00:00
Christian Jacobs 89f1ca46b4 Small improvements to the Getting Started section. 2018-02-13 21:02:22 +00:00
Christian Jacobs 1ef87caf5e Adding more explanation about PyQSO's dependencies. 2018-02-13 21:01:19 +00:00
Christian Jacobs 946f03d95f Added basic copy/paste functionality for individual records. 2018-02-04 23:15:57 +00:00
Christian T. Jacobs 7a162b2a2d
Callsign map (#61)
Pinpoint selected callsigns on the grey line map by looking up the latitude-longitude coordinates based on the value in the COUNTRY field. A new right-click popup menu has been created for this purpose.
2018-01-18 20:52:44 +00:00
Christian T. Jacobs d06e326cbd Update list of supported ADIF fields. 2017-09-04 15:53:44 +01:00
Christian T. Jacobs 4550f841f7 Add support for satellite QSOs. Addresses issue #55. 2017-09-04 15:48:50 +01:00
Christian T. Jacobs 591fe60f87 Added v1.0.0 tag to the CHANGELOG. 2017-08-02 11:43:52 +01:00
Christian T. Jacobs b98421dd6d Set the default submode to the empty string when the default mode is changed. 2017-07-26 00:20:56 +01:00
Christian T. Jacobs 4e044e72f7 Update QSL Sent and QSL Rcvd options. 2017-07-23 16:19:35 +01:00
Christian T. Jacobs 02c34387e5 More ADIF is_valid tests. 2017-07-23 16:10:26 +01:00
Christian T. Jacobs 3fc6f3198a Check that the SUBMODE field is valid. 2017-07-23 13:49:08 +01:00
Christian T. Jacobs a09696b4a5 Allow whitespace (e.g. newline characters for the multiline NOTES field) when importing ADIF files. 2017-07-13 17:39:19 +01:00