ctjacobs / pyqso

PyQSO is a contact logging tool for amateur radio operators.
http://christianjacobs.uk/pyqso
GNU General Public License v3.0
77 stars 19 forks source link

Trouble creating new logbook #20

Closed partofthething closed 9 years ago

partofthething commented 9 years ago

I just cloned this repo and am running it for the first time. When I choose Open or Create I was given an open dialog but had no option to create a new SQL database from scratch so I was unable to make my first logbook. Am I missing something?

ctjacobs commented 9 years ago

This unfortunately has been an issue for other users too. I'll work on a better solution for this. For now, in the Open dialog, you'll need to click on the pencil icon in the top left-hand side (highlighted red in the image below). A text box will be displayed where you can enter the desired location and name of the file (highlighted blue). Clicking the Open button will then create the logbook file if it doesn't already exist.

pyqso_open

Alternatively, you can specify the desired path and name of the logbook file using

pyqso --logbook /path/to/my/new_logbook.db

If new_logbook.db doesn't exist, then it will be created for you.

partofthething commented 9 years ago

Got it. Thanks. Maybe separate New and Open menu entries would make it more clear.

ctjacobs commented 9 years ago

No problem - thanks for raising the issue. I'll leave this open until I address it in a future release.

ctjacobs commented 9 years ago

Addressed by e6e8570 in master. Closing.