Wykres commitów

38 Commity (master)

Autor SHA1 Wiadomość Data
Christian T. Jacobs dd83014d9a Don't bother checking the length of the list, just check for "if(l)" where l is the list. 2017-07-07 12:21:41 +01:00
Christian T. Jacobs f4175ba40c Moar comments. 2017-07-06 23:14:28 +01:00
Christian T. Jacobs e1ef6e8c4d Support Python 2.x version of urllib. 2017-07-06 23:09:56 +01:00
Christian T. Jacobs 00f4e7d12f Percent encode passwords. 2017-07-06 22:42:29 +01:00
Christian T. Jacobs 85fb4f6397 This should be "iota", not "grid". 2017-07-06 21:23:27 +01:00
Christian T. Jacobs c777c924bb Use " not ' for strings. 2017-07-06 21:05:36 +01:00
Christian T. Jacobs 39aa303959 Importing the modules required for the unit tests. 2017-04-15 01:19:44 +01:00
Christian T. Jacobs 3a5a1525a5 Moved all the unittests to a new directory called 'tests'. The command 'make test' now looks in the 'tests' directory. 2017-04-15 01:14:17 +01:00
Christian T. Jacobs b9c15c0e92 Include my middle name in the copyright lines and authors list. Also use my new callsign. 2017-03-20 13:06:01 +00:00
Christian T. Jacobs 3eb3275d35 Porting toolbox tools over to Glade. 2017-02-21 14:54:04 +00:00
Christian T. Jacobs 5cc525c5c7 Updated copyright year. 2017-02-10 18:54:21 +00:00
Christian T. Jacobs a65e34db65 Continue to support Python 2.x modules. Thanks to @gaionim (IU2HDS) for this patch. Fixes issue #50. 2017-02-07 14:17:14 +00:00
Christian T. Jacobs 426c2dac29 Updated copyright notices. 2016-05-28 20:32:00 +01:00
Christian T. Jacobs c993704e84 Make the code pep8 compliant, using the autopep8 tool. Note that we are ignoring the following: E501,F403,E226,E402,W503. 2016-01-27 16:23:09 +00:00
Christian Jacobs 05664b4f04 Moar docstrings. 2015-11-22 23:03:48 +00:00
Christian Jacobs ea8777841a Added more unit tests for qrz.com and hamqth.com lookups. 2015-11-22 21:54:20 +00:00
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 45abb28e38 Improved docstrings. 2015-10-04 00:16:55 +01:00
András Veres-Szentkirályi 500ca5977a removed unused imports 2015-09-30 10:56:56 +02: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 f9b97a6b26 Remove the unnecessary "File:" lines at the top of each .py file. 2015-03-06 23:35:14 +00:00
Christian Jacobs 3cc4f83a22 Added my middle initial. 2015-03-06 23:31:46 +00:00
Christian Jacobs 94de94c975 Handle any exceptions raised when connecting to the server. 2015-03-03 15:27:32 +00:00
Christian Jacobs b5f72e2ede Fixed the error handling when looking up a callsign that does not have an entry on qrz.com. 2015-03-03 14:31:51 +00:00
Christian Jacobs c4924447c6 Added some unit tests for the CallsignLookup class. 2015-02-28 23:05:04 +00:00
Christian Jacobs 7f6e5e7a62 Added the option of removing any prefixes or suffixes from the full_callsign.
Also moved the QRZ.com login details frame to the Records tab.
2014-05-13 16:27:31 +01:00
Christian Jacobs af9a283849 Don't use the callsign's length. 2014-03-31 00:58:21 +01:00
Christian Jacobs 2977dad8ab Updated some comments. 2014-03-27 10:12:58 +00:00
Christian Jacobs 65bd7175fb Removing any prefixes and/or suffixes (e.g. "/M" or "/P") from the callsign before performing a lookup. 2014-03-27 10:08:46 +00:00
Christian Jacobs f154f6406e Some more error handling and debugging statements. 2013-09-15 04:29:44 +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 2f11f80221 - Added a module for creating auxiliary dialogs for error messages and prompts.
- Renamed 'root_window' to 'parent'.
2013-08-03 20:11:00 +01:00
Christian Jacobs 80683bab07 - Added station-related fields to the records dialog.
- Fixed a case sensitivity-related bug in the callsign filter.
2013-07-28 16:50:52 +01:00
Christian Jacobs cc58cd421c - Decode from Base64 before sending data to the server.
- Resolved a few small callsign lookup bugs.
2013-07-17 16:40:21 +01:00
Christian Jacobs 59f53981e8 Added callsign lookup functionality which uses the qrz.com database. 2013-07-13 20:23:53 +01:00
Christian Jacobs e409cf7475 Renamed src/ to pyqso/ 2013-03-30 20:50:20 +00:00