summaryrefslogtreecommitdiff
path: root/xgps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try to bulletproof xgps against missing satellite data.Eric S. Raymond2010-12-161-14/+15
* Something's still wonky in the Geostar driver. Bulletproof xgps against this.Eric S. Raymond2010-12-161-3/+3
* xgps: Typos and comments.M Joonas Pihlaja2010-08-311-9/+10
* xgps: Make sure everything in SkyView agrees on the grid fit horizon circle.M Joonas Pihlaja2010-08-311-6/+18
* xgps: Unclutter horizon circle computations.M Joonas Pihlaja2010-08-311-10/+11
* xgps: Grid fit coordinates to sharpen up lines.M Joonas Pihlaja2010-08-311-4/+31
* xgps: Remove gratuitous saves and restores of cairo context.M Joonas Pihlaja2010-08-311-16/+0
* xgps: Use colour components in [0,1] rather than [0,255].M Joonas Pihlaja2010-08-311-2/+2
* xgps: Fix setting colours by name.M Joonas Pihlaja2010-08-311-1/+5
* Draw the sky view using Cairo instead of GDKBernd Zeimetz2010-08-311-55/+88
* Fixing several Python identation errors.Bernd Zeimetz2010-08-291-2/+2
* Carry through and document the poll() -> read() change.Eric S. Raymond2010-07-141-1/+1
* Revert "Draw the sky view using Cairo instead of GDK"Bernd Zeimetz2010-07-061-88/+55
* Draw the sky view using Cairo instead of GDKJulien BLACHE2010-07-051-55/+88
* Deal with a FIX-ME, make labels right-aligned.Eric S. Raymond2010-04-261-3/+3
* FIXME -> FIX-ME, so I can walk through these without tripping over autotools.Eric S. Raymond2010-04-261-1/+1
* Remove a dependency on the oldstyle compatibility shim.Eric S. Raymond2010-04-261-5/+6
* Use setup.py to handle the Python shebangs.Bernd Zeimetz2010-04-201-0/+681
* Fix a packaging error that resulted in xgps being omitted from the tarball.Eric S. Raymond2010-04-191-681/+0
* Change the name of the internal gps.client module to gps.clienthelpers.Eric S. Raymond2010-04-171-13/+13
* Fix name in comment.Eric S. Raymond2010-04-161-1/+1
* Fixed channel-overflow bug in xgps.Eric S. Raymond2010-04-101-1/+4
* Implement missing argument parsing so xgps can watch a remote daemon.Eric S. Raymond2010-04-081-6/+15
* Add crosshairs to the sky plotChris Kuethe2010-04-021-0/+12