-
Notifications
You must be signed in to change notification settings - Fork 214
/
ChangeLog
335 lines (206 loc) · 9.35 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
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
2011-03-18 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.16 and bumped up to version
0.0.17.
2009-04-27 Stefan Jahn <stefan@lkcc.org>
* qucs-filter-v2: Added preliminary 2nd version of qucs-filter
program by Vincent. Schematic export is still missing.
2009-04-25 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.15 and bumped up to version
0.0.16.
2009-03-29 Stefan Jahn <stefan@lkcc.org>
* configure.ac (paths): Added yet another path to look for Qt3
header files.
2008-11-27 Stefan Jahn <stefan@lkcc.org>
* Makefile.am (mac-install-apps): Added post install scripts for
MacOSX.
2008-09-25 Stefan Jahn <stefan@lkcc.org>
* contrib/ps2sp: Renamed ps2sp.pl into ps2sp in order to avoid
'script-with-language-extension' warning for Debian packages.
2008-04-11 Stefan Jahn <stefan@lkcc.org>
* autogen.sh: Using automake to add missing files for build if
needed. Removed these files from CVS.
2008-04-10 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.14 and bumped up to version
0.0.15.
2007-12-30 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.13 and bumped up to version
0.0.14.
2007-12-08 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Fixed Debian bug #437876 (handling nostrip build
option).
2007-09-17 Stefan Jahn <stefan@lkcc.org>
* Loads of changes to avoid the "deprecated conversion from string
constant to 'char*'" warning from the g++ 4.2.1 compiler.
2007-06-17 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.12 and bumped up to version
0.0.13.
2007-06-05 Stefan Jahn <stefan@lkcc.org>
* contrib/Makefile.am (dist_man_MANS): Added 'ps2ps.pl' perl
script (preprocessor) as well as an appropriate manpage. Thanks
to Friedrich Schmidt.
2007-03-29 Stefan Jahn <stefan@lkcc.org>
* qucs-edit/qucsedit.cpp (QucsEdit): Try using mono-spaced font
in the editor text area.
2007-03-18 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.11 and bumped up to version
0.0.12.
2006-09-11 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Don't link using "-s" on MacOSX since it drops lazy
dynamic symbol information. Also checking for {moc|uic|lrelease|
lupdate}-qt3 programs. Added some more paths for Qt headers and
libraries.
2006-09-01 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.10 and bumped up to version
0.0.11.
2006-08-08 Stefan Jahn <stefan@lkcc.org>
* qucs-attenuator/qucsattenuator.cpp (slotSetText_Zin):
Synchronized Zout and Zin when specifying a bridged-tee.
* qucs-attenuator/attenuatorfunc.cpp (Calc): Fixed computation
routine for bridged-tee topology.
2006-05-29 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.9 and bumped up to version
0.0.10.
2006-05-14 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Added -s (strip) to linker flags when no
debugging enabled.
Put MinGW32 checks in place, thus it is now possible to cross-
compile the qucs package using a GNU/Linux box. Had to separate
LDFLAGS and LIBS because linker command line order matters (-lqt-mt
-lqtmain *must* be at the end of the command line), otherwise
linking fails. Changed rules in appropriate Makefile.am's.
Additionally checking for the 'ar' tool.
2006-02-16 Stefan Jahn <stefan@lkcc.org>
* qucs-transcalc/main.cpp, qucs-lib/main.cpp,
qucs-help/main.cpp, qucs-filter/main.cpp, qucs-edit/main.cpp
(loadSettings): Try loading items from main qucsrc even if
application specific resource file does not exist.
2006-02-10 Stefan Jahn <stefan@lkcc.org>
* configure.ac (paths): Added $QTDIR/lib64 to the library path
to look Qt libraries for. For 64-bit GNU/Linux's.
2006-01-25 Stefan Jahn <stefan@lkcc.org>
* qucs-filter/qf_cauer.cpp: Fixed band stop filters. Now
correctly working and exported into the clipboard.
2006-01-21 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.8 and bumped up to version
0.0.9.
2006-01-18 Stefan Jahn <stefan@lkcc.org>
* qucs-filter/qf_filter.cpp: Lowpass/Highpass/Bandpass of
Cauer filter now quite like working.
* qucs-filter/qf_cauer.cpp: Fixed bug in bandpass/bandstop
generation.
2006-01-16 Stefan Jahn <stefan@lkcc.org>
* qucs-filter/qf_filter.cpp: Preliminary support for Cauer
filters. Many bugs here...
2006-01-14 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Checking for Qt programs also in the
$QTDIR/bin path.
2006-01-07 Stefan Jahn <stefan@lkcc.org>
* qucs-filter/qucsfilter.cpp (calculateFilter): Built in
the cauer filter code by Vincent Habchi.
2005-11-15 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* show cursor position in qucs-edit
* extend Bessel coefficient table to order 19
2005-11-08 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* fixed small bug in library search
2005-10-18 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Fixed overwriting CXXFLAGS and CFLAGS
environment variables via 'configure' command line.
2005-10-13 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* add new libraries: Bridges, LEDs
2005-08-19 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* add new components models to library, thanks to
Leandro D'Archivio
2005-07-23 Stefan Jahn <stefan@lkcc.org>
* qucs-lib/qucslib.1: Added manpage for the QucsLib library
manager program.
* configure.ac: Finally fixed freebsd[456]* detection.
2005-07-22 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.7 and bumped up to version
0.0.8.
2005-05-25 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.6 and bumped up to version
0.0.7.
2005-05-11 Stefan Jahn <stefan@lkcc.org>
* qucs*.1: Updated manpages.
2005-03-01 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.5 and bumped up to version
0.0.6.
2005-02-27 Stefan Jahn <stefan@lkcc.org>
* qucs-help/main.cpp, qucs-edit/main.cpp (main): Made the
QucsHelp and QucsEdit applications relocatable using the
environment variable QUCSDIR.
2005-02-23 Stefan Jahn <stefan@lkcc.org>
* THANKS: Corrected Toyoyuki Ishikawa's name at all locations
in the project.
2005-02-21 Stefan Jahn <stefan@lkcc.org>
* configure.ac: LDFLAGS additions for FreeBSD users.
2005-02-18 Raimund 'Raimi' Jacob <raimi@lkcc.org>
* configure.ac: Add another paths to look for Qt header/library in.
Required for FreeBSD. Use gmake there.
2004-11-24 Raimund 'Raimi' Jacob <raimi@lkcc.org>
* autogen.sh: Make aclocal and automake program be overridable
with environment variable. Need this so i can easily build on
debian woody, I hope nobody takes offense.
PS: While Stefan is away, I will commit his stuff.
2004-11-23 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* added icon to QucsEdit and QucsHelp
2004-11-11 Stefan Jahn <stefan@lkcc.org>
* qucs-edit/qucsedit.cpp (slotAbout): Added proper copyright
notice to the 'About' dialog.
2004-10-23 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.4 and bumped up to version
0.0.5.
2004-09-30 Stefan Jahn <stefan@lkcc.org>
* qucs-edit/qucsedit.1: Added simple man page for qucsedit.
* qucs-help/qucshelp.1: Added simple man page for qucshelp.
* qucs-help/main.cpp (main): Trying to obtain the correct
language help directory by splitting e.g. 'es_MX' to use the
'es' directory.
2004-09-15 Stefan Jahn <stefan@lkcc.org>
* qucs-help/main.cpp (main): Using locale() string to check
whether the documentation directory in the specific language
is available.
* configure.ac: Made the DOCDIR variable for choosing a
specific language.
2004-09-04 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.3 and bumped up to version
0.0.4.
2004-08-30 Stefan Jahn <jahn@mwt.ee.tu-berlin.de>
* configure.ac: Checking for 'ieeefp.h'.
2004-07-03 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Ensured that the default prefix gets set early
in the configure script.
2004-06-27 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Displaying warning message if the 'moc' compiler
can not be found. Checking for new platforms.
2004-06-03 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.2 and bumped up to version
0.0.3.
2004-05-29 Stefan Jahn <stefan@lkcc.org>
* Makefile.am: Added RELEASE file to CVS. Updated maintainer
specific files.
2004-04-30 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Added no-define directive to AM_INIT_AUTOMAKE,
changed all callers of the VERSION #define to use PACKAGE_VERSION.
2004-02-09 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Substituting the variable PATHXFORM depending
on the build system.
2004-01-31 Michael Margraf
* added tr(...) to all strings
* some tiny improvements
2004-01-24 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Additionally checking for X headers and
libraries. Checking for multi-threaded and non-threaded Qt
library.
2004-01-19 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Added qucs/doc/Makefile for output.
2004-01-10 Michael Margraf <margraf@mwt.ee.tu-berlin.de>
* diagrams can be resized
* tabular diagrams can show more than one variable
* a simple help system can now be started from help system
2003-11-29 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Added a LANGUAGEDIR path for translations.
Slightly changed the BITMAPDIR.
2003-10-30 Stefan Jahn <jahn@mwt.ee.tu-berlin.de>
* configure.in: Made the BITMAPDIR definition available through
<config.h>.