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