Wykres commitów

764 Commity (f222d5cc3090b5c6c18d5752f5a0614cf8e0327e)

Autor SHA1 Wiadomość Data
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
Christian T. Jacobs e3f364f085 Ignore empty callsign field when looking up. 2017-07-06 21:23:52 +01:00
Christian T. Jacobs 93d8177932 "iota" not "grid". 2017-07-06 21:23:45 +01:00
Christian T. Jacobs 85fb4f6397 This should be "iota", not "grid". 2017-07-06 21:23:27 +01:00
Christian T. Jacobs aa5094fa6f Use HTTPS when looking up via hamqth.com 2017-07-06 21:09:36 +01:00
Christian T. Jacobs 21e2df09ac Use "not username" instead of username == "" 2017-07-06 21:06:04 +01:00
Christian T. Jacobs c777c924bb Use " not ' for strings. 2017-07-06 21:05:36 +01:00
Christian T. Jacobs 660d993bc1 Assume the user wants a system-wide install. 2017-07-06 00:50:06 +01:00
Christian T. Jacobs 7e28366aae Only use pkg_resources. 2017-07-06 00:41:20 +01:00
Christian T. Jacobs a200eae434 Separate resources for tests and for the pyqso module. 2017-07-06 00:36:17 +01:00
Christian T. Jacobs 74256cd7b5 Re-ordering import statements. 2017-07-06 00:18:47 +01:00
Christian T. Jacobs e3cd2d2e39 More error handling for the task of finding the Glade file. 2017-07-06 00:16:32 +01:00
Christian T. Jacobs d1d053c74d Remove unnecessary "widget=None" arguments. 2017-07-06 00:13:40 +01:00
Christian T. Jacobs dac5c11af9 Use "if(logbook_path)" rather than "if(logbook_path is not None)" since we also don't want to consider the case where logbook_path is an empty string. 2017-07-06 00:11:08 +01:00
Christian T. Jacobs 6a2cc5decf Fall back to assumed directory structure if the Glade file cannot be found using pkg_resources. 2017-07-06 00:08:27 +01:00