summaryrefslogtreecommitdiff
path: root/xgps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make xgps robust against JSON with no time field.Eric S. Raymond2010-03-141-1/+7
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
* Python xgps is ready for production, so bump version to 1.0Eric S. Raymond2010-01-151-1/+1
* pygtk pango layout objects can indeed report their size.Eric S. Raymond2010-01-121-4/+7
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-4/+4
* Replace tabs by spaces where they were used for identation.Bernd Zeimetz2010-01-081-4/+4
* More unfo in type 21 display.Eric S. Raymond2009-12-221-1/+1
* Mere in data from type 18 messages.Eric S. Raymond2009-12-211-2/+2
* Watch AIS message types 12 and 14.Eric S. Raymond2009-12-211-0/+15
* Monitor AIS type 4 messages.Eric S. Raymond2009-12-211-4/+10
* Suppress a pygtk warning.Eric S. Raymond2009-12-211-0/+1