summaryrefslogtreecommitdiff
path: root/xgps
AgeCommit message (Expand)Author
2018-10-19Chnage version to 3.18.1release-3.18.1Gary E. Miller
2018-10-18xgps: typo in comment, no functional change.Gary E. Miller
2018-10-18xgps tweak sat colors.Gary E. Miller
2018-10-18xgps: Stop using deprecated Gdk.color_parse()Gary E. Miller
2018-10-18xgps: adjust colors to fit some of the RINEX 3 ranges.Gary E. Miller
2018-10-09xgps: Degrade gracefully when mousover not available.Gary E. Miller
2018-10-023.19!dev: Change revisions for 3.19~dev cycle.Gary E. Miller
2018-10-02Version bump to 3.18 for release.release-3.18Gary E. Miller
2018-10-01xgps: PEP8 nit.Gary E. Miller
2018-10-01xgps: Add API version check. Not fatal.Gary E. Miller
2018-10-01xgps: Compare gpsd version to expected version.Gary E. Miller
2018-10-01xgps: Fix compatibility with older gpsd.Gary E. Miller
2018-09-29xgps: slightly nicer mouse over behavior.Gary E. Miller
2018-09-29xgps: Add popups to Skyview. Fix some nits.Gary E. Miller
2018-09-28xgps: fix clearing of Satellite List.Gary E. Miller
2018-09-25xgps: remove some debug info.Gary E. Miller
2018-09-25xgps: Fix Seen count when 28 and over sats seen.Gary E. Miller
2018-09-25xgps: fix spelling error.Gary E. Miller
2018-09-25xgps: improve usage()Gary E. Miller
2018-09-21xgps: update version to gps_versionGary E. Miller
2018-09-21xgps: Fix -V option.Gary E. Miller
2018-09-21add gps module version check to Python programsGary E. Miller
2018-09-21xpgs: more pylint tweaks. Pylint picky about name reuse.Gary E. Miller
2018-09-21xgps: various pylint nits. Mostly variable name reuse.Gary E. Miller
2018-09-21xgps: Add missing docstrings.Gary E. Miller
2018-09-21xgps: various pylint tweaks. No functional change.Gary E. Miller
2018-09-19xgps: pylint cleanups.Gary E. Miller
2018-09-19xgps: Plot GLONASS as a diamond. pycodestyle cleanups.Gary E. Miller
2018-09-19xpgs: Use gnssid:svid. GNSS type in list, different shapes.Gary E. Miller
2018-06-27xgps: Add ECEF data. general cleanup.Gary E. Miller
2018-03-08SPDXify the licerse references.Eric S. Raymond
2018-02-14xgps: Add display of ECEF data.Gary E. Miller
2018-01-25Revert "Add clock_gettime in contrib."Gary E. Miller
2018-01-22Add clock_gettime in contrib.Gary E. Miller
2017-11-02xgps: Print error message if Gtk3 not installed.Gary E. Miller
2017-07-27xgps*: delete-event was mis-spelled as delete_eventGary E. Miller
2017-07-27xgps: fix pylint complaint about initializer.Gary E. Miller
2017-07-27xgps: tweak window titleGary E. Miller
2017-07-26xgps: fix pylint complaints about changing variable typesGary E. Miller
2017-07-14Fixes some pylint issues.Fred Wright
2017-07-01xgps: pep8 fixesGary E. Miller
2017-01-19Increases MAXCHANNELS in xgps.Fred Wright
2016-12-18Tweaks xgps and xgpsspeed UIs.Fred Wright
2016-09-22Adds skyview rotation support to xgps and xgpsspeed.Fred Wright
2016-09-22Excludes unknown-position sats from skyview displays.Fred Wright
2016-04-11Fixes Python programs to use new-style classes.Fred Wright
2016-04-10Makes "future imports" and Python version comments consistent.Fred Wright
2016-04-10Fixes integer division for Python 3.Fred Wright
2016-04-09Removes unnecessary Unicode literal from xgps.Fred Wright
2016-04-09Fixes Gtk warnings related to xgps/xgpsspeed error boxes.Fred Wright