Wykres commitów

218 Commity (432c262df5574117084c049586cd621a3e30400e)

Autor SHA1 Wiadomość Data
Christian Jacobs 432c262df5 A few corrections to the comment block. 2013-10-04 15:18:52 +01:00
Christian Jacobs f9d356f673 Replaced the content in README.md with that of the old README file. 2013-10-04 15:16:57 +01:00
Christian Jacobs 3bd100bc16 - Removed the LICENSE file since a COPYING file already exists with the same license details.
- Removed the old README file which has now been replaced with the markdown version README.md.
2013-10-04 15:14:55 +01:00
Christian Jacobs eb58498e97 Merge https://github.com/ctjacobs/pyqso 2013-10-04 15:03:59 +01:00
Christian Jacobs 21611aac3f Initial commit 2013-10-04 06:55:57 -07:00
Christian Jacobs 50d1b09745 More improvements to the manual. 2013-10-04 14:40:36 +01:00
Christian Jacobs 69fa3e60f2 Updated images for the documentation. 2013-10-04 14:20:18 +01:00
Christian Jacobs 4afdbeb2e0 - Set bin/pyqso to +x
- Updated a module path.
2013-10-03 18:12:48 +01:00
Christian Jacobs 78f2cfd3d2 Manual content mostly written now. Still need to update the figures. 2013-10-01 23:56:13 +01:00
Christian Jacobs 8aa8cbcc20 Some more improvements to the manual. 2013-10-01 22:31:45 +01:00
Christian Jacobs c5d4d0173f More improvements to the manual. 2013-10-01 22:18:50 +01:00
Christian Jacobs 42cf0ac118 More updates to the manual. 2013-10-01 22:09:53 +01:00
Christian Jacobs 179deb21ff - Handle the SIGINT signal.
- More content for the manual.
2013-10-01 22:02:28 +01:00
Christian Jacobs 5c99387b40 More error handling. 2013-10-01 21:23:37 +01:00
Christian Jacobs ebc6d767aa More error handling. 2013-10-01 21:20:15 +01:00
Christian Jacobs 5eca6d4e68 More error handling and manual improvements. 2013-10-01 21:14:01 +01:00
Christian Jacobs 08f115bf7b More improvements to the manual. 2013-10-01 15:22:12 +01:00
Christian Jacobs 611ef0934e General improvements to the manual. 2013-10-01 03:10:56 +01:00
Christian Jacobs 22e6be57c4 Added a dependencies list to the README file. 2013-09-30 23:24:37 +01:00
Christian Jacobs 7396e895ac Handle the case where there is an IOError or OSError. 2013-09-30 18:16:06 +01:00
Christian Jacobs 99ab2c3924 Added IndexError to the except line. 2013-09-30 17:52:01 +01:00
Christian Jacobs 18de3ce518 Removed an old print statement. 2013-09-30 17:03:08 +01:00
Christian Jacobs a3c3552f14 Using 'with' statements to deal with database commits and rollbacks. 2013-09-30 16:56:11 +01:00
Christian Jacobs 23b6557c54 Remove the "close" button in the log's tab. 2013-09-16 03:24:53 +01:00
Christian Jacobs e3f81fbfda Fixed a bug which occurred when searching for duplicate records in an empty log. 2013-09-16 03:17:37 +01:00
Christian Jacobs 9c09a728fc Unit tests for the ADIF and Log classes. 2013-09-16 02:39:32 +01:00
Christian Jacobs d49eeee945 A short comment on table names. 2013-09-15 15:18:01 +01:00
Christian Jacobs 98dc386961 PyQSO is now feature complete. Moving from 0.1a.dev to 0.1a. 2013-09-15 15:02:39 +01:00
Christian Jacobs e8c3ff3f00 Updated status bar text. 2013-09-15 04:43:03 +01:00
Christian Jacobs f154f6406e Some more error handling and debugging statements. 2013-09-15 04:29:44 +01:00
Christian Jacobs f260462072 Added commit and rollback statements. 2013-09-15 02:49:12 +01:00
Christian Jacobs 3b12614cc3 More exception handling. 2013-09-15 01:10:13 +01:00
Christian Jacobs fb884803e7 A few bug fixes. 2013-09-15 01:02:21 +01:00
Christian Jacobs 74fa770a05 Added a 'make unittest' command to the Makefile. 2013-09-15 00:21:58 +01:00
Christian Jacobs ff458e1ab6 Updated the documentation. 2013-09-14 22:30:17 +01:00
Christian Jacobs 42a849aa4c Corrected a debugging statement. 2013-09-14 22:19:33 +01:00
Christian Jacobs e8c1fafbcc More debugging statements. 2013-09-14 22:12:10 +01:00
Christian Jacobs 45aee6bf74 More error handling. 2013-09-14 21:33:01 +01:00
Christian Jacobs f3232ee5b2 Handle the ImportError if the non-standard Python modules needed by the GreyLine class are not present. 2013-09-14 21:10:52 +01:00
Christian Jacobs f2e64dbd19 Wrap the import statements for the Hamlib module in a try-except block. Only try to call Hamlib if have_hamlib is True. 2013-09-14 20:31:12 +01:00
Christian Jacobs e74e03adfe This should be ".ini" not ".cfg". 2013-09-14 20:16:42 +01:00
Christian Jacobs ab4d7ce9c6 A few small improvements. 2013-09-14 20:15:12 +01:00
Christian Jacobs d1e4c1471b - Added open and close methods for the Logbook class.
- Added some more error handling for database-related statements.
2013-09-14 19:27:45 +01:00
Christian Jacobs 2bd574b510 More general improvements to the manual. 2013-09-13 11:29:35 +01:00
Christian Jacobs b57be10a4b Added some more documentation on the DX cluster tool. 2013-09-05 11:45:49 +01:00
Christian Jacobs 26b86d754c Removed the 'delete log' button next to the log tabs, since it's unlikely the user will want to do this often. 2013-09-05 11:44:02 +01:00
Christian Jacobs fa7788f49d Changed ''' to """. 2013-09-04 21:12:04 +01:00
Christian Jacobs bc4ae0e41a Added more docstrings. 2013-09-04 21:03:48 +01:00
Christian Jacobs d7a2440c88 Added some screenshots of the PyQSO user interface to the manual. 2013-09-04 14:10:11 +01:00
Christian Jacobs dd2ed4f687 Re-organised the manual chapters. 2013-09-04 01:33:05 +01:00