summaryrefslogtreecommitdiff
path: root/xgps
Commit message (Expand)AuthorAgeFilesLines
* xgps: update version to gps_versionGary E. Miller2018-09-211-1/+1
* xgps: Fix -V option.Gary E. Miller2018-09-211-1/+1
* add gps module version check to Python programsGary E. Miller2018-09-211-0/+13
* xpgs: more pylint tweaks. Pylint picky about name reuse.Gary E. Miller2018-09-211-3/+6
* xgps: various pylint nits. Mostly variable name reuse.Gary E. Miller2018-09-211-40/+40
* xgps: Add missing docstrings.Gary E. Miller2018-09-211-2/+23
* xgps: various pylint tweaks. No functional change.Gary E. Miller2018-09-211-30/+31
* xgps: pylint cleanups.Gary E. Miller2018-09-191-9/+13
* xgps: Plot GLONASS as a diamond. pycodestyle cleanups.Gary E. Miller2018-09-191-10/+22
* xpgs: Use gnssid:svid. GNSS type in list, different shapes.Gary E. Miller2018-09-191-73/+64
* xgps: Add ECEF data. general cleanup.Gary E. Miller2018-06-271-38/+177
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* xgps: Add display of ECEF data.Gary E. Miller2018-02-141-2/+20
* Revert "Add clock_gettime in contrib."Gary E. Miller2018-01-251-90/+18
* Add clock_gettime in contrib.Gary E. Miller2018-01-221-18/+90
* xgps: Print error message if Gtk3 not installed.Gary E. Miller2017-11-021-1/+7
* xgps*: delete-event was mis-spelled as delete_eventGary E. Miller2017-07-271-1/+1
* xgps: fix pylint complaint about initializer.Gary E. Miller2017-07-271-1/+2
* xgps: tweak window titleGary E. Miller2017-07-271-2/+4
* xgps: fix pylint complaints about changing variable typesGary E. Miller2017-07-261-3/+3
* Fixes some pylint issues.Fred Wright2017-07-141-15/+18
* xgps: pep8 fixesGary E. Miller2017-07-011-28/+61
* Increases MAXCHANNELS in xgps.Fred Wright2017-01-191-3/+7
* Tweaks xgps and xgpsspeed UIs.Fred Wright2016-12-181-6/+9
* 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