pyqso/pyqso
Christian T. Jacobs b91c77f07b Consider key-press-event not key-release-event. 2017-06-27 22:04:32 +01:00
..
__init__.py
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
blank.py
cabrillo.py More docstrings. 2017-06-27 20:04:45 +01:00
cabrillo_export_dialog.py
calendar_dialog.py
callsign_lookup.py
compare.py
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
logbook.py Added 'record count' feature. 2017-06-27 21:13:59 +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