tsteven4
tsteven4
This is a minimal set of changes to get working with Qt5. It may no longer work with Qt4. The change in the arguments for the class HP15C constructor is...
This fixes an ancient FIXME regarding the use of the option name to indicate a option was given without a value. This practice was unnecessary as we can (and could...
1. https://github.com/GPSBabel/gpsbabel/blob/8dae11e100677217c6b4cd858a76f3bf6bc8d12c/reference/gc/GCGCA8.gpx#L46 The tags </a></p> are unmatched. This causes the output from gpsbabel -i gpx -f reference/gc/GCGCA8.gpx -o html -F GCGCA8.html to contain unmatched tags. 2. There is an additional...
On a twos complement little endian machine with 4 byte integers the following code ``` int16_t number{-30964}; qDebug()
When the floor is Qt6 we can use QDateTime/QDate/QTime:fromString format arguments to utf16 string literals.
clang-tidy modernize-use-override clang-tidy modernize-use-equals-default clang-tidy readability-inconsistent-declaration-parameter-name manual fix for clang-tidy readability-named-parameter rule of zero implemented for FilterWidget class by using QSharedPointers. rule of five implemented for FilterOption class by deleting...
@jspricke shows test failures on sparc64: https://buildd.debian.org/status/package.php?p=gpsbabel&suite=sid These all seem to be problems with the unicsv reader reading Time or utc_t. In all cases we get seem to only get...
If gmapbase.html is embedded, as it is by default on linux, and gmapbase.html isn't found, then the compiled in resource will be used, but a content security policy error will...
The existing bounding box used to create the kml viewpoints has problems at the poles and antimeridian. It aslo has problems at whenever the bounding box has both positive and...
The kml bounding box had problems around the antimeridian, that were unsuccessfully mitigated in 2011. Instead of fixing the obvious mistake in that mitigation we use nvectors to compute the...