Wykres commitów

798 Commity (master)

Autor SHA1 Wiadomość Data
Christian Jacobs e11d631905 Clear up .out files in the doc directory. 2014-03-22 21:14:23 +00:00
Christian Jacobs 8df7019ad9 Move to version 0.1.
The main changes since v0.1b are:
- The ADIF export functionality has been fixed. Previously, only markers were being written and the actual record data was being skipped.
- The BEL character has been removed from the data received from the DX cluster.
- The 'Notes' column is no longer automatically resized.
- QSOs can now be sorted in the correct chronological order.
2014-03-22 21:07:35 +00:00
Christian Jacobs 54b3953ac7 Clear up all the .adi files. 2014-03-22 21:06:59 +00:00
Christian Jacobs 20baf53720 Get the number of characters using len(str(ADIF_VERSION)), rather than hard-coding it. 2014-03-22 21:05:14 +00:00
Christian Jacobs d7e8e301e1 In the ADIF unit test: Close the connection once finished. 2014-03-22 20:59:00 +00:00
Christian Jacobs a39e1759e3 Added a unit test for the ADIF functionality that uses an sqlite3.Row object. 2014-03-22 20:57:05 +00:00
Christian Jacobs 88164ba55c Also remove any .pyc files from the pyqso directory. 2014-03-22 20:05:45 +00:00
Christian Jacobs 8a09ed798c Include the valid ADIF file extensions as well as an "All Files" option in the 'Import Log' and 'Export Log' dialogs. 2014-03-01 18:39:23 +00:00
Christian Jacobs 40bc5aa187 If the field being sorted is the QSO_DATE, then also sort by the TIME_ON field so we get the correct chronological order. 2014-03-01 18:06:50 +00:00
Christian Jacobs e27af5b17a Added python-gi-cairo to the dependencies list. 2014-02-18 12:15:33 +00:00
Christian Jacobs a13ffd747f Bug fix: Use the 'keys' method to get the available column names in the record. 2014-02-16 21:47:51 +00:00
Christian Jacobs 0388577dcd Uncomment the line that removes the BEL character(s) from the end of the string received from the Telnet server. 2014-02-05 01:19:08 +00:00
Christian Jacobs aca64cc2c7 Set the sizing property of the 'Notes' column to 'Gtk.TreeViewColumnSizing.FIXED'. This resolves issue #1. 2014-02-05 00:53:16 +00:00
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