File: ChangeLog

package info (click to toggle)
qterm 0.4.0pre2-0.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,604 kB
  • ctags: 2,560
  • sloc: cpp: 22,355; sh: 8,266; perl: 2,029; python: 292; makefile: 214
file content (408 lines) | stat: -rw-r--r-- 7,429 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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
2004/12/16
	add
	1. getArticle 
	
2004/11/18
	fix
	1. correct NAWS negotiation 
	add
	1. clear focus of http download progress dialog

2004/11/12
	fix
	1. finally get around the bug in switching window by ctrl+tab etc.

2004/10/13
	fix
	1. clearing zmodem and pool option doesnt work
	2. naming problem when have duplicate file to download

2004/09/30
	0.4.0pre1 released

2004/09/27
	fix
	1. segmentation fault when using NAWS to resize window

2004/09/17
	0.3.9 released
	
2004/09/16
	fix
	1. new implementation of copy article

2004/09/13
	add
	1. more python callback functions
	
2004/09/03
	fix
	1. better finishing operation in zmodem upload
	remove
	1. change to "qt 3.1.x+ based" in aboutdialog
	
2004/08/31
	add
	1. partial support for *[?1001 
	2. telnet NAWS option

2004/08/25
	add
	1. shortcut to submenus
	2. UI font takes global antialias setting
	3. save QFileDialog path
	4. clear zmodemDialog before shown
	
2004/08/24
	0.3.8 released
	fix
	1. change debian/rules in favor of new guide, thanks to
	fullow.bbs@smth.org
	remove 
	1. conditional compilation in QTermWndMgr & QTermScreen::focusInEvent

2004/08/23
	add
	1. proxy support for SSH1
	2. use external image viewer program if specified
	remove
	1. qterm.cfg version warning
	fix
	1. polish the http download behavior
	
2004/08/13
	add
	1. context menu in picture viewer
	fix
	1. bug when setting up zmodem directory
	
2004/08/12
	add
	1. picture viewer
	2. http download
	0.3.7 released

2004/07/27
	add
	1. zmodem upload/download support
	2. allow URL(%L) to be used as parameter in browser 
	setting in prefdialog
	3. support on-the-spot style
	fix
	1. window switching problem in MacOSX
	2. path setting in Linux(*NIX), Windowz and MacOSX
	
2004/06/10
	add
	1. paste from clipboard by menu command, shift+insert, 
	while paste from mouse selection by clicking mouse middle
	button
	fix
	1. input method not working in qt3.2 for Windowz

2004/06/07
	add
	1. better support for dock in MacOSX

2004/05/14
	fix
	1. crash when exception popups in script
	
2004/05/12
	fix
	1. dividend of 0 in popwidget.cpp
	2. empty schema crash
	3. new implementation of QTermConfig by cppgx.bbs@smth.org,
	fixing the memory leak.
	4. various conditional compiling for MacOSX
	
2004/02/19
	add
	1. SSH1 support
	fix
	1. better look of tray icon
	2. hide the window only when tray icon is enabled
	3. close qterm when there is no connection.

2003/11/09
	fix
	1. support for redhat's menu.
	2. some anony bug when move around the cursor
	3. fatal error when no schema selected
	4. save schema error in Windowz

2003/11/08
	add
	1. disable python when no python-dev detected
	2. qterm.pro for qmake use
	fix
	1. merge patch for BSD system
	2. one bug in QTermTextLine::getText
	
2003/11/07
	add
	1. schema support

2003/10/19
	fix
	1. Delete key send \x1b[3~

2003/10/18
	add
	1. version item added in qterm.cfg for checking compatibility
	fix
	1. copy text to both mouse key and clipboard
	2. port trayicon from Psi. now works in KDE3/GNOME2 and can
	be dynamically load/unload
	3. check if the string of system control script is empty
	4. mistake in getting the visibility of toolbars when window is hidden
	5. disable selection of SSH1/2 form AddressBook dialog

2003/10/16
	fix
	1. checking Python 2.3, 2.2

2003/9/27
	add
	1. play wave files using Arts, ESD, or external program.
	fix
	1. view->themes.
	2. display using variable fonts.

2003/7/7
	add
	1. QTermTelnet emit TSWRITED when called write(). Use this signal to
	restart antiIdle timer instead of mouse & key pressing
	
2003/7/6
	add
	1. extract python traceback info

2003/7/3
	fix
	1. CPU overload when copy article

2003/6/25
	fix
	1. Makefile error
	
	0.3.1 released
	
2003/6/21
	0.3.0 released

2003/6/3
	add
	1. tray icon

2003/5/30
	add
	1. python script support

2003/5/8
	fix
	1. font set from menu(toolbar) will override the antialias property

2003/4/16
	fix
	1. autoreply cant be enabled if not enabled in Setting
	
2003/4/12
	0.2.0 released

2003/4/7
	add
	1. varible in address book for autoreply
	2. support url format usr:pwd@addr:port
	fix
	1. problem when copy article at ytht.net

2003/4/2
	add
	1. strip out the whitespace when copy

2003/3/28
	add
	1. logo icon

2003/3/25
	add
	1. strip out the whitespace when copy article
	fix
	1. system() try to break URL at '&', avoided by double quotation
	2. copy article problem
	
2003/3/22
	0.2.0pre2
	
2003/3/21
	fix
	1. word wrap 
	2. autologin

2003/3/19
	add
	1. new designed message dialog
	fix
	1. copy article problem for 0.2.0pre1

2003/3/15
	add
	1. reconnect # seconds after disconnected by host in maxmimum # times
	fix
	1. clipbard problem, copy to/paste from non-Qt software

2003/3/14
	add
	1. HTTP proxy support

2003/2/15
	fix
	1. QTermWindow::idleProcess: stop blinking after replyMessage

2003/2/14
	fix
	1. QTermScreen::refreshScreen: blink flag missing when partially refreshed.

2003/1/24
	fix
	1. QTermFrame::homepage:  exec web browser without ' &' ending in Windowsz.
	2. QTermScreen::scrollLine: stop scrolling at the start or end
	
20031/1/22
	add
	1. load default setting for quick login instead of the hard coded one
	fix
	1. QTermConfig: swtich from C++ iostream to QTextStream for file I/O,
	otherwise, gcc 3.2 would complain.
	2. problems when complied on qt 3.0.5
	3. bug when selected by mouse
	remove
	1. theme support for qt 3.1.1 on debian/sid doesnot have styles builtin

2003/1/21
	0.2.0pre1

2003/1/11
	0.1.7 released

2003/1/10
	add
	1. https url detection
	fix
	1. font size bug
	2. copy article

2002/12/24
	0.1.6 released

2002/12/04
	backport features form 0.2.0

2002/4/18
	0.1.5 released
	
2002/4/17
	add
	1. set font for quicklogin

2002/4/13
	fix
	1. gb and big5 support. input supported
	2. unhandled error when read from socket
	3. select code set from locale when quicklogin

2002/4/11
	fix
	1. error in qterm.cfg

2002/4/8
	fix
	1. improved method in drawing caret
	2. fatal error when double click in addrdialog

2002/4/2
	fix
	1. QGArray::at: Absolute index 78 out of range

2002/3/19
	fix
	1. CPU overlaod when selecting by mouse
	2. some bugs in refresh

2002/3/18
	add
	1. check existence of qterm.cfg

2002/3/16
	fix
	1. improved method in intializing working directory by Anthony Fok <foka@debian.org>
	2. CPU overload when opening many windows

2002/3/8
	0.1.4 released

2002/3/7
	add
	1. set interface font 
	fix
	1. mouse judgement error

2002/3/6
	fix
	1. mistake in settingdialog
	2. new method in initialize working directory

2002/3/4
	add
	1. support GB and BIG5 encoding BBS
	fix
	1. fatal error in addrDialog

2002/3/3
	add
	1. proxy support for Wingate,SOCKS4 and SOCKS5
	2. new cursor. created by Merlion.bbs@smth.org
	fix
	1. one assert error in addrDialog
	2. serious bug when selecting by mouse

2002/3/2
	add
	1. copyArticle by Nimrod.bbs@smth.org
	2. URL detection and code fixing by hwangxw@fm365.com

2001/12/21
	fix
	1. cant display memorandum when press tab key
	2. problem when download mail

2001/10/27
	0.1.3-1 released
	fix
	1. cant input chinese in some linux distribution
	2. cant display the last line sometimes
	3. the passwd in quicklogin dialog is displayed in plain text
	4. problem when dowload digest article
	add
	1. inputbar go with cursor

2001/10/4
	qterm-0.2.0 began

2001/9/15
	QTerm has its homepage htpp://qterm.gnuchina.org

2001/8/31
	add 
	1. copy artilce

2001/8/23
	add
	1. copy
	fix
	1. problem when install

2001/8/15
	0.1.1 released