Wykres commitów

235 Commity (9e55df40ce51c7afcf750ed6e352d945ae5cc71d)

Autor SHA1 Wiadomość Data
Christian Jacobs 9e55df40ce Remove an old print statement. 2013-10-04 22:58:42 +01:00
Christian Jacobs 62f952712e Bug fix for the calendar widget: add 1 onto the 'month' integer if (month + 1) >= 10. 2013-10-04 22:47:05 +01:00
Christian Jacobs 0b8c5f18d3 Removed the string "Python-based" from the comments section of the About dialog. 2013-10-04 21:11:57 +01:00
Christian Jacobs c1c8428600 A small improvement to the "Installing and running" section of the README file. 2013-10-04 20:23:24 +01:00
Christian Jacobs bb177677df Moving PyQSO from version 0.1a to version 0.1b. 2013-10-04 20:03:05 +01:00
Christian Jacobs 0310984f56 Added links to the ADIF and DXCC websites. 2013-10-04 19:59:11 +01:00
Christian Jacobs dfaadaa6c2 Updated the dependencies list and the documentation. 2013-10-04 19:32:14 +01:00
Christian Jacobs 118556bd8c Updated dependencies list. 2013-10-04 18:31:55 +01:00
Christian Jacobs d5b731cf0e Changed "callsign-related" to "station-related" in the manual. 2013-10-04 18:27:06 +01:00
Christian Jacobs 74625d08e2 Added in backticks to README.md. 2013-10-04 17:06:26 +01:00
Christian Jacobs af89d0a8ec Removed an old image from the documentation. 2013-10-04 16:54:39 +01:00
Christian Jacobs 98b82e0c33 Pointing out that these are package names. 2013-10-04 16:25:51 +01:00
Christian Jacobs 4a988ffcba Changed "PyGTK" to "PyGObject". 2013-10-04 16:07:07 +01:00
Christian Jacobs 093fb8d544 Added section headings to README.md. 2013-10-04 15:52:00 +01:00
Christian Jacobs 45e8a19315 Another small update to the project URL. 2013-10-04 15:49:16 +01:00
Christian Jacobs 7e7321aaea Removed the TODO file. 2013-10-04 15:43:26 +01:00
Christian Jacobs 894380781f Updated the URL of the project. 2013-10-04 15:42:53 +01:00
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