Wykres commitów

720 Commity (a200eae434fc35f335979f5b87b42642ecdb79d0)

Autor SHA1 Wiadomość Data
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
Christian T. Jacobs 05e6b7da80 Added documentation on how to setup the QTH pinpointing functionality. 2017-07-03 23:38:19 +01:00
Christian T. Jacobs 6d0b02b83e Better error handling. 2017-07-03 22:35:28 +01:00
Christian T. Jacobs a4452f8c17 keyword args. 2017-07-03 21:54:57 +01:00
Christian T. Jacobs 52a8aa8d3f flake8 2017-07-03 21:50:13 +01:00
Christian T. Jacobs 622d180baa Scroll to the new record's row in the treeview (but don't select it) 2017-07-03 21:49:45 +01:00
Christian T. Jacobs b405590fe8 Better error handling. 2017-07-03 21:33:03 +01:00
Christian T. Jacobs 2e074df388 Updated unit tests. 2017-07-03 13:29:08 +01:00
Christian T. Jacobs e34253adb2 Better error handling. 2017-07-03 13:27:12 +01:00
Christian T. Jacobs 3e32142e8a Place the ADIF object outside the 'if' statement. 2017-07-03 01:10:11 +01:00
Christian T. Jacobs 77047d5670 Only create a new log once the records in the ADIF file have been read in. 2017-07-03 00:58:44 +01:00
Christian T. Jacobs 7fee6c42b2 More cases for the unit tests. 2017-07-03 00:50:13 +01:00
Christian T. Jacobs cf72d94035 Better error handling for importing/exporting logs. 2017-07-03 00:43:38 +01:00
Christian T. Jacobs b39d61cf33 Use "yearly" instead. 2017-07-03 00:43:31 +01:00
Christian T. Jacobs 1cd94f5b43 Capital letter. 2017-07-03 00:16:59 +01:00
Christian T. Jacobs b21f46f53c Set frequency unit to "MHz" in the unit test. 2017-07-02 15:24:10 +01:00
Christian T. Jacobs 7214b783b2 Handle empty frequency field separately. 2017-07-02 14:56:39 +01:00
Christian T. Jacobs f3bf4ffc8c Also handle ValueErrors when converting the frequency. This also handles the case of an empty frequency field. 2017-07-02 14:54:42 +01:00
Christian T. Jacobs 70cf060d66 Remove unused logging module import. 2017-06-30 12:32:07 +01:00
Christian T. Jacobs 2ddfc2d061 Removed unnecessary debugging statements. 2017-06-30 12:30:35 +01:00
Christian T. Jacobs f3a7888183 Added more links and updated documentation. 2017-06-30 12:29:58 +01:00
Christian T. Jacobs b099111218 Print logs on a landscape page. Also improved the page layout. 2017-06-28 20:23:31 +01:00
Christian T. Jacobs c00e0a7ecb Fixed direction of sorting. 2017-06-28 16:22:53 +01:00
Christian T. Jacobs 67d2050156 Improved comments. 2017-06-27 23:13:09 +01:00
Christian T. Jacobs 4becec41ed Better error handling for the case where a log is not selected. 2017-06-27 22:41:00 +01:00
Christian T. Jacobs b91c77f07b Consider key-press-event not key-release-event. 2017-06-27 22:04:32 +01:00
Christian T. Jacobs 7055f4f67d Added 'record count' feature. 2017-06-27 21:13:59 +01:00
Christian T. Jacobs f816554816 More unit tests and docstrings. 2017-06-27 20:10:40 +01:00
Christian T. Jacobs 66ecabd737 Updated CHANGELOG. 2017-06-27 20:10:32 +01:00