Contents of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42 - (show annotations)
Wed Jan 21 20:01:18 2009 UTC (15 years, 3 months ago) by harbaum
File size: 6743 byte(s)
ID hashing for fast ID resolving
1 osm2go (0.6-10) unstable; urgency=low
2
3 * Use hash tables to find nodes and ways faster via their ids
4 * Some minor gtk handling/warning fixes
5
6 -- Till Harbaum <till@harbaum.org> Wed, 21 Jan 2009 19:24:22 +0100
7
8 osm2go (0.6-9) unstable; urgency=low
9
10 * Beta version of quick'n dirty xml parser (qnd_xml)
11
12 -- Till Harbaum <harbaum@metis> Fri, 16 Jan 2009 20:44:58 +0100
13
14 osm2go (0.6-8) unstable; urgency=low
15
16 * Unified internal color model <till@harbaum.org>
17 * Fixed crash when changing projects while using GPS <andrewc@piffle.org>
18 * Option to disable antialiasing <till@harbaum.org>
19 * Rendering of "bridges" <till@harbaum.org>
20
21 -- Till Harbaum <till@harbaum.org> Wed, 17 Dec 2008 20:02:24 +0100
22
23 osm2go (0.6-7) unstable; urgency=low
24
25 * Changed directory layout for SVN import
26 * Asynchronous network io
27 * Global and more flexible WMS server settings
28 * Global option to disable icons unless the n810 issue is solved
29 * Support for dashed lines and line mods
30
31 -- Till Harbaum <harbaum@metis> Tue, 09 Dec 2008 20:47:45 +0100
32
33 osm2go (0.6-6) unstable; urgency=low
34
35 * Some small hildon related fixes
36 * Various error situations fixed when no project was active
37
38 -- Till Harbaum <till@harbaum.org> Tue, 09 Dec 2008 18:36:39 +0100
39
40 osm2go (0.6-5) unstable; urgency=low
41
42 * Ability to run without active project
43 * Fixed some memory leaks found using valgrind
44 * Project management redone
45
46 -- Till Harbaum <till@harbaum.org> Fri, 05 Dec 2008 22:32:30 +0100
47
48 osm2go (0.6-4+atc1) unstable; urgency=low
49
50 * Implement levels of zoom-visibility for objects
51 * Added a style resembling the OSM Mapnik rendering
52 * Configurable path-prefix for styles' icons
53 * Make "..." in menus be more consistent
54 * Fixed segfault when trying to load with a vanished style
55
56 -- Andrew Chadwick <andrewc@piffle.org> Sun, 07 Dec 2008 05:36:33 +0000
57
58 osm2go (0.6-4) unstable; urgency=low
59
60 * include missing icons
61
62 -- Till Harbaum <harbaum@metis> Thu, 04 Dec 2008 21:53:23 +0100
63
64 osm2go (0.6-3) unstable; urgency=low
65
66 * Use JOSMs elemstyles.xml
67 * Styling options (JOSM and Potlatch examples included)
68 * Import of JOSM icons for nodes
69 * Filesystem handling rewritten
70 * Fixed overflow in node distance calculation
71 * UI for highlighting and changing way direction
72
73 -- Till Harbaum <harbaum@metis> Wed, 26 Nov 2008 20:31:57 +0100
74
75 osm2go (0.6-2) unstable; urgency=low
76
77 * Fixed crash when a new way was mistakenly identified to join another one
78 * Fixed crash when a new way was closing a way
79 * Re-ordered all dialog buttons to match GTK defaults
80
81 -- Till Harbaum <harbaum@metis> Tue, 25 Nov 2008 20:29:38 +0100
82
83 osm2go (0.6-1) unstable; urgency=low
84
85 * GUI relation handling
86 * Zoom/pan patch applied
87
88 -- Till Harbaum <harbaum@metis> Mon, 24 Nov 2008 22:20:53 +0100
89
90 osm2go (0.5-6) unstable; urgency=low
91
92 * new way can extend existing one
93 * new way can join existing one
94
95 -- Till Harbaum <harbaum@metis> Fri, 21 Nov 2008 18:16:55 +0100
96
97 osm2go (0.5-5) unstable; urgency=low
98
99 * way cut highlight redone
100 * way cut also possible at node
101
102 -- Till Harbaum <harbaum@metis> Tue, 18 Nov 2008 21:41:52 +0100
103
104 osm2go (0.5-4) unstable; urgency=low
105
106 * info dialog highlights tag collisions
107 * ability to hide objects to increase graphics performance
108 * relation handling
109 * save zoom/scroll offset in project
110 * "last" tags (like potlatch) and cancel in info dialog
111
112 -- Till Harbaum <harbaum@metis> Fri, 14 Nov 2008 18:35:42 +0100
113
114 osm2go (0.5-3) unstable; urgency=low
115
116 * hard key bindings
117 * way creation end by double click/tap
118 * way "rotation" for cut of circular ways
119
120 -- Till Harbaum <harbaum@metis> Thu, 13 Nov 2008 17:32:41 +0100
121
122 osm2go (0.5-2) unstable; urgency=low
123
124 * Added node joining (incl. way joining) by drag'n drop
125 * Merge selected presets instead of replacing everything
126 * Added ability to add nodes to existing ways
127 * Initial relation handling (join/delete now affects relations)
128 * More hildon autocap disabled
129
130 -- Till Harbaum <harbaum@metis> Sat, 08 Nov 2008 12:28:09 +0100
131
132 osm2go (0.5-1) unstable; urgency=low
133
134 * First usable way creation/deletion
135 * Various bug fixes
136
137 -- Till Harbaum <harbaum@metis> Wed, 05 Nov 2008 22:05:06 +0100
138
139 osm2go (0.4-3) unstable; urgency=low
140
141 * First test on way creation
142 * Fixed parsing of pre-filled check boxes (accept "true" and "yes")
143
144 -- Till Harbaum <harbaum@metis> Tue, 04 Nov 2008 21:28:45 +0100
145
146 osm2go (0.4-2) unstable; urgency=low
147
148 * Prevent placement of nodes outside working area
149 * Save presets dialog space by using top label/sep as dialog title
150 * Fixed problems with custom gtktreeview select function
151 * Pre-fill the preset dialogs with previous data where applicable
152 * Disable hildon autocap on certain dialogs (e.g. password)
153
154 -- Till Harbaum <harbaum@metis> Sun, 02 Nov 2008 13:35:59 +0100
155
156 osm2go (0.4-1) unstable; urgency=low
157
158 * Handle JOSM presets.xml
159 * Import all josm preset icons
160
161 -- Till Harbaum <harbaum@metis> Thu, 30 Oct 2008 21:13:03 +0100
162
163 osm2go (0.3-5) unstable; urgency=low
164
165 * Project selection/creation/...
166 * Various catching of error situations e.g. during download
167
168 -- Till Harbaum <harbaum@metis> Mon, 27 Oct 2008 21:17:51 +0100
169
170 osm2go (0.3-4) unstable; urgency=low
171
172 * Added ability to adjust background (wms) offset
173 * Gui cleanup using ok/cancel buttons
174 * Improved catching of download error conditions
175
176 -- Till Harbaum <harbaum@metis> Sat, 25 Oct 2008 14:44:52 +0200
177
178 osm2go (0.3-3) unstable; urgency=low
179
180 * Node/relation check now includes ways
181 * First tests with WMS server import as background layer
182
183 -- Till Harbaum <harbaum@metis> Fri, 17 Oct 2008 16:35:52 +0200
184
185 osm2go (0.3-2) unstable; urgency=low
186
187 * Projection changed from utm to normal mercartor
188 * Limited motion event frequency for more fluid dragging on hildon
189
190 -- Till Harbaum <harbaum@metis> Thu, 16 Oct 2008 13:22:39 +0200
191
192 osm2go (0.3-1) unstable; urgency=low
193
194 * Track/GPS support
195 * Switch from gnomecanvas to goocanvas
196
197 -- Till Harbaum <harbaum@metis> Fri, 10 Oct 2008 10:02:21 +0200
198
199 osm2go (0.2-1) unstable; urgency=low
200
201 * Fixed crash when selecting highlight of a way
202
203 -- Till Harbaum <harbaum@metis> Tue, 30 Sep 2008 12:53:38 +0200
204
205 osm2go (0.2) unstable; urgency=low
206
207 * Node adding
208 * Node deletion
209 * Various error handling and optimizations
210
211 -- Till Harbaum <harbaum@metis> Mon, 29 Sep 2008 20:50:59 +0200
212
213 osm2go (0.1-2) unstable; urgency=low
214
215 * First trials at node adding
216 * Rewritten touchscreen/mouse handling
217
218 -- Till Harbaum <Till@Harbaum.org> Fri, 26 Sep 2008 13:54:54 +0200
219
220 osm2go (0.1-1) unstable; urgency=low
221
222 * Initial release
223
224 -- Till Harbaum <Till@Harbaum.org> Fri, 01 Aug 2008 12:19:28 +0200