Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pylint validation pass. All regresio tests pass, xgps runs live. | Eric S. Raymond | 2014-08-23 | 1 | -12/+13 |
| | |||||
* | Partial pylint cleanup. All regression tests pass, xgps works. | Eric S. Raymond | 2013-11-15 | 1 | -9/+9 |
| | |||||
* | Fix up xgps to use _text names. | Eric S. Raymond | 2013-10-01 | 1 | -3/+3 |
| | |||||
* | Savannah bug #36691: xgps shows wrong units for eps, epc, epd. | Michael Tatarinov | 2012-06-20 | 1 | -3/+17 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | More Python sanity checking. | Eric S. Raymond | 2011-10-28 | 1 | -12/+13 |
| | |||||
* | Added selection step of grid in xgps. | Michael Tatarinov | 2011-10-03 | 1 | -8/+28 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Partial pychecker cleanup. | Eric S. Raymond | 2011-08-26 | 1 | -7/+7 |
| | |||||
* | pychecker cleanup. | Eric S. Raymond | 2011-08-26 | 1 | -2/+2 |
| | |||||
* | Display GST noise statistics in xgps if they are available. | Eric S. Raymond | 2011-03-30 | 1 | -18/+65 |
| | |||||
* | Teach xgps to display the Maidehead grid locator. | Eric S. Raymond | 2011-03-29 | 1 | -3/+28 |
| | |||||
* | Exit without trailing debris on Ctl-C. | Eric S. Raymond | 2011-02-24 | 1 | -48/+52 |
| | |||||
* | Make xgps indifferent to whether it gets float or string time. | Eric S. Raymond | 2011-02-24 | 1 | -1/+2 |
| | |||||
* | xgps/xgpsspeed: Check for a usable display before writing to it. | Bernd Zeimetz | 2011-02-19 | 1 | -0/+2 |
| | | | | | This avoids coredumps in case DISPLAY is not usable. See http://bugs.debian.org/602925 for details. | ||||
* | Prevent xgps from fooing up on JSON with no device label. | Eric S. Raymond | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | Tweak a field size. | Eric S. Raymond | 2011-02-02 | 1 | -0/+2 |
| | |||||
* | Remove a dependency on the number of rows. | Eric S. Raymond | 2011-02-02 | 1 | -5/+1 |
| | |||||
* | Exile noise statistics from main display of xgps. | Eric S. Raymond | 2011-02-02 | 1 | -10/+14 |
| | | | | | Only one device is known to generate them, and they clutter the display badly for the others. | ||||
* | Fix a screen-layout multiplier. | Eric S. Raymond | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | Be clearer about which quantities are not available. | Eric S. Raymond | 2011-02-02 | 1 | -0/+1 |
| | |||||
* | Magic-number elimination. | Eric S. Raymond | 2011-02-02 | 1 | -3/+7 |
| | |||||
* | Process GPGST into noise statistics. All regression tests pass. | Thomas Sprinkmeier | 2011-02-01 | 1 | -5/+20 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601. | Eric S. Raymond | 2011-01-29 | 1 | -1/+1 |
| | | | | | | | | Protocol version number is bumped. Python and C test clients are known to work; interfaces of the C and Python client bindings are unchanged. Third-party client-side bindings which rely on naively copying JSON members will break (implementers have been repeatedly warned not to do this). | ||||
* | Sort the sat list in xgps, Thanks to Thomas Sprinkmeier | Gary E. Miller | 2011-01-19 | 1 | -0/+12 |
| | |||||
* | Try to bulletproof xgps against missing satellite data. | Eric S. Raymond | 2010-12-16 | 1 | -14/+15 |
| | |||||
* | Something's still wonky in the Geostar driver. Bulletproof xgps against this. | Eric S. Raymond | 2010-12-16 | 1 | -3/+3 |
| | |||||
* | xgps: Typos and comments. | M Joonas Pihlaja | 2010-08-31 | 1 | -9/+10 |
| | |||||
* | xgps: Make sure everything in SkyView agrees on the grid fit horizon circle. | M Joonas Pihlaja | 2010-08-31 | 1 | -6/+18 |
| | | | | | | Factor out a procedure to fit a circle to the grid and make sure the horizon circle's parameters self.centre_x/y and self.radius are fit to the grid. | ||||
* | xgps: Unclutter horizon circle computations. | M Joonas Pihlaja | 2010-08-31 | 1 | -10/+11 |
| | | | | | | | The construct int(self.width / 2), int(self.height / 2) is repeated in the code to get the center of the horizon circle Replace all those with self.center_x/y and purge self.width and self.height from the SkyView class. | ||||
* | xgps: Grid fit coordinates to sharpen up lines. | M Joonas Pihlaja | 2010-08-31 | 1 | -4/+31 |
| | | | | | | | | Apply the grid fitting method from http://cairographics.org/FAQ/#sharp_lines to ensure lines and circles are nice and sharp. | ||||
* | xgps: Remove gratuitous saves and restores of cairo context. | M Joonas Pihlaja | 2010-08-31 | 1 | -16/+0 |
| | | | | | | The save()/restore() pairs do nothing for the code, since there's no state modification between the pairs that actually gets saved by CairoContext.save(). | ||||
* | xgps: Use colour components in [0,1] rather than [0,255]. | M Joonas Pihlaja | 2010-08-31 | 1 | -2/+2 |
| | | | | | Cairo will clamp values > 1.0 to 1.0 so no harm done, but it's misleading to use set_source_rgb(255,255,255). | ||||
* | xgps: Fix setting colours by name. | M Joonas Pihlaja | 2010-08-31 | 1 | -1/+5 |
| | | | | | | PyCairo doesn't have a CairoContext.set_source_color(GdkColor) method, so we need to extract the r,g,b components manually and use set_source_rgb() instead. | ||||
* | Draw the sky view using Cairo instead of GDK | Bernd Zeimetz | 2010-08-31 | 1 | -55/+88 |
| | | | | (This reverts my commit of Tue 06 Jul 2010 10:11:54 +0200). | ||||
* | Fixing several Python identation errors. | Bernd Zeimetz | 2010-08-29 | 1 | -2/+2 |
| | |||||
* | Carry through and document the poll() -> read() change. | Eric S. Raymond | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | Revert "Draw the sky view using Cairo instead of GDK" | Bernd Zeimetz | 2010-07-06 | 1 | -88/+55 |
| | | | | | We'll do this properly after the 2.95 release. This reverts my 2nd previous commit. | ||||
* | Draw the sky view using Cairo instead of GDK | Julien BLACHE | 2010-07-05 | 1 | -55/+88 |
| | | | | | | GDK drawing primitives do not support antialiasing and their output doesn't look very nice in this day and age. Rewrite the sky view code to use Cairo instead. | ||||
* | Deal with a FIX-ME, make labels right-aligned. | Eric S. Raymond | 2010-04-26 | 1 | -3/+3 |
| | |||||
* | FIXME -> FIX-ME, so I can walk through these without tripping over autotools. | Eric S. Raymond | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | Remove a dependency on the oldstyle compatibility shim. | Eric S. Raymond | 2010-04-26 | 1 | -5/+6 |
| | |||||
* | Use setup.py to handle the Python shebangs. | Bernd Zeimetz | 2010-04-20 | 1 | -0/+681 |
| | |||||
* | Fix a packaging error that resulted in xgps being omitted from the tarball. | Eric S. Raymond | 2010-04-19 | 1 | -681/+0 |
| | |||||
* | Change the name of the internal gps.client module to gps.clienthelpers. | Eric S. Raymond | 2010-04-17 | 1 | -13/+13 |
| | | | | | We're going to actually expose a module with the name gps.client, so this has to get out of the way | ||||
* | Fix name in comment. | Eric S. Raymond | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Fixed channel-overflow bug in xgps. | Eric S. Raymond | 2010-04-10 | 1 | -1/+4 |
| | |||||
* | Implement missing argument parsing so xgps can watch a remote daemon. | Eric S. Raymond | 2010-04-08 | 1 | -6/+15 |
| | |||||
* | Add crosshairs to the sky plot | Chris Kuethe | 2010-04-02 | 1 | -0/+12 |
| | |||||
* | Make xgps robust against JSON with no time field. | Eric S. Raymond | 2010-03-14 | 1 | -1/+7 |
| | |||||
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -0/+3 |
| | |||||
* | Python xgps is ready for production, so bump version to 1.0 | Eric S. Raymond | 2010-01-15 | 1 | -1/+1 |
| |