Wykres commitów

484 Commity (79d3451d56665ca2d6cf0fd51977552f9ff7bba8)

Autor SHA1 Wiadomość Data
Christian Jacobs 819a6a0e47 Another debug statement involving the merging of the COMMENT and NOTES fields. 2015-05-04 23:14:27 +01:00
Christian Jacobs c1d4333662 Compile the regular expression before using it in the loop over tokens. 2015-05-04 23:11:03 +01:00
Christian Jacobs 5e1376eddb Merge the COMMENT field with the NOTES field, if desired and applicable. 2015-05-04 23:00:42 +01:00
Christian Jacobs dc32c2c23d Add an ADIF tab to the Preferences dialog. 2015-04-29 22:45:58 +01:00
Christian Jacobs 7529accdeb Change logging level to warning here. 2015-04-29 21:53:54 +01:00
Christian Jacobs 6a90e9a0bd Change logging level to warning here. 2015-04-29 21:52:18 +01:00
Christian Jacobs 160aa2133d Corrected a typo in a comment. 2015-04-29 16:07:36 +01:00
Christian Jacobs a8083630c7 Look for the 'search' node instead of a 'callsign' node. 2015-04-29 15:59:23 +01:00
Christian Jacobs 3002f2439e Support for callsign lookups using the HamQTH.com database. 2015-04-28 23:04:03 +01:00
Christian Jacobs 620e2e0954 Added a link to the keyboard shortcuts page. 2015-04-28 21:53:23 +01:00
Christian Jacobs eec02777d5 Added a table of keyboard shortcuts. 2015-04-28 21:39:47 +01:00
Christian Jacobs 00c365568b Remove the "www" part of the URL. 2015-04-16 15:12:19 +01:00
Christian Jacobs 838da2779b Added a link to the project page in the documentation. 2015-04-16 15:09:50 +01:00
Christian Jacobs 1fdfc428a7 More helpful info messages. 2015-04-14 22:09:53 +01:00
Christian Jacobs 2c5b7d9c55 If the GreyLine dependencies are not satisfied, print a warning rather than an error message. 2015-04-14 21:33:18 +01:00
Christian Jacobs edbc9ebdec Add more debugging statements when importing the GreyLine dependencies. 2015-04-14 21:32:42 +01:00
Christian Jacobs d0ef8ccf9a Remove the version number from the main window's title.
The version number can be found in the About dialog.
2015-04-02 12:13:12 +01:00
Christian Jacobs 233b996784 Include the total number of QSOs in the Summary page. Addresses issue #23. 2015-04-02 08:57:27 +01:00
Christian Jacobs 141e92056a Updated CHANGELOG links. 2015-03-07 13:24:48 +00:00
Christian Jacobs feab93d799 Put this comment on one line. 2015-03-07 00:42:44 +00:00
Christian Jacobs af670d0acf "Buttons" -> "Button". 2015-03-07 00:42:12 +00:00
Christian Jacobs 07d1a4fabc Remove ADIF test files from the PyQSO 'base' directory too. 2015-03-07 00:03:34 +00:00
Christian Jacobs 3945834450 Display a more helpful error message if the logs fail to load properly. 2015-03-06 23:45:27 +00:00
Christian Jacobs 163fdcaa67 Remove the unnecessary "File:" lines at the start of each file. 2015-03-06 23:37:59 +00:00
Christian Jacobs 410f9955ee Remove the unnecessary "File:" lines at the start of each file. 2015-03-06 23:37:00 +00:00
Christian Jacobs f9b97a6b26 Remove the unnecessary "File:" lines at the top of each .py file. 2015-03-06 23:35:14 +00:00
Christian Jacobs ab5a034d07 Added a description of the project. 2015-03-06 23:32:34 +00:00
Christian Jacobs 3cc4f83a22 Added my middle initial. 2015-03-06 23:31:46 +00:00
Christian Jacobs fed2cab3ed Updated the documentation regarding the "Ignore prefix and/or suffix" option. 2015-03-06 22:37:42 +00:00
Christian Jacobs 45cf8fddff Bug fix for the IGNORE_PREFIX_SUFFIX option. The data type that is read in is a string. 2015-03-06 22:33:46 +00:00
Christian Jacobs 9e2748632b Specified the author email address in setup.py. 2015-03-04 19:24:00 +00:00
Christian Jacobs 94de94c975 Handle any exceptions raised when connecting to the server. 2015-03-03 15:27:32 +00:00
Christian Jacobs b5f72e2ede Fixed the error handling when looking up a callsign that does not have an entry on qrz.com. 2015-03-03 14:31:51 +00:00
Christian Jacobs 209354fcf3 Corrected the indentation of a comment line. 2015-03-01 22:03:43 +00:00
Christian Jacobs 7b3c2634aa Move the code which locates duplicate records into a new method called 'get_duplicates'.
Also added a unit test for this new method.
2015-03-01 21:55:24 +00:00
Christian Jacobs 2bc2ee190d Improve an error message in the GreyLine module. 2015-03-01 14:50:47 +00:00
Christian Jacobs e63184fec8 Temporarily use 'print' instead. 2015-03-01 14:39:24 +00:00
Christian Jacobs 1b9eea5aa6 Print out the matplotlib version in use. 2015-03-01 14:36:27 +00:00
Christian Jacobs 3c5f9ecf43 Print the exception message. 2015-03-01 14:28:47 +00:00
Christian Jacobs dca3ed118c Added unit tests for the Logbook class. 2015-03-01 14:21:18 +00:00
Christian Jacobs c4924447c6 Added some unit tests for the CallsignLookup class. 2015-02-28 23:05:04 +00:00
Christian Jacobs 5a5954bfe7 Updated the logbook screenshot following changes to the labels. 2015-02-28 20:12:29 +00:00
Christian Jacobs 93b0ac0624 Updated the record dialog screenshot following changes to the labels. 2015-02-28 19:50:07 +00:00
Christian Jacobs 861c5c4821 Rename "TX RST" and "RX RST" to "RST Sent" and "RST Received" in the record dialog. 2015-02-28 19:48:10 +00:00
Christian Jacobs dd58927741 Added more fixes to the CHANGELOG. 2015-02-28 16:21:33 +00:00
Christian Jacobs 6781c30be1 Handle UnicodeDecodeError exceptions. 2015-02-28 16:19:52 +00:00
Christian Jacobs a2e0d3ddfb Corrected the image caption. 2015-02-28 16:19:43 +00:00
Christian Jacobs c6a98a25be Updated the logbook screenshot. 2015-02-28 15:57:48 +00:00
Christian Jacobs db9a084f20 Updated the logbook screenshot. 2015-02-28 15:27:04 +00:00
Christian Jacobs b2a39c24b3 Updated the images in the documentation. 2015-02-28 14:53:02 +00:00