X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/0bf761ef69a2fa20b72b37068ba5c99b0b8dbc76..f47d51b5fe1f65fa39a5103bbf789c651b9e92f0:/TODO?ds=inline diff --git a/TODO b/TODO index 5d435d70..9b212798 100644 --- a/TODO +++ b/TODO @@ -1,23 +1,32 @@ -IMPORTANT STUFF: - g_dtostr (??) instead of fprintf in the appropriate places (locale-independentt when reading/writing GPX files -- '.' character) - Debugging output shouldn't be printf'd but g_debug'd +FEATURE FREEZE!!! +-------------- +BEFORE RELEASE: fix KH maps download - 'zoom in too much' line drawing (ruler, tracks) bugs. maybe fix coord-to-screen to clip values (or make vik_viewport_coord_to_screen_clip)? - acquire crashes, sometimes (???) + clipping -- OK as is? + fix SEGFAULT when clicking too far right on elevation diagram google maps download stops (try auto-download), extra processes in background doing nothing - -BEFORE RELEASE: - Copy & paste viking data between process & into other programs - copy waypoints, TRWLayers as GPX/GPSPoint. paste TRWLayers as GPX if pasting into text. - copy layers via file.c serialization. paste layers other than TRW into Viking only (for now) + GPSBABEL!!! + * existence check sed, wget, etc. + * Smooth over rough edges / ugliness / crashes +------------------ + * Filter a TRW layer: simplify paths, get out waypoints inside a path, etc. + * geocaches: all on screen / radius + * error if gcget isn't functioning correctly + * Google address -> WP + +FEATURES: + Paste GPX files into Viking -> TRW Layer + Paste TRW layers into text editor -> GPX Undo function Map licensing issues (?) DND between VikWindows - direct GPS support arrows to show track direction + Select multiple items (waypoints, etc) in layers panel (???) + Merge layers easier ("Merge down" à la Gimp) + Output to gc2visor + Selections (select waypoints, tracks in an area) EASY FIXES: - "Interesting" stuff happens when we swich modes while using the ruler. "click to go there" elevation map: average out, not nearest trackpoint. Ruler: calculate degrees by spherical geometry formula ('zoom in too much' bug -- coord_to_screen out of range of double) for UTM: rotate compass for declination. @@ -39,7 +48,6 @@ RATHER HARD FIXES, SHOULD BE DONE BUT NOT MANDATORY FOR RELEASE: FEATURE WISHLIST (i.e. unlikely to get done): selections (select area of waypoints, trackpoints, etc) - funky gpsbabel filter stuff (data sources -- think about, i want something innovative in this release.) elevation plotting is not so pretty if you're moving north, as it overlays stuff uglily. discussion? bicycle runs your track (animation) that tilts depending on slope hover over pic @@ -49,7 +57,6 @@ FEATURE WISHLIST (i.e. unlikely to get done): right click to do new track or "Track/Waypoint Tool" I18N (das mundo ne parle pas agglika) - import from data sources ( gpsbabel (gps device) / google / geocaching.com ) Vector/TIGER maps!!! (use Cairo/Roadster code?) MISC FIXES (i.e. will never get done): @@ -67,39 +74,6 @@ MISC FIXES (i.e. will never get done): "redraw if visible" return value settable defaults for layers (sigh...) OR at least config.h stuff --------------- - -ROADMAP (old) -0.1.2 - * Data sources: google, gpsbabel - * gpsbabel plugin -- wired up to get directions from google maps. - * address plugin. - * direct GPS support (?) - GPS navigation (speed, etc, etc) - * advanced downloader? -0.1.3 - * stops - whole list: length, max movement, icons. can make more. right click -> stops... - * symbols - * draw by altitude, altitude side thingy. -0.1.4 - * selections (?) - * NASA crazhy maps - * scale -0.1.6 - * new UI & documentation - * internationalization -0.2.0 - * TIGER data, vector maps -0.3.0 - * altitude stuff, goodies - * major UI changes, direct manipulation - * sit down for a day or two and design the bestest bestest UI - * threads, etc - * docs, lots of docs -1.0 - * more sophisticated vector data, almost GIS stuff. garmin maps, whatever - * party --------------------------------