Wykres commitów

757 Commity (7a162b2a2da98a2400552c0295d6321885925682)

Autor SHA1 Wiadomość Data
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