lp:~rozzin/foxtrotgps/foxtrotgps-poi-icons
- Get this branch:
- bzr branch lp:~rozzin/foxtrotgps/foxtrotgps-poi-icons
Branch merges
Branch information
Recent revisions
- 203. By Joshua Judson Rosen on 2012-04-02
-
Try generating VisualIDs for POI-icons before falling back to the generic icon.
This uses the `mkvisualid' command from libvisualid: - 202. By Joshua Judson Rosen on 2012-04-02
-
Load user-defined, per-POI icons from .foxtrotgps/
poi-icons
using a new get_poi_icon() function.
Lookup icons based on POI-name, and cache them aggressively.
Fall back on the generic POI-icon unless/until a POI-specific icon is available. - 201. By Joshua Judson Rosen on 2012-03-31
-
Automatically calculate dimensions of loaded POI pixbufs
rather than overspecifying.
This frees us to use different-sized POI icons--even non-square icons. - 200. By Joshua Judson Rosen on 2012-05-15
-
Revert to using "%f" to log lat/lon into GPX tracks.
This way we get 6 digits after the decimal point, rather than 6 digits of *significand*.
"%g" often results in only 3 trailing digits, which is too sloppy; 6 digits is probably overkill, but only slightly--and it better matches user expectations inherited from other packages. - 199. By Joshua Judson Rosen on 2012-05-15
-
Raise the default `maxzoom' for tiles to 18, since OpenStreetMap actually goes up that high.
- 198. By Joshua Judson Rosen on 2012-04-04
-
Use sqlite3_mprintf() to build SQL statements with proper quoting
rather than using my_strescape().
This means that single- and double-quote characters in POI names and descriptions are no longer converted to backquotes. - 197. By Joshua Judson Rosen on 2012-04-02
-
Alter the version-string to indicate that builds from beyond this point are not `FoxtrotGPS 1.1.0'.
- 196. By Joshua Judson Rosen on 2012-04-02
-
Fix the 1.1.0 NEWS entry to unambiguously name the version.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)