File: ChangeLog

package info (click to toggle)
spacechart 0.9.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,704 kB
  • ctags: 917
  • sloc: ansic: 7,718; sh: 330; makefile: 205; sed: 93
file content (237 lines) | stat: -rw-r--r-- 7,236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
2000-12-21  Miguel Coca  <e970095@zipi.fi.upm.es>

	* Released version 0.9.2
	
	* src/settings.c (settings_set_sight_params_polar): Now works 
	completely.
	(settings_get_sight_params_polar): Same as above.

2000-12-19  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/star_catalog.c (star_catalog_read): Check the report_progress
	function for abort condition.

	* include/star_catalog.h: Added support for aborting the load of the 
	catalog.

	* src/gui.c (load_catalog): Added dialog that allows the user to abort
	the load.

	* src/map.c (cb_sight_params): Implemented function.

	* src/settings.c (settings_set_sight_params_polar): Added function.
	(settings_get_sight_params_polar): Idem.

	* src/gui.c: Added user coordinates frame.

	* include/settings.h: Added functions to access the sight params in
	polar format.

	* data/gliese.dat: Updated to new version. Now most stars have a name.
	
2000-12-18  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/common.c (cartesian_to_polar): Added function.
	(polar_to_cartesian): Idem.

	* include/starmap.h: Added coordinate transformation functions.

	* src/gui.c: Added the 'View' menu.

	* src/star_info_dialog.c (star_info_set_star): Added star name to
	dialog title.

	* src/star_config.c (star_config_new): Cleaned UI.

2000-12-17  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/map.c (cb_is_clicked_star): Increased sensitive circle.

	* src/star_info_dialog.c (star_info_new): Changed the order of buttons
	for consistency.

	* src/star_config.c: Added selection of which star names are shown.

2000-12-05  Miguel Coca  <e970095@zipi.fi.upm.es>

	* Released version 0.9.1

2000-12-04  Miguel Coca  <e970095@zipi.fi.upm.es>

	* TODO: Added file.

	* src/link_config.c: Fixed bug that made impossible to edit the default
	rule.

2000-12-01  Miguel Coca  <e970095@zipi.fi.upm.es>

	* include/*.h: Removed all #include <gnome.h>
	
	* src/*.c: Removed all #include <gnome.h>
	
	* include/starmap.h: Added #include <gnome.h>

	* po/: Added Spanish.

	* src/main.c (main): Added call to initialize gettext.

2000-11-30  Miguel Coca  <e970095@zipi.fi.upm.es>

	* README: Edited for first version with real content.

	* Released version 0.9
	
	* src/link_config.c (cb_insert_rule): Added distance unit support.
	(create_rule_dialog): Idem.
	(cb_apply_add): Idem.
	(cb_apply_edit): Idem.

	* src/config_dialog.c (config_dialog_new): Added call to 
	link_config_set_unit().

	* src/link_config.c: Added functionality to the 'add' button.
	(cb_delete_rule): Idem for 'delete'.
	(link_config_new): Made the 'edit' and 'delete' buttons work only if
	a rule is selected.

2000-11-29  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/link_config.c: Almost works now. Editing rules works.

	* src/config_dialog.c (cb_apply): Added support fo link_config.

2000-11-28  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/settings.c (set_default_settings): Changed default for links.

	* src/star_config.c: Changed default size of stars.

	* include/star_draw_rules.h: Changed default size of stars.

	* src/settings.c (set_default_settings): Changed default size of stars.

	* include/link_draw_rules.h: Added get_default function.

	* src/link_draw_rules.c (link_drawing_rules_get_default): Added function.

2000-11-27  Miguel Coca  <e970095@zipi.fi.upm.es>

	* Released version 0.8.4

	* src/config_dialog.c (config_dialog_new): Added a frame to the labels
	page.

2000-11-24  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/config_dialog.c: Made buttons smaller.

	* src/star_config.c (star_config_new): Cleaned display a bit.

	* src/link_config.c: Added file.

	* src/config_dialog.c: Added link_config support.

2000-11-23  Miguel Coca  <e970095@zipi.fi.upm.es>

	* include/link_config.h: Same as for star_config.h, added callback.

	* src/star_config.c: Added support for the new callback.

	* include/star_config.h: Added callback function to tell the parent
	that the config has changed.

2000-11-22  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/config_dialog.c (config_dialog_new): Added star_config support.
	(config_dialog_destroy): Added star_config_destroy.
	(cb_apply): Now we also set the star rules.

	* src/star_config.c: Added file.

2000-11-21  Miguel Coca  <e970095@zipi.fi.upm.es>

	* Released version 0.8.3.
	
	* src/star_info_dialog.c (star_info_set_distance_units): Fixed bug that
	was making the dialog pop each time the distance unit was changed.
	(write_star): New function to help with the bug metioned above.
	(star_info_set_star): Changed to use write_star.

	* src/gui.c (gui_new): Added 'close' menu item.
	(gui_new): Added 'open' and 'close' toolbar items.

	* src/map.c (build_indexes): Set the indexes to NULL after destroying
	then, so that we never try to use the old pointers again.

	* src/star_catalog.c (star_list_destroy): Fixed to destroy the stars.

	* src/gui.c (gui_new): Added file selection dialog.
	(cb_open_clicked) Uses file selection dialog.

	* src/settings.c: Changed to allow nested disable_callbacks() ...
	enable_callbacks() pais.

	* src/map.c (build_indexes): Changed so that we don't try to build an
	index if the corresponding list does not exist.

	* src/gui.c (load_catalog): Added progress bar code.
	(gui_new): Added 'open' button. Just loads the default database.

	* src/star_catalog.c (star_catalog_read): Added report_progress 
	argument to the function.

	* include/star_catalog.h: Added report_progress argument to the read
	function.

	* src/gui.c (load_catalog): New function that loads a catalog from a
	file and reports possible errors.
	(gui_new): Changed to call said function.
	(gui_new): Added progressbar to the appbar.

2000-11-20  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/config_dialog.c (cb_apply): We were aplying once for each page,
	instead of just once, in a 'global apply'. Fixed.
	(config_dialog_new): Added callback to "close" signal, in order to
	destroy the realted data structures.
	(cb_delete_event): New function (callback for the above).

	* src/settings.c (set_default_settings): Changed to not show link 
	labels by default.

	* src/gui.c (gui_new): Connected "delete_event" signal of the GnomeApp,
	so that the program exits when the window is deleted.

	* src/map.c (draw_link): Changed precision of the labels to just one
	decimal place.

2000-11-19  Miguel Coca  <e970095@zipi.fi.upm.es>

	* Released version 0.8.2.
	
	* src/gui.c: Changed to use new config_dialog interface.

	* include/config_dialog.h: Changed interface to allow easier 
	implementation with gnome_property_box. Now there is no show function.

	* src/config_dialog.c: Wrote first working version. Now we can change
	the label settings.

	* src/settings.c (handle_callbacks): Moved the clearing of the changed
	settings inside the if(cb_enabled). Stupid bug.

	* src/config_dialog.c: Created dummy version.

	* src/gui.c (gui_new): Added support for the config dialog.

2000-11-18  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/gui.c: Added the distance unit selection frame.

	* src/settings.c (handle_callbacks): Fixed the function to avoid a 
	potentially infinite recursion. See comment to the function for 
	details.

	* Renamed the project as 'spacechart', designed arbitrary version num-
	ber as 0.8 and deleted old ChangeLog.