Wykres commitów

778 Commity (05dee365b38cc07fa94d41bc439d04700097c8f6)

Autor SHA1 Wiadomość Data
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
Christian T. Jacobs e00af44173 Updated CHANGELOG. 2017-07-13 17:27:40 +01:00
Christian T. Jacobs 63563b9085 flake8 2017-07-13 17:24:42 +01:00
Christian T. Jacobs 1b98e7695e One more test resource file migration. 2017-07-13 17:23:27 +01:00
Christian T. Jacobs 8dc9ed6aac Handle \n characters in the NOTES field more naturally. 2017-07-13 17:21:26 +01:00
Christian T. Jacobs af57a915fd Put ADIF-related test resources in tests/res. 2017-07-13 17:21:01 +01:00
Christian T. Jacobs 4d00a79620 Use "getboolean" not "get" when checking config values. 2017-07-09 11:42:42 +01:00
Christian T. Jacobs f250d4c078 Preferences section title changed to "import_export". 2017-07-07 15:33:32 +01:00
Christian T. Jacobs 21367d02a2 Updated docstrings and renamed ADIFPage to ImportExportPage in the Preferences dialog. 2017-07-07 12:22:32 +01:00
Christian T. Jacobs f6af59a5fd Check for an empty CALL field earlier. 2017-07-07 12:22:18 +01:00
Christian T. Jacobs dd83014d9a Don't bother checking the length of the list, just check for "if(l)" where l is the list. 2017-07-07 12:21:41 +01:00
Christian T. Jacobs bdd828ddb4 Full stop in a comment line. 2017-07-07 12:21:22 +01:00
Christian T. Jacobs 80f60591b1 Another test of the strip function. 2017-07-07 12:21:00 +01:00
Christian T. Jacobs f4175ba40c Moar comments. 2017-07-06 23:14:28 +01:00
Christian T. Jacobs e1ef6e8c4d Support Python 2.x version of urllib. 2017-07-06 23:09:56 +01:00
Christian T. Jacobs ac888541a5 Add percent-encoding to CHANGELOG. 2017-07-06 22:46:21 +01:00
Christian T. Jacobs 00f4e7d12f Percent encode passwords. 2017-07-06 22:42:29 +01:00
Christian T. Jacobs adf0261bd2 More tests for prefix/suffix removal. 2017-07-06 22:17:24 +01:00
Christian T. Jacobs 59fad31959 Use callsign prefixes specified in Recommendation T/R 61-01. 2017-07-06 22:15:13 +01:00
Christian T. Jacobs 7835dc1ff6 Show an error message if the callsign field is empty. 2017-07-06 21:50:03 +01:00
Christian T. Jacobs 21d5dd21ef Updated CHANGELOG. 2017-07-06 21:43:07 +01:00