Wykres commitów

764 Commity (f222d5cc3090b5c6c18d5752f5a0614cf8e0327e)

Autor SHA1 Wiadomość Data
Christian Jacobs af14b9cb4b Added a new line at the end of the file. 2013-03-24 01:11:51 +00:00
Christian Jacobs 6bd025b8ef Small comment update. 2013-03-24 00:25:39 +00:00
Christian Jacobs 0ae24d7fb5 If a record in row n has just been deleted then the tree will automatically go to row n+1 after deletion, rather than staying at row n. Since row n+1 might not have a record associated with it, let's do some error handling. 2013-03-24 00:20:24 +00:00
Christian Jacobs aba6bd0dd5 Renaming set_field to set_data, and get_field_data to get_data, for consistency. 2013-03-24 00:11:22 +00:00
Christian Jacobs d994ca3a2e Hooking the data sources up with the logbook. 2013-03-24 00:03:16 +00:00
Christian Jacobs 9fa283ce28 Enable/disable the data entry panel as required. 2013-03-23 22:41:06 +00:00
Christian Jacobs 742e256f0c Add methods to enable and disable the data entry panel. This will be useful to prevent user input when no record is selected. 2013-03-23 21:34:58 +00:00
Christian Jacobs 995ef47c94 Update some comments. 2013-03-23 21:25:05 +00:00
Christian Jacobs c3a674e373 Move the new/open/save log methods to the Logbook class. 2013-03-23 21:05:20 +00:00
Christian Jacobs 6c3f917355 Started to hook the data sources up with the logbook. 2013-03-23 17:08:36 +00:00
Christian Jacobs 91922d5a26 Remove commented out code regarding .adx files, which are not yet supported. 2013-03-23 15:22:43 +00:00
Christian Jacobs d532cfb834 Remove the booleancell_edited_callback function, since cells are assumed to be only string-based. 2013-03-23 14:40:10 +00:00
Christian Jacobs 562afa8ee7 Added a data entry panel for adding/removing/editing records in the logbook. Each logbook cell itself no longer needs to be directly editable. 2013-03-23 14:36:25 +00:00
Christian Jacobs 1263a45a55 Added some core files for the PyQSO program:
- pyqso.py: the main file. Sets up the GUI and starts the event loop.
- menu.py: defines the GUI's menu. The first step towards moving GUI setup-related code out of pyqso.py.
- adif.py: defines the ADIF class for the manipulation of ADI files.
- record.py: defines the Record class. Record objects contain various ADIF fields and associated data.
- logbook.py: defines the Logbook class. A Logbook object contains various Record objects.
- COPYING: contains the GNU General Public License (version 3).

This is the initial bzr revision of these files.
2013-03-22 22:16:31 +00:00