summaryrefslogtreecommitdiff
path: root/xgpsspeed
Commit message (Collapse)AuthorAgeFilesLines
* Minor usage message tweaks for xgpsspeed.Fred Wright2016-03-261-2/+2
| | | | | | Fixes a typo, and also capitalizes one message for capitalization consistency (except for the text for 'help' itself, which is internal to OptionParser).
* xgps/xgpsspeed port cleanup: deal with Python 3 division semantics.Eric S. Raymond2016-03-251-0/+3
|
* Default mode for xgpssspeed is now the more interesting nautical display.Eric S. Raymond2016-03-251-1/+8
|
* xgps and xgpsspeed are fully polyglot...Eric S. Raymond2016-03-251-1/+1
| | | | ...change their shebang lines to plain Python.
* Fix xgpssspeed satellite display under Python 3.Eric S. Raymond2016-03-251-1/+1
|
* xgpsspeed successfully ported to python-gi.Eric S. Raymond2016-03-251-33/+34
|
* Eliminate use of event argument in the xgpsspeed draw handler.Eric S. Raymond2016-03-251-14/+16
| | | | This is a step towards Gtk3 porting.
* Update xgpsspeed to use recent pygtk-2.0 binding...Eric S. Raymond2016-03-241-4/+4
| | | | | | ...as described at https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting
* Forward-port Python utilities to run polyglot under either Python 2 or 3.Eric S. Raymond2016-03-221-6/+6
| | | | | | For the moment most shebang lines still say 'python2' rather than just 'python'. This is because the client code in gps/ hasn't been touched yet; the internal imports break under Python 3 and that needs to be fixed.
* Change Python hashbang lines to invoke 'python2'Eric S. Raymond2015-07-191-1/+1
| | | | | | We've learned that Ubuntu 15.10 will have python3 as default. The ugly transition gas befun; our only recourse is to hape that all our deployment targets have 'pyton2' do the right thing. Works on 14.10.
* Correct buggy detection of SBAS satellites in the Python client code.Eric S. Raymond2015-04-071-2/+1
| | | | | Before this fix, satellites from the Beidou or QZNSS wuld have been incirrectly displayed with the SBAS shape.
* Update PRNMAX to include GLONASS in xgps et alSanjeev Gupta2015-04-071-1/+1
|
* Update PRNMAX to includeSanjeev Gupta2015-04-071-1/+1
|
* pep8 cleanup in xgpsspeedJon Schlueter2015-03-021-150/+148
|
* pylint cleanup of xgpsspeed. Live-test works.Eric S. Raymond2015-02-221-13/+12
|
* Remove duplicative and dead code, and rename a class.Eric S. Raymond2013-01-221-48/+33
|
* Factor out common code. Also, no point in a separate version for this.Eric S. Raymond2013-01-171-38/+16
|
* Remove duplicate code.Eric S. Raymond2013-01-171-6/+0
|
* The old xgpsspeed version number and TODO no longer make much sense.Eric S. Raymond2013-01-171-12/+2
|
* Credit where credit is due.Eric S. Raymond2013-01-171-2/+6
|
* Code polishing.Eric S. Raymond2013-01-171-8/+4
|
* Information hiding.Eric S. Raymond2013-01-171-45/+43
|
* Chen Wei's nautical-style display is fully merged.Eric S. Raymond2013-01-171-15/+17
|
* Slightly less crode merge - both speedometers seem to work now.Eric S. Raymond2013-01-171-146/+22
| | | | But the style switch is a global.
* Crude merge of Chen Wei's code - basically elbows aside original xgpsspeed.Eric S. Raymond2013-01-171-1/+466
|
* pychecker cleanup.Eric S. Raymond2011-08-261-14/+13
|
* xgps/xgpsspeed: Check for a usable display before writing to it.Bernd Zeimetz2011-02-191-0/+2
| | | | | This avoids coredumps in case DISPLAY is not usable. See http://bugs.debian.org/602925 for details.
* Carry through and document the poll() -> read() change.Eric S. Raymond2010-07-141-1/+1
|
* xgpsspeed: add optparse to use cmdargsRobin Wittler2010-05-131-37/+129
|
* Replacing xgpsspeed with the new version written in Python.Bernd Zeimetz2010-05-101-0/+363