-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
257 lines (181 loc) · 5.78 KB
/
ChangeLog
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
# Generated by Makefile. Do not edit.
2019-06-04 mozbugbox <[email protected]>
* .hgtags:
Added tag release-0.3.0 for changeset 9e58ced27d53
[9cd24edd7632] [tip]
* configure.ac:
Bump version to 0.3.0
[9e58ced27d53] [release-0.3.0]
* configure.ac, src/byteonpanel.vala:
Make it compile again after remove pixbuf override
[9e0a53019a8a]
* INSTALL:
Drop INSTALL which is auto generated
[6b2e727e4aeb]
* vapi/bop-overrides.vapi:
Drop override of pixbuf_get_from_surface()
Fixed since vala 7aecb7c4e70addfe26c02980962e31d446befb36 2012-01
[1efd2491a628]
* src/byteonpanel.vala:
Replace g_object_unref() with unref()
Make valac >= 0.43.1 happy
[e73321cace13]
2017-08-26 mozbugbox <[email protected]>
* HACKING, INSTALL, po/Makefile.in.in:
Track some missing files
[8d460cf8561a]
* src/byteonpanel.vala:
Make color codes more flexible
[bb5223b867f1]
2014-08-21 mozbugbox <[email protected]>
* src/byteonpanel.vala:
Add finer speed color code
[a706d0240ae5]
2014-08-19 mozbugbox <[email protected]>
* src/byteonpanel.vala:
Silient a compile warning
[7aa2c7bb0ac7]
* src/byteonpanel.vala:
Differentiate speed using color
We use different color to represent data speed:
Yellow: 1B - 1024B Green: 1KB - 1024KB Red: 1MB -
[7de4b0f4534c]
2012-12-04 mozbugbox <[email protected]>
* .hgtags:
Added tag release-0.2.0 for changeset 6bfe207dd7bf
[bb183c290a8f]
* configure.ac:
Bump version to 0.2.0.
[6bfe207dd7bf] [release-0.2.0]
* src/byteonpanel.vala:
VALAC_0_17 is not defined, use VALAC_0_18
Really fix issue #1 where only stable version were defined.
[fd23f6b25529]
* src/byteonpanel.vala:
Replace timeout.add with .add_seconds for iface update
It's said that add_seconds is more power friendly.
[cea71cbc8a2b]
* README, byteonpanel.py, src/byteonpanel.vala:
Update copyright date.
[fe34cf0c2de0]
* src/byteonpanel.vala:
Fix changed traversfunc type of tree.foreach since valac 0.17
Fix issue #1 where valac 0.17 changed the signature of traversefunc
of glib.tree.foreach call.
[8da2c76fdab7]
2012-06-01 mozbugbox <[email protected]>
* src/byteonpanel.vala:
Fix divide by 0 error caused by float comparison
[dff886a092da]
2012-05-31 mozbugbox <[email protected]>
* src/byteonpanel.vala:
Add a y-margin to the status icon
[048bcbebc165]
* README, configure.ac:
Back off valac version requirement to 0.10. It works!
[d4b3b2019e90]
* README:
Update README for valac 0.16.0 requirement.
[401afb4af434]
* src/byteonpanel.vala:
Make the statusicon awared of size change signal to handle delayed
embedding.
[0d44ceacea71]
* configure.ac, src/byteonpanel.vala:
Remove deprecated FILE_ATTRIBUTE_* and require valac 0.16.0
[7403cd037482]
* src/byteonpanel.vala:
Make ByteState public for "type less acceccible than variable"
error.
[ed5301e75f7c]
2011-09-13 mozbugbox <[email protected]>
* src/byteonpanel.vala:
Update StatusIconIF once immediately right after created.
Paint and load initial data to the statusicon on start up.
Otherwise, an empty icon will be shown until the update timer kicks
in.
[41a6a6fe2282]
2011-09-02 mozbugbox <[email protected]>
* .hgtags:
Added tag release-0.1.0 for changeset d60c13de971a
[4a5b68d879bc]
2011-08-24 mozbugbox <[email protected]>
* src/byteonpanel.vala:
Re-indent
[d60c13de971a] [release-0.1.0]
* README:
Update README for Gee dependency
[093aa2796cad]
* configure.ac, src/Makefile.am, src/byteonpanel.vala:
Replace Gee dependency with GLib containers(List, Queue, Tree)
[564ecd4b94b2]
* src/byteonpanel.vala:
Handle link down properly
Cannot delete an item while iterating a map.
[cdf3f3754966]
2011-08-23 mozbugbox <[email protected]>
* Makefile.am, po/POTFILES.in, po/POTFILES.skip:
Fixup autotools on distributed files.
[b85adaff9c44]
* README:
Update readme with more keywords
[300f075afc15]
2011-08-22 mozbugbox <[email protected]>
* src/byteonpanel.vala:
set statusicon title
[054add58aa21]
* src/byteonpanel.vala:
Use a single list for both rx/tx rates
[ccbd5af7fd2c]
* src/byteonpanel.vala:
Use FileInputStream directory instead of DataInputStream
We have no need for buffered input stream when reading rx/tx_bytes
files.
[dc3ce8d1d00e]
2011-08-21 mozbugbox <[email protected]>
* src/byteonpanel.vala:
Change type of data_len from long to uint64
The data transmitted could be quite large, overflow long datatype.
[05da7b4e27bf]
* README, src/Makefile.am, src/byteonpanel.vala, vapi/Makefile.am,
vapi/bop-overrides.vapi:
Override wrongly "unowned" modifier for pixbuf_get_from_surface
Since we can override bad binding in our own vapi file, work around
the bad binding in gdk3.0 upto vala 0.13.
[56244481e240]
* AUTHORS, COPYING, MAINTAINERS, Makefile.am, NEWS, README,
autogen.sh, byteonpanel, byteonpanel.py, configure.ac, po/ChangeLog,
po/LINGUAS, po/POTFILES.in, po/POTFILES.skip, src/Makefile.am,
src/byteonpanel.vala, vapi/Makefile.am, vapi/config.vapi:
Create a vala version of Byte On Panel.
The python version was moved to byteonpanel.py. The vala version was
handled by automake.
[ea908f3e90c1]
* byteonpanel:
fix typo in get_speed
[5d419bd577c7]
2011-08-16 mozbugbox <[email protected]>
* byteonpanel:
hide_window() should return True to stop delete-event from destroy
the window.
[378f160bf090]
* byteonpanel:
Add an AboutDialog.
[4f159823c99c]
* byteonpanel:
Replace deque with a SizedList class.
We don't need the full functionality of deque.
[6abb6f915af1]
* byteonpanel:
Replace dircache.listdir with os.listdir
[8fd4380085f7]
2011-08-15 mozbugbox <[email protected]>
* byteonpanel:
Make popup menu work.
[26b3ebaf7d30]
* byteonpanel.desktop:
Add a .desktop file
[49749c9de336]
* byteonpanel:
Initial commit.
[4fb4da2d7f41]