Wykres commitów

814 Commity (8cb07e07abd8488a2adb813fc8320afd3ffe7724)

Autor SHA1 Wiadomość Data
Christian Rodriguez Jacobs 8cb07e07ab Style improvements. 2025-03-10 17:41:03 +00:00
Christian Rodriguez Jacobs b960a73dfd Style improvements. 2025-03-10 17:31:08 +00:00
Christian Rodriguez Jacobs 7ce255ca55 Style improvements. 2025-03-10 17:05:26 +00:00
Christian Rodriguez Jacobs 8f7975c30f Make datetimes timezone aware. Address deprecation in datetime calls. 2025-03-07 14:48:46 +00:00
Christian Rodriguez Jacobs a48c6fcde5 Replace deprecated label attributes. 2025-03-07 14:35:30 +00:00
Christian Rodriguez Jacobs f9046c84b9 Remove Travis YAML file. 2025-03-07 13:52:17 +00:00
Christian Rodriguez Jacobs d9ebc7c543 Replace telnetlib with telnetlib3. 2025-03-07 13:46:08 +00:00
Christian Rodriguez Jacobs 0733d8535e Only accept configparser import. 2025-03-07 13:45:02 +00:00
Christian Rodriguez Jacobs 25e0840e99 Replace deprecated use of pkg_resources with calls to importlib.resources. 2025-03-07 13:45:02 +00:00
Christian Rodriguez Jacobs 29602a97f1 Use the issue tracker. 2025-03-07 13:45:02 +00:00
Christian T. Rodriguez Jacobs 8d1d75257d
Merge pull request #80 from tomswartz07/master
Minimal fixes to restore function
2025-03-07 13:38:01 +00:00
Christian T. Rodriguez Jacobs 09b113d23c
Merge pull request #72 from df7cb/python3
Remove unneeded print with Python 2 syntax
2025-03-07 13:37:23 +00:00
Tom Swartz 5f6cbb96c5
Fix missing/invalid dependencies 2024-11-14 11:48:22 -05:00
Tom Swartz d644c562f3
Fix NavigationToolbar2GTK3 TypeError 2024-11-14 11:45:18 -05:00
Tom Swartz 79c99c1c1e
Fix missing regex raw-string 2024-11-14 11:44:45 -05:00
Daniele Forsi 871c315015 Remove unneeded print with Python 2 syntax
Fixes error with Python 3.
2021-11-01 23:01:42 +01:00
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