File: ChangeLog

package info (click to toggle)
netspeed 0.13-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,440 kB
  • ctags: 150
  • sloc: sh: 8,468; ansic: 1,411; xml: 1,282; makefile: 75
file content (293 lines) | stat: -rw-r--r-- 9,597 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
2005-07-26  Jörgen Scheibengruber <mfcn@gmx.de>

	* Makefile.am: add distuninstallcheck_listfiles (See 
	http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html).
	Hopefully that makes make distcheck work;
	remove omf.make xmldocs.make; add CLEANFILES DISTCLEANFILES
	* pixmaps/Makefile.am: add icons_DATA to EXTRA_DIST
	* docs/*/Makefile.am: remove "fig ="
	* remove omf.make xmldocs.make
	* update autogen.sh
	* configure.in: -> 1.13
	* Release version 1.13

2005-07-24  Jörgen Scheibengruber <mfcn@gmx.de>

	* src/backend.c: (redraw_graph): Use black as background color,
	instead of fg[NORMAL]
	* Apply patch of Benoit (makes lot of funcs static).

2005-07-14  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/backend.c:
	* src/netspeed.h: apply forgotten patch from benoit.

2005-07-09  Jörgen Scheibengruber <mfcn@gmx.de>

	* backend.c/.h: (get_default_route): added missing fclose()

2005-07-08  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c (timeout_adjust_cb): make use of glib timeout functions 
	instead of deprecated gtk counterparts.

2005-06-15  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* es.po: update Spanish translation 
	(Héctor Enríquez Díaz <henrique@alumnos.ubiobio.cl>)
	
2005-06-07  Jörgen Scheibengruber <mfcn@gmx.de>

	* netspeed.c: (search_for_up_if): take device with default gw, if possible
	* backend.c/.h: add get_default_route(), (get_available_devices): use g_list_append,
	to get correctly ordered devices-list

2005-06-07  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* docs/C/figures: updated the figures.

2005-06-06  Jörgen Scheibengruber <mfcn@gmx.de>

	* backend.c: (get_available_devices): remove duplicates from the list
	* netspeed.c: (netspeed_applet_factory): auto_change_device = TRUE as default
	* netspeed.c: (search_for_up_if): ignore "dummy*" devices

2005-06-02  Jörgen Scheibengruber <mfcn@gmx.de>

	* README, ChangeLog, AUTHORS, src/*.c, src/*.h: utf-8 love by Benoît
	* pixmaps/, pixmaps/Makefile.am: added gnome-dev-loopback.png, gnome-dev-ppp.png
	and gnome-dev-plip.png 
	* configure.in: change homepage to http://www.wh-hms.uni-ulm.de/~mfcn/netspeed/
	* src/netspeed.c: (netspeed_applet_factory): added .../pixmaps/netspeed_applet/
	to icontheme-searchpath, added "changed" signal for icon_theme 
 	* src/netspeed.c: (change_icons): work on a copy composite ops..
	* src/netspeed.h: adjust icon filenames

2005-06-02  Benoît Dejean  <TazForEver@dlfp.org>

	* src/netspeed.c: (about_cb): Fixed my email.

2005-06-01  Jörgen Scheibengruber <mfcn@gmx.de>

	* src/netspeed.c: Added Pedro and Benoit to AUTHORS, applied patch from
    Pedro that makes the links work

2005-06-01  Jörgen Scheibengruber <mfcn@gmx.de>

	* src/netspeed.h/.c: Support icons from icon theme, instead of
	hard coded icons
	* pixmaps/*.xpm, pixmaps/Makefile.am: Remove the icons that are no longer needed

2005-05-27  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c (showinfo_cb): if they are an ipv6 address
	we show it in the device details dialog.

	* config.h.in, configure.in: added checks for libgtop. (Benoit)
	* src/backend.c, src/backend.h: libgtop love, and support for ipv6.
	Thanks to Benoit Dejean for both patches. 

2005-05-26  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c: migration from GnomeColorPicker (deprecated)
	to GtkColorButton.
	

2005-05-11  Pedro Villavicencio Garrido  <pvillavi@gnome.org>
        
	* docs/C/figures/*:  update the figures.
	* docs/es/*: added Spanish translation of the documentation, thanks
	to Juan Pablo Pincheira <jpincheira@gmail.com> for the screenshots.
	* configure.in: added ES doc.

2005-05-04  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* docs/C/netspeed_applet.xml: update the doc for current version.
	* docs/C/figures/*.png: removed unused images, add new images, updated
	a couple screenshots.

2005-04-28  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c: improvements to the help related functions.

2005-04-27  Jörgen Scheibengruber <mfcn@gmx.de>

	* netspeed.*: made the combo box in the settings dialog 
	only sensible, if auto_change_device == FALSE

2005-04-26  Jörgen Scheibengruber <mfcn@gmx.de>

	* netspeed.*: improved layout in different panel sizes/orients
	* backend.*: started a more intelligent way to detect the device type
	* configure.in: 0.12.99

2005-04-21  Jörgen Scheibengruber <mfcn@gmx.de>

	* configure.in: fix issues with pkg-config
	* configure.in: 0.12.1

2005-03-17  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c (about_cb): use GtkAboutDialog instead of GnomeAbout which is deprecated.

2005-03-11  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c (change_background_cb): fixed applet background bug, clean up some code.

2004-12-04  Jörgen Scheibengruber <mfcn@gmx.de>
	
	* Release 0.11

2004-12-01  Jörgen Scheibengruber <mfcn@gmx.de>
	
	* Read /proc/net/dev directly. Don't use glibtop anymore, since it (2.8.x)
	contains a bug using ppp devices
	* Code cleanup (os-depend code is now in backend.c/.h

2004-06-02  Jörgen Scheibengruber <mfcn@gmx.de>
	
	* Fix background setting (code from gweather-applet)
	* Change size behaviour with different panel sizes
	* Release 0.10

2004-05-17  Jörgen Scheibengruber <mfcn@gmx.de>

	* Applied patch from Joakim Lundborg <jl@kth.se> that fixed a little
	visual issue with the applet in show_sum mode
	* Require automake1.7 in autogen.sh 
	(doesn't find automake otherwise on my installation)
	* (Hopefully) Fixed Pedro Corte-Real <typo@netcabo.pt> issues
	with devices that are up, but don't have an ip assigned
	* Implemented the frequently requested ifup/ifdown feature
	(kind of broken)

2004-02-03  Jörgen Scheibengruber <mfcn@gmx.de>

	* Removed -D_*DEPRECATED stuff from Makefile.am
	(Broke build on gnome 2.5.x)
	* Integrated patch from Cengiz Alaettinoglu:
	Added option that makes the applet change to another
	running device if the current devices "goes down"
	* Fixed bug which made about and settings dialog "unsensible"
	while the info-dialog is open
	* Fixed some messed-up stuff with the settings-storage
	(set have_settings key only when we actually change the settings)

2004-01-08  Jörgen Scheibengruber <mfcn@gmx.de>

	* Fixed little boog: The applet crashed in show-sum mode,
	when the interface was "braught down". 
	Big thanks to Sylvain Pasche for the bug fix :-)

2003-05-30  Jörgen Scheibengruber <mfcn@gmx.de>

	* Applied patches of Dennis Cranston <dennis_cranston@yahoo.com>
	* Added a pixmap for wlanX devices
	* Some additional HIFifing
	
2003-01-27  Jörgen Scheibengruber <mfcn@gmx.de>
	
	* Fixed some messed up stuff in the change_icons()
	function
	* Fiddled a little bit with spacings and stuff

2003-01-26  Jörgen Scheibengruber <mfcn@gmx.de>

	* Fixed a crash, if ip is NULL
	* Added a little icon, if the device is down

2003-01-15  Jörgen Scheibengruber <mfcn@gmx.de>

	* A "hang-up" network device is now detected
	* If the device goes online again, the ip, etc. are
	updated
	* Fixed warnings when compiling with -02 -g -Wall

2002-11-??  Jörgen Scheibengruber <mfcn@gmx.de>

	* Added feature to change font size
	* Added a graph to the details window

2002-11-11  Jörgen Scheibengruber <mfcn@gmx.de>

	* Fixed a boog that prevented the settings from being loaded

2002-09-30  Jörgen Scheibengruber <mfcn@gmx.de>

	* Changed variables containing bytes from long to u_int64_t
	(long often only has 32 bit)
 
2002-09-26  Jörgen Scheibengruber <mfcn@gmx.de>

	* At startup the applet now shows show_bits ? 
	"0 b/s" : "0 B/s" instead of always "0 b/s"

2002-09-26  Jörgen Scheibengruber <mfcn@gmx.de>

	* New release 0.5

2002-09-19  Jörgen Scheibengruber <mfcn@gmx.de>

	* Fixed bug that made the applet show nonsence 
	when network interface is "stopped"

2002-08-28  Jörgen Scheibengruber <mfcn@gmx.de>
 
	* Fixed a little boog (typo: "chage_icon" instead of "change_icon")

2002-08-27  Jörgen Scheibengruber <mfcn@gmx.de>

	* New release 0.4

2002-08-23  Jörgen Scheibengruber <mfcn@gmx.de>

	* Added option to show bits/s instead of bytes/s
	* Added option to always show networkcard icon

2002-08-21  Jörgen Scheibengruber <mfcn@gmx.de>

	* Applied patch of Ben Liblit:
		* changed the applet install-location to libexec instead of bin
		* added a .spec.in which generates a .spec file dynamicly
		* some other changes
	*Updated configure.in (is now more gnome2-compliant)

2002-07-30  Jörgen Scheibengruber <mfcn@gmx.de>

	* Added a focus-out-event callback to the devicecombo
	(I think focus-out-event & activate should be good 
	enough)
	* Added comments to all functions
	* The tooltips are now part of the i18n stuff

2002-07-28  Jörgen Scheibengruber <mfcn@gmx.de>

	* Released 0.3

2002-07-09 -
2002-07-11 Jörgen Scheibengruber <mfcn@gmx.de>

	* Added auto-apply of settings
	* The in/out-labels aren't fixed size any-more, but
	they only grow (no shrinking)
	* Fixed issue which made it possible to spawn several
	instances of the dialogs
	* Added new dialog with details to the specified
	networkdevice
	* Fixed Makefile.am's and configure.in

2002-07-08  Jörgen Scheibengruber <mfcn@gmx.de>

	* Removed frame around applet
	* Changed the device entry to a combobox that lists
	all available devices
	* Changed the code for calculating the bytes/s so that
	the value is "smoother" (does not change that much)

2002-07-07  Jörgen Scheibengruber <mfcn@gmx.de>

	* gnome2 port (released 0.2)

2002-07-04  Jörgen Scheibengruber <mfcn@gmx.de>

	* Initial release