]> git.street.me.uk Git - andy/viking.git/blame_incremental - ChangeLog
Alex's GPSBabel acquire code
[andy/viking.git] / ChangeLog
... / ...
CommitLineData
12005-11-19
2Alex Foobarian <foobarian@gmail.com>:
3 * GPSBabel acquire code
4
52005-11-18
6Alex Foobarian <foobarian@gmail.com>:
7 * Copy/paste of individual track- and way-points updated to work between processes.
8
92005-11-17
10Alex Foobarian <foobarian@gmail.com>:
11 * Copy/paste between viking processes
12 * Layer marshalling support
13
142005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
15 * configure.ac: Adding --with-mapcache configure option
16 * src/config.h: Removed because no more used (generated)
17
182005-10-18
19Alex Foobarian <foobarian@gmail.com>:
20 * Fix ruler declination in UTM mode
21
222005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
23 * src/icons/Makefile.am: assumes the creation of icons.h
24 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
25 * src/Makefile.am: no more icons.h production
26
272005-10-16
28Evan Battaglia <gtoevan@gmx.net>
29 * Fix ruler: show angle, distance even when compass off-screen.
30 * Fix bgitemcount. Background items status bar "should" be accurate now.
31
322005-10-13
33Alex Foobarian <foobarian@gmail.com>:
34 * Drag and drop whole track/waypoint lists
35
362005-10-12
37Alex Foobarian <foobarian@gmail.com>:
38 * Coord layer drawing for lat/lon based projections
39
402005-10-11
41Alex Foobarian <foobarian@gmail.com>:
42 * Draw a compass when using a ruler
43
442005-10-07
45Alex Foobarian <foobarian@gmail.com>:
46 * Added ruler drawing to the ruler tool
47
482005-10-06
49Alex Foobarian <foobarian@gmail.com>:
50 * Added support for pasting coordinates in lat/lon format
51
522005-10-05
53Alex Foobarian <foobarian@gmail.com>:
54 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
55Evan Battaglia <gtoevan@gmx.net>:
56 * When pasting waypoints and tracks, do name resolution (add #2, etc)
57
582005-10-01
59Evan Battaglia <gtoevan@gmx.net>:
60 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
61 * Option as to whether or not to show unit scale (esp for exporting images)
62
632005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
64 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
65Alex Foobarian <foobarian@gmail.com>:
66 * Added a drag_drop_request method to layer interface, updated DnD to use it
67 * Updated DND to insert layers at the point of the drop, instead of front of list
68 * Added wp symbol support to gpx
69 * Fixed name collisions during track/wp DND
70 * Layer-wide option as to whether to show waypoint symbols
71
722005-09-29
73Alex Foobarian <foobarian@gmail.com>:
74 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
75 * Added a scale ruler
76 * Changed panning to show less "garbage" in exposed areas
77
782005-09-28
79Evan:
80 * menu.xml & icons inline
81
822005-09-27
83Alex Foobarian <foobarian@gmail.com>:
84 * GtkUIManager/Toolbar
85 * DND in the LayersPanel
86Evan:
87 * strtod -> g_strtod (i18n glitch)
88
892005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
90 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
91 * Makefile.am (EXTRA_DIST): handles viking-remote
92 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
93 * doc/Makefile.am, doc/dev/Makefile.am: new files
94 * Makefile.am (SUBDIRS): handles doc directory
95 * configure.ac: handles doc and doc/dev directories
96
972005-09-16
98Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
99Evan: * GPX fixes
100 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
101 * GPX write, click v-vs-t diagram
102 * Option to show stops in TRWLayer options, and stop_length
103 * Elevation plotting relative to min and max elevation in track.
104 * Option to do elevation plotting, and controlling relative height
105
1062005-09-15
107 * 4+ hours later and voila, GPX read support
108 * Fixes in propwin if track doesn't have certain data, say so.
109
1102005-09-14
111Me (Evan) again:
112 * Fix USGS support
113 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
114 * Don't crash on track properties of an empty track.
115
1162005-09-13
117Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
118 * bootstrap: new file to bootstrap auto-tools
119 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
120 * Makefile.am (bin_SCRIPTS): viking-remote added
121 * configure.ac: --enable-alphabetized-trw option added
122
123Evan Battaglia <gtoevan@gmx.net>:
124 * Experimental altitude funky plotting I'm working on
125
1262005-09-12
127Alex Foobarian <foobarian@gmail.com>'s changes
128* disable stops, for now (I forgot about those...)
129* Track elevation graph: minimum altitude difference for less jagged curves
130* Track elevation graph: gray background, blue foreground
131* Track elevation graph: lines to clearly show absolute elevation
132* New velocity-vs-time graph & calculating function
133* Notebook to hold this new graph with track elevation graph
134My (Evan's) changes:
135* Fix above v-vs-t patch to not crash on tracks without timestamp.
136* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
137Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
138 * bootstrap: new file to bootstrap auto-tools
139 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
140 * Makefile.am (bin_SCRIPTS): viking-remote added
141 * configure.ac: --enable-alphabetized-trw option added
142
1432005-09-07
144Autotools support by Guilhem Bonnefille.
145
1462005-09-06
147Added Alex Foobarian's track duration patch.
148Added Alex Foobarian's track profile patch.
149Added Alex Foobarian's elevation map fix.
150
1512005-09-04
152Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
153Delete from cache when updating image.
154
1552005-08-18
156Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
157
1582005-08-16
159Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
160
1612005-08-02
162Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
163Chaned waypoint types a little bit (size of waypoint)
164
1652005-07-31
166Hopefully fixed background.c item # count
167Fixed KH Maps (v=2)
168
1692005-06-20
170A little research & added KH Maps support.
171
1722005-06-19
173Fixed right-click waypoint edit -> crash bug, hopefully.
174Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
175Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
176Fixed the bug where pasting a map layer messed up the name.
177Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
178Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
179