summaryrefslogtreecommitdiff
path: root/xgps
Commit message (Expand)AuthorAgeFilesLines
...
* Adds skyview rotation support to xgps and xgpsspeed.Fred Wright2016-09-221-14/+23
* Excludes unknown-position sats from skyview displays.Fred Wright2016-09-221-0/+2
* Fixes Python programs to use new-style classes.Fred Wright2016-04-111-5/+5
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-101-2/+3
* Fixes integer division for Python 3.Fred Wright2016-04-101-6/+6
* Removes unnecessary Unicode literal from xgps.Fred Wright2016-04-091-5/+5
* Fixes Gtk warnings related to xgps/xgpsspeed error boxes.Fred Wright2016-04-091-2/+4
* Fixes xgps for Python 3.Fred Wright2016-04-091-1/+1
* Fix the case where TPV has no field status.Fred Wright2016-04-081-1/+2
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-061-0/+2
* Don't let NoiseView widget be confused by Python 3 float division.Eric S. Raymond2016-03-291-1/+1
* xgps/xgpsspeed port cleanup: deal with Python 3 division semantics.Eric S. Raymond2016-03-251-3/+4
* xgps and xgpsspeed are fully polyglot...Eric S. Raymond2016-03-251-1/+1
* Remove unneeded code.Eric S. Raymond2016-03-241-4/+2
* Port xgps to GTK 3.0 using gi bindings.Eric S. Raymond2016-03-241-62/+63
* Clear out a remnant of the old pre-JSON protocol in the Python code.Eric S. Raymond2016-03-221-1/+1
* pylint cleanup.Eric S. Raymond2016-03-221-1/+1
* Forward-port Python utilities to run polyglot under either Python 2 or 3.Eric S. Raymond2016-03-221-3/+4
* [pep8] autopep8 whitespace cleanupJon Schlueter2016-02-091-0/+2
* Change Python hashbang lines to invoke 'python2'Eric S. Raymond2015-07-191-1/+1
* Correct buggy detection of SBAS satellites in the Python client code.Eric S. Raymond2015-04-071-2/+1
* 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 of whitespace in xgpsJon Schlueter2015-03-021-2/+0
* pep8 whitespace cleanup in xgpsJon Schlueter2015-02-131-61/+76
* Add missing import getopt package for xgpsJon Schlueter2015-02-131-0/+1
* split out and sort imports in xgps for pep8 cleanupJon Schlueter2015-02-131-3/+8
* pylint validation pass. All regresio tests pass, xgps runs live.Eric S. Raymond2014-08-231-12/+13
* Partial pylint cleanup. All regression tests pass, xgps works.Eric S. Raymond2013-11-151-9/+9
* Fix up xgps to use _text names.Eric S. Raymond2013-10-011-3/+3
* Savannah bug #36691: xgps shows wrong units for eps, epc, epd.Michael Tatarinov2012-06-201-3/+17
* More Python sanity checking.Eric S. Raymond2011-10-281-12/+13
* Added selection step of grid in xgps.Michael Tatarinov2011-10-031-8/+28
* Partial pychecker cleanup.Eric S. Raymond2011-08-261-7/+7
* pychecker cleanup.Eric S. Raymond2011-08-261-2/+2
* Display GST noise statistics in xgps if they are available.Eric S. Raymond2011-03-301-18/+65
* Teach xgps to display the Maidehead grid locator.Eric S. Raymond2011-03-291-3/+28
* Exit without trailing debris on Ctl-C.Eric S. Raymond2011-02-241-48/+52
* Make xgps indifferent to whether it gets float or string time.Eric S. Raymond2011-02-241-1/+2
* xgps/xgpsspeed: Check for a usable display before writing to it.Bernd Zeimetz2011-02-191-0/+2
* Prevent xgps from fooing up on JSON with no device label.Eric S. Raymond2011-02-111-1/+1
* Tweak a field size.Eric S. Raymond2011-02-021-0/+2
* Remove a dependency on the number of rows.Eric S. Raymond2011-02-021-5/+1
* Exile noise statistics from main display of xgps.Eric S. Raymond2011-02-021-10/+14
* Fix a screen-layout multiplier.Eric S. Raymond2011-02-021-1/+1
* Be clearer about which quantities are not available.Eric S. Raymond2011-02-021-0/+1
* Magic-number elimination.Eric S. Raymond2011-02-021-3/+7
* Process GPGST into noise statistics. All regression tests pass.Thomas Sprinkmeier2011-02-011-5/+20
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-1/+1
* Sort the sat list in xgps, Thanks to Thomas SprinkmeierGary E. Miller2011-01-191-0/+12