]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
ticket 1577378: make viking compile with older gtk
[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
4b00e581 6 * Compacted the track properties dialog
f9db6bd6 7
941aa6e9
AF
82006-10-23
9Alex Foobarian <foobarian@gmail.com>:
10 * Introduced a toolbar tool interface, converted existing tools to use it
11 * As a result, ruler drawing bugs are gone
12 * Sped up ruler drawing by increasing the redraw priority
13
78c9fb5b
GB
142006-08-15
15Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
16 * Add implicit DMS->DDD conversions in waypoints dialogs
17
0165e6e4
GB
182006-07-26
19Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
20 * src/degrees_converters.c, src/degrees_converters.h,
21 test/degrees_converter.c: add dec -> DDD conversion
22 * src/degrees_converters.c, src/degrees_converters.h,
23 test/degrees_converter.c: add dec -> DMM conversion
24 * src/degrees_converters.c: refactor dms conversions
25
6c02911c
RP
262006-07-24
27Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
28 * Add patch for GoogleMaps from Reid Priedhorsky
29
0165e6e4
GB
302006-07-22
31Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
32 * Makefile.am, configure.ac, src/Makefile.am,
33 src/degrees_converters.c, src/degrees_converters.h,
34 test/Makefile.am, test/check_degrees_conversions.sh,
35 test/degrees_converter.c: Adding degrees conversion functions
36 (DDD/DMM/DMS)
37
382006-07-06
39Evan Battaglia <gtoevan@gmx.net>
40 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
41
a808ab5f
EB
422006-07-01
43Evan Battaglia <gtoevan@gmx.net>:
44 * Upgrade Google Maps version (yay Europe!)
45
0165e6e4
GB
462006-06-11
47Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
48 * NEWS, configure.ac: Preparing 0.1.1
49
65f0ccab
AF
502006-05-25
51Alex Foobarian <foobarian@gmail.com>:
52 * Cleaned up the data source interface
53 * Added a setup dialog to the GPS data source, with protocol type and serial port location
54
5f304fd7
AF
552006-05-12
56Alex Foobarian <foobarian@gmail.com>:
57 * Small fixes in Acquire from GPS code
58
fe203390 592006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
fe203390
GB
60 * autogen.sh: simpler method to start from CVS
61
a8d46e0b
EB
622005-12-03
63Evan Battaglia <gtoevan@gmx.net>
64 * Data sources -- check for existence of necessary things
65
7b3479e3 662005-11-25
3333c069 67Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
68 * Created "data sources" structure to easily add new data sources via GPS babel.
69 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
70 shows the power of the approach.
3333c069 71 * Data sources: Google & Geocaches
7b3479e3 72
8904c540 732005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 74 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
75Evan Battaglia <gtoevan@gmx.net>:
76 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 77
d1fa6cff
AF
782005-11-21
79Alex Foobarian <foobarian@gmail.com>:
80 * Fixed v-t diagram crash bug
81
1d1bc3c1
EB
822005-11-19
83Alex Foobarian <foobarian@gmail.com>:
84 * GPSBabel acquire code
85
9f0cd67d
AF
862005-11-18
87Alex Foobarian <foobarian@gmail.com>:
88 * Copy/paste of individual track- and way-points updated to work between processes.
89
0a6cab71
AF
902005-11-17
91Alex Foobarian <foobarian@gmail.com>:
92 * Copy/paste between viking processes
93 * Layer marshalling support
94
1bc9b120
GB
952005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
96 * configure.ac: Adding --with-mapcache configure option
97 * src/config.h: Removed because no more used (generated)
98
15614495
AF
992005-10-18
100Alex Foobarian <foobarian@gmail.com>:
101 * Fix ruler declination in UTM mode
102
ba298cde 1032005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
104 * src/icons/Makefile.am: assumes the creation of icons.h
105 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
106 * src/Makefile.am: no more icons.h production
107
024f32c1
EB
1082005-10-16
109Evan Battaglia <gtoevan@gmx.net>
110 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 111 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 112
c48517ad
AF
1132005-10-13
114Alex Foobarian <foobarian@gmail.com>:
115 * Drag and drop whole track/waypoint lists
116
80e450c0
AF
1172005-10-12
118Alex Foobarian <foobarian@gmail.com>:
119 * Coord layer drawing for lat/lon based projections
120
0dff88ea
AF
1212005-10-11
122Alex Foobarian <foobarian@gmail.com>:
123 * Draw a compass when using a ruler
124
e4847ce9
AF
1252005-10-07
126Alex Foobarian <foobarian@gmail.com>:
127 * Added ruler drawing to the ruler tool
128
2f50c650
AF
1292005-10-06
130Alex Foobarian <foobarian@gmail.com>:
131 * Added support for pasting coordinates in lat/lon format
132
e890a6e6
EB
1332005-10-05
134Alex Foobarian <foobarian@gmail.com>:
135 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
136Evan Battaglia <gtoevan@gmx.net>:
137 * When pasting waypoints and tracks, do name resolution (add #2, etc)
138
08b251ec
EB
1392005-10-01
140Evan Battaglia <gtoevan@gmx.net>:
141 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 142 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 143
ba298cde 1442005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 145 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
146Alex Foobarian <foobarian@gmail.com>:
147 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 148 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 149 * Added wp symbol support to gpx
92136662 150 * Fixed name collisions during track/wp DND
ea3933fc
EB
151 * Layer-wide option as to whether to show waypoint symbols
152
acaf7113
AF
1532005-09-29
154Alex Foobarian <foobarian@gmail.com>:
155 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
156 * Added a scale ruler
157 * Changed panning to show less "garbage" in exposed areas
158
a5e51d35
EB
1592005-09-28
160Evan:
161 * menu.xml & icons inline
162
e4afc73a 1632005-09-27
acaf7113 164Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
165 * GtkUIManager/Toolbar
166 * DND in the LayersPanel
0912fc7e
EB
167Evan:
168 * strtod -> g_strtod (i18n glitch)
169
ba298cde 1702005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
171 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
172 * Makefile.am (EXTRA_DIST): handles viking-remote
173 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
174 * doc/Makefile.am, doc/dev/Makefile.am: new files
175 * Makefile.am (SUBDIRS): handles doc directory
176 * configure.ac: handles doc and doc/dev directories
e4afc73a 177
2ab9b480 1782005-09-16
2ab9b480 179Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
180Evan: * GPX fixes
181 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
182 * GPX write, click v-vs-t diagram
183 * Option to show stops in TRWLayer options, and stop_length
184 * Elevation plotting relative to min and max elevation in track.
185 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
186
1872005-09-15
188 * 4+ hours later and voila, GPX read support
189 * Fixes in propwin if track doesn't have certain data, say so.
190
1912005-09-14
192Me (Evan) again:
193 * Fix USGS support
194 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
195 * Don't crash on track properties of an empty track.
196
734652bf 1972005-09-13
ba298cde 198Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
199 * bootstrap: new file to bootstrap auto-tools
200 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
201 * Makefile.am (bin_SCRIPTS): viking-remote added
202 * configure.ac: --enable-alphabetized-trw option added
203
204Evan Battaglia <gtoevan@gmx.net>:
205 * Experimental altitude funky plotting I'm working on
206
2072005-09-12
208Alex Foobarian <foobarian@gmail.com>'s changes
209* disable stops, for now (I forgot about those...)
210* Track elevation graph: minimum altitude difference for less jagged curves
211* Track elevation graph: gray background, blue foreground
212* Track elevation graph: lines to clearly show absolute elevation
213* New velocity-vs-time graph & calculating function
214* Notebook to hold this new graph with track elevation graph
215My (Evan's) changes:
216* Fix above v-vs-t patch to not crash on tracks without timestamp.
217* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 218Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
219 * bootstrap: new file to bootstrap auto-tools
220 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
221 * Makefile.am (bin_SCRIPTS): viking-remote added
222 * configure.ac: --enable-alphabetized-trw option added
734652bf 223
9903c388
EB
2242005-09-07
225Autotools support by Guilhem Bonnefille.
226
bb71de8b
AF
2272005-09-06
228Added Alex Foobarian's track duration patch.
229Added Alex Foobarian's track profile patch.
9903c388 230Added Alex Foobarian's elevation map fix.
bb71de8b 231
725c87e1
EB
2322005-09-04
233Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 234Delete from cache when updating image.
725c87e1 235
50a14534
EB
2362005-08-18
237Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
238
2392005-08-16
240Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
241
2422005-08-02
243Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
244Chaned waypoint types a little bit (size of waypoint)
245
2462005-07-31
247Hopefully fixed background.c item # count
248Fixed KH Maps (v=2)
249
2502005-06-20
251A little research & added KH Maps support.
252
2532005-06-19
254Fixed right-click waypoint edit -> crash bug, hopefully.
255Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
256Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
257Fixed the bug where pasting a map layer messed up the name.
258Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
259Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
260