Wykres commitów

798 Commity (master)

Autor SHA1 Wiadomość Data
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
Christian T. Jacobs 443d12ab44 Updated running instructions. 2017-07-05 23:53:28 +01:00
Christian T. Jacobs 29aa5b4465 pip3, not pip. 2017-07-05 23:46:47 +01:00
Christian T. Jacobs 1c74cfd71d Re-ordering the README section on installing and running. 2017-07-05 23:08:02 +01:00
Christian T. Jacobs 5cbb43c11c ../ in path. 2017-07-05 22:54:50 +01:00
Christian T. Jacobs c17b4f04fe Use pip3 in Makefile. 2017-07-05 22:34:01 +01:00
Christian T. Jacobs 0b8bae0f9d Install pip3 on Travis. 2017-07-05 22:28:49 +01:00
Christian T. Jacobs 5ab266d168 Try pip3 2017-07-05 22:26:10 +01:00
Christian T. Jacobs 56e07c5f19 Try using easy_install3 with Travis. 2017-07-05 22:15:39 +01:00
Christian T. Jacobs d34f1098aa Added a missing comma. 2017-07-05 22:09:47 +01:00
Christian T. Jacobs 43054154b2 Use setuptools instead of distutils. 2017-07-05 22:06:09 +01:00
Christian T. Jacobs 4a595d7cbe Use the pkg_resources module to find the Glade file for bin/pyqso. Also, don't use "/" to join bits of the path, just give each bit as a separate argument. 2017-07-05 21:50:40 +01:00
Christian T. Jacobs 9e184b9feb Full stops at the end of comment lines. 2017-07-04 19:46:27 +01:00
Christian T. Jacobs 185e8dc104 Comment updates and better error handling. 2017-07-04 17:02:59 +01:00
Christian T. Jacobs a62abf9024 Don't include test databases in data_files. 2017-07-04 17:02:49 +01:00
Christian T. Jacobs 28baab016d Full stop in comment. 2017-07-03 23:43:57 +01:00
Christian T. Jacobs a105afe106 Corrected "Close logbook" shortcut in the documentation. 2017-07-03 23:41:21 +01:00