Wykres commitów

38 Commity (4d00a796207bd04d484d53db300f44d17bc1772f)

Autor SHA1 Wiadomość Data
Christian T. Jacobs 4d00a79620 Use "getboolean" not "get" when checking config values. 2017-07-09 11:42:42 +01:00
Christian T. Jacobs b698900fe5 Improved the QTH labelling on the grey line map. 2017-05-17 18:12:53 +01:00
Christian T. Jacobs bba65693ca Better error handling. 2017-05-07 16:38:36 +01:00
Christian T. Jacobs 531749270c Perform an initial count for the awards table. 2017-04-01 18:10:24 +01:00
Christian T. Jacobs b9c15c0e92 Include my middle name in the copyright lines and authors list. Also use my new callsign. 2017-03-20 13:06:01 +00:00
Christian T. Jacobs 09a2d3e78b Connected up the record dialog. 2017-03-01 10:16:03 +00:00
Christian T. Jacobs be1ae2af4d Don't pass in the parent PyQSO window into all the tools. 2017-02-21 18:16:02 +00:00
Christian T. Jacobs f976d840e2 flake8 2017-02-21 16:47:35 +00:00
Christian T. Jacobs 3eb3275d35 Porting toolbox tools over to Glade. 2017-02-21 14:54:04 +00:00
Christian T. Jacobs d70762ae01 Pin-point QTH on grey line map. Addresses issue #42. 2017-02-10 18:50:34 +00:00
Christian T. Jacobs 426c2dac29 Updated copyright notices. 2016-05-28 20:32:00 +01:00
Christian T. Jacobs c993704e84 Make the code pep8 compliant, using the autopep8 tool. Note that we are ignoring the following: E501,F403,E226,E402,W503. 2016-01-27 16:23:09 +00:00
Christian Jacobs 07274c6f60 Use gtk3cairo backend. 2016-01-11 19:29:34 +00:00
njohnsn fc94c8d511 Convert to Python 3 using 2to3.
Also update Travis CI settings for Python 3, add new package dependencies and update the documentation.
2015-11-05 00:23:19 +00:00
Christian Jacobs 45abb28e38 Improved docstrings. 2015-10-04 00:16:55 +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 f9b97a6b26 Remove the unnecessary "File:" lines at the top of each .py file. 2015-03-06 23:35:14 +00:00
Christian Jacobs 3cc4f83a22 Added my middle initial. 2015-03-06 23:31:46 +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 4c28af97c0 Specify the Agg backend for matplotlib. Fixes issue #21. 2015-02-06 23:52:09 +00:00
Christian Jacobs 4afdbeb2e0 - Set bin/pyqso to +x
- Updated a module path.
2013-10-03 18:12:48 +01:00
Christian Jacobs e8c1fafbcc More debugging statements. 2013-09-14 22:12:10 +01:00
Christian Jacobs 45aee6bf74 More error handling. 2013-09-14 21:33:01 +01:00
Christian Jacobs f3232ee5b2 Handle the ImportError if the non-standard Python modules needed by the GreyLine class are not present. 2013-09-14 21:10:52 +01:00
Christian Jacobs f2e64dbd19 Wrap the import statements for the Hamlib module in a try-except block. Only try to call Hamlib if have_hamlib is True. 2013-09-14 20:31:12 +01:00
Christian Jacobs fa7788f49d Changed ''' to """. 2013-09-04 21:12:04 +01:00
Christian Jacobs bc4ae0e41a Added more docstrings. 2013-09-04 21:03:48 +01:00
Christian Jacobs 2f11f80221 - Added a module for creating auxiliary dialogs for error messages and prompts.
- Renamed 'root_window' to 'parent'.
2013-08-03 20:11:00 +01:00
Christian Jacobs 1aaae548f1 - Refresh the grey line view every 30 minutes (if visible).
- Improved the layout of the Record dialog.
2013-07-03 11:48:51 +01:00
Christian Jacobs 534eec3f95 - Added the Toolbox class.
- PyQSO now only redraws the grey line when the Grey Line tab is clicked.
2013-06-30 03:25:27 +01:00
Christian Jacobs dd45b74cc7 Reduce font size in grey line plot. 2013-06-30 02:59:16 +01:00
Christian Jacobs dc2e7ffccd Reduce the line thicknesses. 2013-06-30 02:51:52 +01:00
Christian Jacobs 0f242f3d20 - Added a frame to place amateur radio related tools.
- Added a grey line plot. Note that this requires an extra dependency (netcdf-python). Note also that the backend to matplotlib needs to be updated to work with PyGTK3.
2013-06-30 02:42:03 +01:00