Wykres commitów

454 Commity (f24cb30c8212074acc28d2ae258ac21ea901c2a5)

Autor SHA1 Wiadomość Data
njohnsn fc94c8d511 Convert to Python 3 using 2to3.
Also update Travis CI settings for Python 3, add new package dependencies and update the documentation.
2015-11-05 00:23:19 +00:00
Christian Jacobs 02d7b5446a Autogenerate the PyQSO module documentation. 2015-10-04 01:04:05 +01:00
Christian Jacobs 6ceac47c9a Also mention hamqth.com in the features list. 2015-10-04 00:55:04 +01:00
Christian Jacobs ce900209b0 Generalise the callsign lookup button and documentation, since PyQSO now also supports hamqth.com. 2015-10-04 00:52:53 +01:00
Christian Jacobs 394dc1a345 Removed more unused imports. 2015-10-04 00:35:48 +01:00
Christian Jacobs 0cb85b0bb6 Updated the change log. 2015-10-04 00:33:32 +01:00
Christian Jacobs 165edd5023 Bumped the version number to 0.3(-dev). 2015-10-04 00:32:00 +01:00
Christian Jacobs 45abb28e38 Improved docstrings. 2015-10-04 00:16:55 +01:00
Christian Jacobs bf26af984d Merge pull request #32 from dnet/cleanup2015930
Cleanup
2015-10-01 18:37:38 +01:00
Christian Jacobs 794d999587 lastrowid only gets set *after* issuing an INSERT statement, but PyQSO needs the index of the last row beforehand. Therefore, determine the index of the last row using a SELECT statement instead. 2015-10-01 18:27:11 +01:00
András Veres-Szentkirályi 7d8b702bce auxiliary_dialogs: extracted common dialog code 2015-09-30 12:03:07 +02:00
András Veres-Szentkirályi e92c294dd4 use datetime.strftime instead of manual formatting 2015-09-30 11:53:40 +02:00
András Veres-Szentkirályi 9094d197e9 simplified increment syntax 2015-09-30 11:48:44 +02:00
András Veres-Szentkirályi 5054c99e7c simplified logbook loading 2015-09-30 11:43:49 +02:00
András Veres-Szentkirályi 3f9434cd2e removed unread variables 2015-09-30 10:57:11 +02:00
András Veres-Szentkirályi 500ca5977a removed unused imports 2015-09-30 10:56:56 +02:00
Christian Jacobs 37685c9a4c When calling add_record with multiple records in a list, insert all the records in one go using executemany.
This seems to bring a significant performance benefit, and addresses issue #29.
2015-08-12 00:58:00 +01:00
Christian Jacobs c6002fbd7d Match *.ADI files too. 2015-08-11 17:31:51 +01:00
Christian Jacobs e567c7a077 Corrected a typo in the CHANGELOG. 2015-05-04 23:24:46 +01:00
Christian Jacobs 4448f450ba Added currently unreleased changes to the CHANGELOG. 2015-05-04 23:23:26 +01:00
Christian Jacobs 819a6a0e47 Another debug statement involving the merging of the COMMENT and NOTES fields. 2015-05-04 23:14:27 +01:00
Christian Jacobs c1d4333662 Compile the regular expression before using it in the loop over tokens. 2015-05-04 23:11:03 +01:00
Christian Jacobs 5e1376eddb Merge the COMMENT field with the NOTES field, if desired and applicable. 2015-05-04 23:00:42 +01:00
Christian Jacobs dc32c2c23d Add an ADIF tab to the Preferences dialog. 2015-04-29 22:45:58 +01:00
Christian Jacobs 7529accdeb Change logging level to warning here. 2015-04-29 21:53:54 +01:00
Christian Jacobs 6a90e9a0bd Change logging level to warning here. 2015-04-29 21:52:18 +01:00
Christian Jacobs 160aa2133d Corrected a typo in a comment. 2015-04-29 16:07:36 +01:00
Christian Jacobs a8083630c7 Look for the 'search' node instead of a 'callsign' node. 2015-04-29 15:59:23 +01:00
Christian Jacobs 3002f2439e Support for callsign lookups using the HamQTH.com database. 2015-04-28 23:04:03 +01:00
Christian Jacobs 620e2e0954 Added a link to the keyboard shortcuts page. 2015-04-28 21:53:23 +01:00
Christian Jacobs eec02777d5 Added a table of keyboard shortcuts. 2015-04-28 21:39:47 +01:00
Christian Jacobs 00c365568b Remove the "www" part of the URL. 2015-04-16 15:12:19 +01:00
Christian Jacobs 838da2779b Added a link to the project page in the documentation. 2015-04-16 15:09:50 +01:00
Christian Jacobs 1fdfc428a7 More helpful info messages. 2015-04-14 22:09:53 +01:00
Christian Jacobs 2c5b7d9c55 If the GreyLine dependencies are not satisfied, print a warning rather than an error message. 2015-04-14 21:33:18 +01:00
Christian Jacobs edbc9ebdec Add more debugging statements when importing the GreyLine dependencies. 2015-04-14 21:32:42 +01:00
Christian Jacobs d0ef8ccf9a Remove the version number from the main window's title.
The version number can be found in the About dialog.
2015-04-02 12:13:12 +01:00
Christian Jacobs 233b996784 Include the total number of QSOs in the Summary page. Addresses issue #23. 2015-04-02 08:57:27 +01:00
Christian Jacobs 141e92056a Updated CHANGELOG links. 2015-03-07 13:24:48 +00:00
Christian Jacobs feab93d799 Put this comment on one line. 2015-03-07 00:42:44 +00:00
Christian Jacobs af670d0acf "Buttons" -> "Button". 2015-03-07 00:42:12 +00:00
Christian Jacobs 07d1a4fabc Remove ADIF test files from the PyQSO 'base' directory too. 2015-03-07 00:03:34 +00:00
Christian Jacobs 3945834450 Display a more helpful error message if the logs fail to load properly. 2015-03-06 23:45:27 +00:00
Christian Jacobs 163fdcaa67 Remove the unnecessary "File:" lines at the start of each file. 2015-03-06 23:37:59 +00:00
Christian Jacobs 410f9955ee Remove the unnecessary "File:" lines at the start of each file. 2015-03-06 23:37:00 +00:00
Christian Jacobs f9b97a6b26 Remove the unnecessary "File:" lines at the top of each .py file. 2015-03-06 23:35:14 +00:00
Christian Jacobs ab5a034d07 Added a description of the project. 2015-03-06 23:32:34 +00:00
Christian Jacobs 3cc4f83a22 Added my middle initial. 2015-03-06 23:31:46 +00:00
Christian Jacobs fed2cab3ed Updated the documentation regarding the "Ignore prefix and/or suffix" option. 2015-03-06 22:37:42 +00:00
Christian Jacobs 45cf8fddff Bug fix for the IGNORE_PREFIX_SUFFIX option. The data type that is read in is a string. 2015-03-06 22:33:46 +00:00