]> git.street.me.uk Git - andy/viking.git/blame_incremental - ChangeLog
(no commit message)
[andy/viking.git] / ChangeLog
... / ...
CommitLineData
12006-10-30
2Alex Foobarian <foobarian@gmail.com>:
3 * Created standard Edit menu
4 * Implemented Cut for trackpoints and waypoints
5 * When moving trackpoints, we now draw one under the cursor for visual feedback
6
72006-10-26
8Alex Foobarian <foobarian@gmail.com>:
9 * Cleared up the drawing modes and map type descriptions
10 * Updated google version string to make it work in Europe
11 * Added Cut/Copy/Paste shortcuts to right-click menus
12 * Compacted the track properties dialog
13
142006-10-23
15Alex Foobarian <foobarian@gmail.com>:
16 * Introduced a toolbar tool interface, converted existing tools to use it
17 * As a result, ruler drawing bugs are gone
18 * Sped up ruler drawing by increasing the redraw priority
19
202006-08-15
21Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
22 * Add implicit DMS->DDD conversions in waypoints dialogs
23
242006-07-26
25Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
26 * src/degrees_converters.c, src/degrees_converters.h,
27 test/degrees_converter.c: add dec -> DDD conversion
28 * src/degrees_converters.c, src/degrees_converters.h,
29 test/degrees_converter.c: add dec -> DMM conversion
30 * src/degrees_converters.c: refactor dms conversions
31
322006-07-24
33Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
34 * Add patch for GoogleMaps from Reid Priedhorsky
35
362006-07-22
37Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
38 * Makefile.am, configure.ac, src/Makefile.am,
39 src/degrees_converters.c, src/degrees_converters.h,
40 test/Makefile.am, test/check_degrees_conversions.sh,
41 test/degrees_converter.c: Adding degrees conversion functions
42 (DDD/DMM/DMS)
43
442006-07-06
45Evan Battaglia <gtoevan@gmx.net>
46 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
47
482006-07-01
49Evan Battaglia <gtoevan@gmx.net>:
50 * Upgrade Google Maps version (yay Europe!)
51
522006-06-11
53Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
54 * NEWS, configure.ac: Preparing 0.1.1
55
562006-05-25
57Alex Foobarian <foobarian@gmail.com>:
58 * Cleaned up the data source interface
59 * Added a setup dialog to the GPS data source, with protocol type and serial port location
60
612006-05-12
62Alex Foobarian <foobarian@gmail.com>:
63 * Small fixes in Acquire from GPS code
64
652006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
66 * autogen.sh: simpler method to start from CVS
67
682005-12-03
69Evan Battaglia <gtoevan@gmx.net>
70 * Data sources -- check for existence of necessary things
71
722005-11-25
73Evan Battaglia <gtoevan@gmx.net>
74 * Created "data sources" structure to easily add new data sources via GPS babel.
75 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
76 shows the power of the approach.
77 * Data sources: Google & Geocaches
78
792005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80 * src/gpx.c (gpx_dtostr): add better GPX export
81Evan Battaglia <gtoevan@gmx.net>:
82 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
83
842005-11-21
85Alex Foobarian <foobarian@gmail.com>:
86 * Fixed v-t diagram crash bug
87
882005-11-19
89Alex Foobarian <foobarian@gmail.com>:
90 * GPSBabel acquire code
91
922005-11-18
93Alex Foobarian <foobarian@gmail.com>:
94 * Copy/paste of individual track- and way-points updated to work between processes.
95
962005-11-17
97Alex Foobarian <foobarian@gmail.com>:
98 * Copy/paste between viking processes
99 * Layer marshalling support
100
1012005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
102 * configure.ac: Adding --with-mapcache configure option
103 * src/config.h: Removed because no more used (generated)
104
1052005-10-18
106Alex Foobarian <foobarian@gmail.com>:
107 * Fix ruler declination in UTM mode
108
1092005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
110 * src/icons/Makefile.am: assumes the creation of icons.h
111 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
112 * src/Makefile.am: no more icons.h production
113
1142005-10-16
115Evan Battaglia <gtoevan@gmx.net>
116 * Fix ruler: show angle, distance even when compass off-screen.
117 * Fix bgitemcount. Background items status bar "should" be accurate now.
118
1192005-10-13
120Alex Foobarian <foobarian@gmail.com>:
121 * Drag and drop whole track/waypoint lists
122
1232005-10-12
124Alex Foobarian <foobarian@gmail.com>:
125 * Coord layer drawing for lat/lon based projections
126
1272005-10-11
128Alex Foobarian <foobarian@gmail.com>:
129 * Draw a compass when using a ruler
130
1312005-10-07
132Alex Foobarian <foobarian@gmail.com>:
133 * Added ruler drawing to the ruler tool
134
1352005-10-06
136Alex Foobarian <foobarian@gmail.com>:
137 * Added support for pasting coordinates in lat/lon format
138
1392005-10-05
140Alex Foobarian <foobarian@gmail.com>:
141 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
142Evan Battaglia <gtoevan@gmx.net>:
143 * When pasting waypoints and tracks, do name resolution (add #2, etc)
144
1452005-10-01
146Evan Battaglia <gtoevan@gmx.net>:
147 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
148 * Option as to whether or not to show unit scale (esp for exporting images)
149
1502005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
151 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
152Alex Foobarian <foobarian@gmail.com>:
153 * Added a drag_drop_request method to layer interface, updated DnD to use it
154 * Updated DND to insert layers at the point of the drop, instead of front of list
155 * Added wp symbol support to gpx
156 * Fixed name collisions during track/wp DND
157 * Layer-wide option as to whether to show waypoint symbols
158
1592005-09-29
160Alex Foobarian <foobarian@gmail.com>:
161 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
162 * Added a scale ruler
163 * Changed panning to show less "garbage" in exposed areas
164
1652005-09-28
166Evan:
167 * menu.xml & icons inline
168
1692005-09-27
170Alex Foobarian <foobarian@gmail.com>:
171 * GtkUIManager/Toolbar
172 * DND in the LayersPanel
173Evan:
174 * strtod -> g_strtod (i18n glitch)
175
1762005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
177 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
178 * Makefile.am (EXTRA_DIST): handles viking-remote
179 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
180 * doc/Makefile.am, doc/dev/Makefile.am: new files
181 * Makefile.am (SUBDIRS): handles doc directory
182 * configure.ac: handles doc and doc/dev directories
183
1842005-09-16
185Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
186Evan: * GPX fixes
187 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
188 * GPX write, click v-vs-t diagram
189 * Option to show stops in TRWLayer options, and stop_length
190 * Elevation plotting relative to min and max elevation in track.
191 * Option to do elevation plotting, and controlling relative height
192
1932005-09-15
194 * 4+ hours later and voila, GPX read support
195 * Fixes in propwin if track doesn't have certain data, say so.
196
1972005-09-14
198Me (Evan) again:
199 * Fix USGS support
200 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
201 * Don't crash on track properties of an empty track.
202
2032005-09-13
204Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
205 * bootstrap: new file to bootstrap auto-tools
206 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
207 * Makefile.am (bin_SCRIPTS): viking-remote added
208 * configure.ac: --enable-alphabetized-trw option added
209
210Evan Battaglia <gtoevan@gmx.net>:
211 * Experimental altitude funky plotting I'm working on
212
2132005-09-12
214Alex Foobarian <foobarian@gmail.com>'s changes
215* disable stops, for now (I forgot about those...)
216* Track elevation graph: minimum altitude difference for less jagged curves
217* Track elevation graph: gray background, blue foreground
218* Track elevation graph: lines to clearly show absolute elevation
219* New velocity-vs-time graph & calculating function
220* Notebook to hold this new graph with track elevation graph
221My (Evan's) changes:
222* Fix above v-vs-t patch to not crash on tracks without timestamp.
223* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
224Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
225 * bootstrap: new file to bootstrap auto-tools
226 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
227 * Makefile.am (bin_SCRIPTS): viking-remote added
228 * configure.ac: --enable-alphabetized-trw option added
229
2302005-09-07
231Autotools support by Guilhem Bonnefille.
232
2332005-09-06
234Added Alex Foobarian's track duration patch.
235Added Alex Foobarian's track profile patch.
236Added Alex Foobarian's elevation map fix.
237
2382005-09-04
239Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
240Delete from cache when updating image.
241
2422005-08-18
243Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
244
2452005-08-16
246Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
247
2482005-08-02
249Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
250Chaned waypoint types a little bit (size of waypoint)
251
2522005-07-31
253Hopefully fixed background.c item # count
254Fixed KH Maps (v=2)
255
2562005-06-20
257A little research & added KH Maps support.
258
2592005-06-19
260Fixed right-click waypoint edit -> crash bug, hopefully.
261Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
262Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
263Fixed the bug where pasting a map layer messed up the name.
264Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
265Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
266