Wykres commitów

798 Commity (master)

Autor SHA1 Wiadomość Data
Christian Jacobs 71dd49e594 Added the files generated by sphinx-quickstart. 2015-02-08 12:11:08 +00:00
Christian Jacobs 7f4f5144e8 Added contact information. 2015-02-08 03:03:38 +00:00
Christian Jacobs aaa9b5310b Added my callsign. 2015-02-08 03:01:43 +00:00
Christian Jacobs 10f10ba472 Try using xvfb. 2015-02-08 02:45:41 +00:00
Christian Jacobs c322689685 Removing more packages. 2015-02-08 02:40:27 +00:00
Christian Jacobs a36d23ce75 Export DISPLAY. 2015-02-08 02:32:24 +00:00
Christian Jacobs b165fe0968 Revert extra packages. 2015-02-08 02:24:18 +00:00
Christian Jacobs c3e2ffb2a8 Install PyGObject. 2015-02-08 02:18:47 +00:00
Christian Jacobs d1e77e16a6 Remove gi.repository. 2015-02-08 02:11:35 +00:00
Christian Jacobs 06bcc7821d Use system site packages. 2015-02-08 02:08:28 +00:00
Christian Jacobs da47ba6800 pip install gi 2015-02-08 02:04:33 +00:00
Christian Jacobs d3998e5035 More things for Travis to install. 2015-02-08 02:00:18 +00:00
Christian Jacobs e86917aeb4 Maybe python3-gi? 2015-02-08 01:54:52 +00:00
Christian Jacobs 267d1d7f1a Don't silence apt-get. 2015-02-08 01:50:02 +00:00
Christian Jacobs 732976e9e0 Install python-gi. 2015-02-08 01:30:36 +00:00
Christian Jacobs daabb5b75f Install python-gobject. 2015-02-08 01:26:26 +00:00
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