]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
*** empty log message ***
[andy/viking.git] / ChangeLog
CommitLineData
f9db6bd6
AF
12006-10-26
2Alex Foobarian <foobarian@gmail.com>:
3 * Cleared up the drawing modes and map type descriptions
4 * Updated google version string to make it work in Europe
5 * Added Cut/Copy/Paste shortcuts to right-click menus
6
941aa6e9
AF
72006-10-23
8Alex Foobarian <foobarian@gmail.com>:
9 * Introduced a toolbar tool interface, converted existing tools to use it
10 * As a result, ruler drawing bugs are gone
11 * Sped up ruler drawing by increasing the redraw priority
12
78c9fb5b
GB
132006-08-15
14Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
15 * Add implicit DMS->DDD conversions in waypoints dialogs
16
0165e6e4
GB
172006-07-26
18Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
19 * src/degrees_converters.c, src/degrees_converters.h,
20 test/degrees_converter.c: add dec -> DDD conversion
21 * src/degrees_converters.c, src/degrees_converters.h,
22 test/degrees_converter.c: add dec -> DMM conversion
23 * src/degrees_converters.c: refactor dms conversions
24
6c02911c
RP
252006-07-24
26Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
27 * Add patch for GoogleMaps from Reid Priedhorsky
28
0165e6e4
GB
292006-07-22
30Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
31 * Makefile.am, configure.ac, src/Makefile.am,
32 src/degrees_converters.c, src/degrees_converters.h,
33 test/Makefile.am, test/check_degrees_conversions.sh,
34 test/degrees_converter.c: Adding degrees conversion functions
35 (DDD/DMM/DMS)
36
372006-07-06
38Evan Battaglia <gtoevan@gmx.net>
39 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
40
a808ab5f
EB
412006-07-01
42Evan Battaglia <gtoevan@gmx.net>:
43 * Upgrade Google Maps version (yay Europe!)
44
0165e6e4
GB
452006-06-11
46Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
47 * NEWS, configure.ac: Preparing 0.1.1
48
65f0ccab
AF
492006-05-25
50Alex Foobarian <foobarian@gmail.com>:
51 * Cleaned up the data source interface
52 * Added a setup dialog to the GPS data source, with protocol type and serial port location
53
5f304fd7
AF
542006-05-12
55Alex Foobarian <foobarian@gmail.com>:
56 * Small fixes in Acquire from GPS code
57
fe203390 582006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
fe203390
GB
59 * autogen.sh: simpler method to start from CVS
60
a8d46e0b
EB
612005-12-03
62Evan Battaglia <gtoevan@gmx.net>
63 * Data sources -- check for existence of necessary things
64
7b3479e3 652005-11-25
3333c069 66Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
67 * Created "data sources" structure to easily add new data sources via GPS babel.
68 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
69 shows the power of the approach.
3333c069 70 * Data sources: Google & Geocaches
7b3479e3 71
8904c540 722005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 73 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
74Evan Battaglia <gtoevan@gmx.net>:
75 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 76
d1fa6cff
AF
772005-11-21
78Alex Foobarian <foobarian@gmail.com>:
79 * Fixed v-t diagram crash bug
80
1d1bc3c1
EB
812005-11-19
82Alex Foobarian <foobarian@gmail.com>:
83 * GPSBabel acquire code
84
9f0cd67d
AF
852005-11-18
86Alex Foobarian <foobarian@gmail.com>:
87 * Copy/paste of individual track- and way-points updated to work between processes.
88
0a6cab71
AF
892005-11-17
90Alex Foobarian <foobarian@gmail.com>:
91 * Copy/paste between viking processes
92 * Layer marshalling support
93
1bc9b120
GB
942005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
95 * configure.ac: Adding --with-mapcache configure option
96 * src/config.h: Removed because no more used (generated)
97
15614495
AF
982005-10-18
99Alex Foobarian <foobarian@gmail.com>:
100 * Fix ruler declination in UTM mode
101
ba298cde 1022005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
103 * src/icons/Makefile.am: assumes the creation of icons.h
104 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
105 * src/Makefile.am: no more icons.h production
106
024f32c1
EB
1072005-10-16
108Evan Battaglia <gtoevan@gmx.net>
109 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 110 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 111
c48517ad
AF
1122005-10-13
113Alex Foobarian <foobarian@gmail.com>:
114 * Drag and drop whole track/waypoint lists
115
80e450c0
AF
1162005-10-12
117Alex Foobarian <foobarian@gmail.com>:
118 * Coord layer drawing for lat/lon based projections
119
0dff88ea
AF
1202005-10-11
121Alex Foobarian <foobarian@gmail.com>:
122 * Draw a compass when using a ruler
123
e4847ce9
AF
1242005-10-07
125Alex Foobarian <foobarian@gmail.com>:
126 * Added ruler drawing to the ruler tool
127
2f50c650
AF
1282005-10-06
129Alex Foobarian <foobarian@gmail.com>:
130 * Added support for pasting coordinates in lat/lon format
131
e890a6e6
EB
1322005-10-05
133Alex Foobarian <foobarian@gmail.com>:
134 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
135Evan Battaglia <gtoevan@gmx.net>:
136 * When pasting waypoints and tracks, do name resolution (add #2, etc)
137
08b251ec
EB
1382005-10-01
139Evan Battaglia <gtoevan@gmx.net>:
140 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 141 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 142
ba298cde 1432005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 144 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
145Alex Foobarian <foobarian@gmail.com>:
146 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 147 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 148 * Added wp symbol support to gpx
92136662 149 * Fixed name collisions during track/wp DND
ea3933fc
EB
150 * Layer-wide option as to whether to show waypoint symbols
151
acaf7113
AF
1522005-09-29
153Alex Foobarian <foobarian@gmail.com>:
154 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
155 * Added a scale ruler
156 * Changed panning to show less "garbage" in exposed areas
157
a5e51d35
EB
1582005-09-28
159Evan:
160 * menu.xml & icons inline
161
e4afc73a 1622005-09-27
acaf7113 163Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
164 * GtkUIManager/Toolbar
165 * DND in the LayersPanel
0912fc7e
EB
166Evan:
167 * strtod -> g_strtod (i18n glitch)
168
ba298cde 1692005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
170 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
171 * Makefile.am (EXTRA_DIST): handles viking-remote
172 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
173 * doc/Makefile.am, doc/dev/Makefile.am: new files
174 * Makefile.am (SUBDIRS): handles doc directory
175 * configure.ac: handles doc and doc/dev directories
e4afc73a 176
2ab9b480 1772005-09-16
2ab9b480 178Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
179Evan: * GPX fixes
180 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
181 * GPX write, click v-vs-t diagram
182 * Option to show stops in TRWLayer options, and stop_length
183 * Elevation plotting relative to min and max elevation in track.
184 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
185
1862005-09-15
187 * 4+ hours later and voila, GPX read support
188 * Fixes in propwin if track doesn't have certain data, say so.
189
1902005-09-14
191Me (Evan) again:
192 * Fix USGS support
193 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
194 * Don't crash on track properties of an empty track.
195
734652bf 1962005-09-13
ba298cde 197Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
198 * bootstrap: new file to bootstrap auto-tools
199 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
200 * Makefile.am (bin_SCRIPTS): viking-remote added
201 * configure.ac: --enable-alphabetized-trw option added
202
203Evan Battaglia <gtoevan@gmx.net>:
204 * Experimental altitude funky plotting I'm working on
205
2062005-09-12
207Alex Foobarian <foobarian@gmail.com>'s changes
208* disable stops, for now (I forgot about those...)
209* Track elevation graph: minimum altitude difference for less jagged curves
210* Track elevation graph: gray background, blue foreground
211* Track elevation graph: lines to clearly show absolute elevation
212* New velocity-vs-time graph & calculating function
213* Notebook to hold this new graph with track elevation graph
214My (Evan's) changes:
215* Fix above v-vs-t patch to not crash on tracks without timestamp.
216* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 217Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
218 * bootstrap: new file to bootstrap auto-tools
219 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
220 * Makefile.am (bin_SCRIPTS): viking-remote added
221 * configure.ac: --enable-alphabetized-trw option added
734652bf 222
9903c388
EB
2232005-09-07
224Autotools support by Guilhem Bonnefille.
225
bb71de8b
AF
2262005-09-06
227Added Alex Foobarian's track duration patch.
228Added Alex Foobarian's track profile patch.
9903c388 229Added Alex Foobarian's elevation map fix.
bb71de8b 230
725c87e1
EB
2312005-09-04
232Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 233Delete from cache when updating image.
725c87e1 234
50a14534
EB
2352005-08-18
236Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
237
2382005-08-16
239Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
240
2412005-08-02
242Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
243Chaned waypoint types a little bit (size of waypoint)
244
2452005-07-31
246Hopefully fixed background.c item # count
247Fixed KH Maps (v=2)
248
2492005-06-20
250A little research & added KH Maps support.
251
2522005-06-19
253Fixed right-click waypoint edit -> crash bug, hopefully.
254Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
255Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
256Fixed the bug where pasting a map layer messed up the name.
257Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
258Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
259