Wykres commitów

754 Commity (591fe60f873fe1b04ba5fdbb34f9421436aada78)

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