Wykres commitów

282 Commity (6c8ace14cd8cd743bed36e93adcc821f66758124)

Autor SHA1 Wiadomość Data
Christian Jacobs 6c8ace14cd Added build status. 2015-02-08 01:21:51 +00:00
Christian Jacobs 74af1ec718 Added a Travis CI configuration file. 2015-02-08 01:17:08 +00:00
Christian Jacobs eaefff86c0 Allow default values for power and mode, but remove the work-in-progress for the default frequency unit. 2015-02-08 01:09:05 +00:00
Christian Jacobs 510e1ea283 Add the program name. 2015-02-08 00:45:13 +00:00
Christian Jacobs 63c3fb7fbc Fix logging to file. 2015-02-07 22:56:57 +00:00
Christian Jacobs a5abe6e775 Remove a terrible debugging statement. 2015-02-07 21:47:38 +00:00
Christian Jacobs c20ad39f46 Use argparse instead of optparse. 2015-02-07 21:44:49 +00:00
Christian Jacobs 2c5c046a7a Clear the contents of the file, in case the file exists already. 2015-02-07 21:44:34 +00:00
Christian Jacobs 69d1a95f51 Docstrings and comments. 2015-02-07 21:28:55 +00:00
Christian Jacobs d428fc7953 Use set_do_overwrite_confirmation(True), rather than handling the confirm-overwrite signal ourselves. 2015-02-07 21:25:06 +00:00
Christian Jacobs e6e8570c1b Separate the Create and Open functionality for logbooks. Addresses issue #20.
The menu and toolbar now have separate "Create Logbook" and "Open Logbook" buttons.
2015-02-07 21:22:16 +00:00
Christian Jacobs 4c28af97c0 Specify the Agg backend for matplotlib. Fixes issue #21. 2015-02-06 23:52:09 +00:00
Christian Jacobs e49ec6bdec Merge pull request #17 from legovini/master
Fix creation of empty GtkTreeModel
2014-05-18 17:59:08 +01:00
Paride Legovini 9473318e9a Fix creation of empty GtkTreeModel 2014-05-18 10:17:09 +08:00
Christian Jacobs c6cf24086c Ignore all .pyc files. 2014-05-13 18:21:54 +01:00
Christian Jacobs 1e5744568a Added a button next to the "Time" field in the records dialog to insert the current date and time. 2014-05-13 18:20:39 +01:00
Christian Jacobs 81b746133e Merge the two 'if' statements. 2014-05-13 16:38:48 +01:00
Christian Jacobs 9400aca4d7 Also force all callsigns to be in upper case when imported from an ADIF file. 2014-05-13 16:36:12 +01:00
Christian Jacobs 8a6824ced7 Always show the callsigns in upper case. 2014-05-13 16:28:30 +01:00
Christian Jacobs 7f6e5e7a62 Added the option of removing any prefixes or suffixes from the full_callsign.
Also moved the QRZ.com login details frame to the Records tab.
2014-05-13 16:27:31 +01:00
Christian Jacobs 42d6130d0e Handle 'configuration option not found' exceptions. 2014-03-31 10:44:46 +01:00
Christian Jacobs af9a283849 Don't use the callsign's length. 2014-03-31 00:58:21 +01:00
Christian Jacobs 2977dad8ab Updated some comments. 2014-03-27 10:12:58 +00:00
Christian Jacobs 6dada62d28 Added the option to choose the default unit of frequency. Not fully implemented yet. 2014-03-27 10:09:38 +00:00
Christian Jacobs 65bd7175fb Removing any prefixes and/or suffixes (e.g. "/M" or "/P") from the callsign before performing a lookup. 2014-03-27 10:08:46 +00:00
Christian Jacobs 0743093f24 Give users the option of using UTC when the Date and Time fields are automatically completed. 2014-03-24 03:06:47 +00:00
Christian Jacobs 8f2017c6ef Small updates to some comments. 2014-03-23 17:19:48 +00:00
Christian Jacobs 5676a86e11 Improved error handling. 2014-03-23 17:17:59 +00:00
Christian Jacobs f187fe7fa4 Using the frequency ranges in the ADIF specification to determine the band, instead of the previous approach (using the band which was closest to the calculated wave length). 2014-03-23 17:11:11 +00:00
Christian Jacobs ed68b63108 Small improvements to the autocomplete_band code. 2014-03-23 02:43:11 +00:00
Christian Jacobs e143483f72 Added the option to autocomplete the Band field. 2014-03-23 01:54:24 +00:00
Christian Jacobs 4f70af2985 Added a function to autocomplete the Band field based on the Frequency field. 2014-03-23 01:24:45 +00:00
Christian Jacobs 2913b813d5 Move to version 0.2a-dev. 2014-03-22 22:05:08 +00:00
Christian Jacobs fc22b91c63 Changed the length of the programversion field. 2014-03-22 21:18:26 +00:00
Christian Jacobs e11d631905 Clear up .out files in the doc directory. 2014-03-22 21:14:23 +00:00
Christian Jacobs 8df7019ad9 Move to version 0.1.
The main changes since v0.1b are:
- The ADIF export functionality has been fixed. Previously, only markers were being written and the actual record data was being skipped.
- The BEL character has been removed from the data received from the DX cluster.
- The 'Notes' column is no longer automatically resized.
- QSOs can now be sorted in the correct chronological order.
2014-03-22 21:07:35 +00:00
Christian Jacobs 54b3953ac7 Clear up all the .adi files. 2014-03-22 21:06:59 +00:00
Christian Jacobs 20baf53720 Get the number of characters using len(str(ADIF_VERSION)), rather than hard-coding it. 2014-03-22 21:05:14 +00:00
Christian Jacobs d7e8e301e1 In the ADIF unit test: Close the connection once finished. 2014-03-22 20:59:00 +00:00
Christian Jacobs a39e1759e3 Added a unit test for the ADIF functionality that uses an sqlite3.Row object. 2014-03-22 20:57:05 +00:00
Christian Jacobs 88164ba55c Also remove any .pyc files from the pyqso directory. 2014-03-22 20:05:45 +00:00
Christian Jacobs 8a09ed798c Include the valid ADIF file extensions as well as an "All Files" option in the 'Import Log' and 'Export Log' dialogs. 2014-03-01 18:39:23 +00:00
Christian Jacobs 40bc5aa187 If the field being sorted is the QSO_DATE, then also sort by the TIME_ON field so we get the correct chronological order. 2014-03-01 18:06:50 +00:00
Christian Jacobs e27af5b17a Added python-gi-cairo to the dependencies list. 2014-02-18 12:15:33 +00:00
Christian Jacobs a13ffd747f Bug fix: Use the 'keys' method to get the available column names in the record. 2014-02-16 21:47:51 +00:00
Christian Jacobs 0388577dcd Uncomment the line that removes the BEL character(s) from the end of the string received from the Telnet server. 2014-02-05 01:19:08 +00:00
Christian Jacobs aca64cc2c7 Set the sizing property of the 'Notes' column to 'Gtk.TreeViewColumnSizing.FIXED'. This resolves issue #1. 2014-02-05 00:53:16 +00:00
Christian Jacobs 9e55df40ce Remove an old print statement. 2013-10-04 22:58:42 +01:00
Christian Jacobs 62f952712e Bug fix for the calendar widget: add 1 onto the 'month' integer if (month + 1) >= 10. 2013-10-04 22:47:05 +01:00
Christian Jacobs 0b8c5f18d3 Removed the string "Python-based" from the comments section of the About dialog. 2013-10-04 21:11:57 +01:00