]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
Geocaching.com (via gcget) data source
[andy/viking.git] / ChangeLog
CommitLineData
7b3479e3 12005-11-25
3333c069 2Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
3 * Created "data sources" structure to easily add new data sources via GPS babel.
4 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
5 shows the power of the approach.
3333c069 6 * Data sources: Google & Geocaches
7b3479e3 7
8904c540 82005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 9 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
10Evan Battaglia <gtoevan@gmx.net>:
11 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 12
d1fa6cff
AF
132005-11-21
14Alex Foobarian <foobarian@gmail.com>:
15 * Fixed v-t diagram crash bug
16
1d1bc3c1
EB
172005-11-19
18Alex Foobarian <foobarian@gmail.com>:
19 * GPSBabel acquire code
20
9f0cd67d
AF
212005-11-18
22Alex Foobarian <foobarian@gmail.com>:
23 * Copy/paste of individual track- and way-points updated to work between processes.
24
0a6cab71
AF
252005-11-17
26Alex Foobarian <foobarian@gmail.com>:
27 * Copy/paste between viking processes
28 * Layer marshalling support
29
1bc9b120
GB
302005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
31 * configure.ac: Adding --with-mapcache configure option
32 * src/config.h: Removed because no more used (generated)
33
15614495
AF
342005-10-18
35Alex Foobarian <foobarian@gmail.com>:
36 * Fix ruler declination in UTM mode
37
ba298cde 382005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
39 * src/icons/Makefile.am: assumes the creation of icons.h
40 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
41 * src/Makefile.am: no more icons.h production
42
024f32c1
EB
432005-10-16
44Evan Battaglia <gtoevan@gmx.net>
45 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 46 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 47
c48517ad
AF
482005-10-13
49Alex Foobarian <foobarian@gmail.com>:
50 * Drag and drop whole track/waypoint lists
51
80e450c0
AF
522005-10-12
53Alex Foobarian <foobarian@gmail.com>:
54 * Coord layer drawing for lat/lon based projections
55
0dff88ea
AF
562005-10-11
57Alex Foobarian <foobarian@gmail.com>:
58 * Draw a compass when using a ruler
59
e4847ce9
AF
602005-10-07
61Alex Foobarian <foobarian@gmail.com>:
62 * Added ruler drawing to the ruler tool
63
2f50c650
AF
642005-10-06
65Alex Foobarian <foobarian@gmail.com>:
66 * Added support for pasting coordinates in lat/lon format
67
e890a6e6
EB
682005-10-05
69Alex Foobarian <foobarian@gmail.com>:
70 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
71Evan Battaglia <gtoevan@gmx.net>:
72 * When pasting waypoints and tracks, do name resolution (add #2, etc)
73
08b251ec
EB
742005-10-01
75Evan Battaglia <gtoevan@gmx.net>:
76 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 77 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 78
ba298cde 792005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 80 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
81Alex Foobarian <foobarian@gmail.com>:
82 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 83 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 84 * Added wp symbol support to gpx
92136662 85 * Fixed name collisions during track/wp DND
ea3933fc
EB
86 * Layer-wide option as to whether to show waypoint symbols
87
acaf7113
AF
882005-09-29
89Alex Foobarian <foobarian@gmail.com>:
90 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
91 * Added a scale ruler
92 * Changed panning to show less "garbage" in exposed areas
93
a5e51d35
EB
942005-09-28
95Evan:
96 * menu.xml & icons inline
97
e4afc73a 982005-09-27
acaf7113 99Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
100 * GtkUIManager/Toolbar
101 * DND in the LayersPanel
0912fc7e
EB
102Evan:
103 * strtod -> g_strtod (i18n glitch)
104
ba298cde 1052005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
106 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
107 * Makefile.am (EXTRA_DIST): handles viking-remote
108 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
109 * doc/Makefile.am, doc/dev/Makefile.am: new files
110 * Makefile.am (SUBDIRS): handles doc directory
111 * configure.ac: handles doc and doc/dev directories
e4afc73a 112
2ab9b480 1132005-09-16
2ab9b480 114Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
115Evan: * GPX fixes
116 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
117 * GPX write, click v-vs-t diagram
118 * Option to show stops in TRWLayer options, and stop_length
119 * Elevation plotting relative to min and max elevation in track.
120 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
121
1222005-09-15
123 * 4+ hours later and voila, GPX read support
124 * Fixes in propwin if track doesn't have certain data, say so.
125
1262005-09-14
127Me (Evan) again:
128 * Fix USGS support
129 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
130 * Don't crash on track properties of an empty track.
131
734652bf 1322005-09-13
ba298cde 133Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
134 * bootstrap: new file to bootstrap auto-tools
135 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
136 * Makefile.am (bin_SCRIPTS): viking-remote added
137 * configure.ac: --enable-alphabetized-trw option added
138
139Evan Battaglia <gtoevan@gmx.net>:
140 * Experimental altitude funky plotting I'm working on
141
1422005-09-12
143Alex Foobarian <foobarian@gmail.com>'s changes
144* disable stops, for now (I forgot about those...)
145* Track elevation graph: minimum altitude difference for less jagged curves
146* Track elevation graph: gray background, blue foreground
147* Track elevation graph: lines to clearly show absolute elevation
148* New velocity-vs-time graph & calculating function
149* Notebook to hold this new graph with track elevation graph
150My (Evan's) changes:
151* Fix above v-vs-t patch to not crash on tracks without timestamp.
152* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 153Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
154 * bootstrap: new file to bootstrap auto-tools
155 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
156 * Makefile.am (bin_SCRIPTS): viking-remote added
157 * configure.ac: --enable-alphabetized-trw option added
734652bf 158
9903c388
EB
1592005-09-07
160Autotools support by Guilhem Bonnefille.
161
bb71de8b
AF
1622005-09-06
163Added Alex Foobarian's track duration patch.
164Added Alex Foobarian's track profile patch.
9903c388 165Added Alex Foobarian's elevation map fix.
bb71de8b 166
725c87e1
EB
1672005-09-04
168Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 169Delete from cache when updating image.
725c87e1 170
50a14534
EB
1712005-08-18
172Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
173
1742005-08-16
175Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
176
1772005-08-02
178Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
179Chaned waypoint types a little bit (size of waypoint)
180
1812005-07-31
182Hopefully fixed background.c item # count
183Fixed KH Maps (v=2)
184
1852005-06-20
186A little research & added KH Maps support.
187
1882005-06-19
189Fixed right-click waypoint edit -> crash bug, hopefully.
190Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
191Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
192Fixed the bug where pasting a map layer messed up the name.
193Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
194Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
195