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