pyqso/pyqso
Christian T. Jacobs c00e0a7ecb Fixed direction of sorting. 2017-06-28 16:22:53 +01:00
..
__init__.py Added __init__.py. 2013-03-30 20:56:34 +00:00
adif.py Add logging statements for importing/exporting in ADIF format. 2017-06-27 20:03:06 +01:00
auxiliary_dialogs.py Call logging.info rather than logging.debug in the 'info' auxiliary dialog function. 2017-06-27 20:03:44 +01:00
awards.py Updated TODO. 2017-05-09 17:25:58 +01:00
blank.py homogeneous, spacing. 2017-04-20 23:10:06 +01:00
cabrillo.py More docstrings. 2017-06-27 20:04:45 +01:00
cabrillo_export_dialog.py Always show callsigns in upper case. 2017-04-05 22:58:02 +01:00
calendar_dialog.py Remove an old TODO. 2017-05-09 17:26:12 +01:00
callsign_lookup.py Importing the modules required for the unit tests. 2017-04-15 01:19:44 +01:00
compare.py Fixed direction of sorting. 2017-06-28 16:22:53 +01:00
dx_cluster.py Consider key-press-event not key-release-event. 2017-06-27 22:04:32 +01:00
grey_line.py Improved the QTH labelling on the grey line map. 2017-05-17 18:12:53 +01:00
log.py Fixed the QSO index used in the Gtk.ListStore. Just before a QSO is added with add_record it was assumed that it's index would be max(rowid)+1, which is not always the case. This led to inconsistencies between the Gtk.ListStore and the database. Indices used in the Gtk.ListStore are now obtained directly from the database after insertion. Addresses issue #56. 2017-06-27 20:10:20 +01:00
log_name_dialog.py Moved Glade file and icon files to a new directory called 'res'. 2017-04-02 14:02:40 +01:00
logbook.py Improved comments. 2017-06-27 23:13:09 +01:00
menu.py Added 'record count' feature. 2017-06-27 21:13:59 +01:00
preferences_dialog.py Remove some unnecessary calls to logging.error. 2017-05-17 17:36:33 +01:00
printer.py Show an error dialog if the printing operation is not successful. 2017-06-27 20:02:05 +01:00
record_dialog.py Consider key-press-event not key-release-event. 2017-06-27 22:04:32 +01:00
summary.py More unit testing. 2017-06-24 20:56:04 +01:00
telnet_connection_dialog.py Indent. 2017-05-09 17:31:32 +01:00
toolbar.py Don't pass None, None to edit_dialog - leave that up to the defaults in the keyword arguments. 2017-06-27 20:05:28 +01:00
toolbox.py Remove _ in front of methods for consistency reasons. 2017-04-14 21:45:59 +01:00