* schematic_file.cpp: Some code cleanup. Also fixed a problem
with subcircuits containing VHDL files: passing signal types up
also when more than one instance of the subcircuit is on the
schematic.
* qucs_uk.ts, qtgeneric_uk.ts: Updated Ukrainian translations.
Thanks to Hse?
* schematic_file.cpp (giveNodeNames): Allow library component to
emit analog as well as digital netlist code.
2007-05-09 Stefan Jahn <stefan@lkcc.org>
* libcomp.cpp: Enabled library component to emit analog as well as
digital netlist code.
* eqndefined.cpp (EqnDefined): Added new equation defined
device. Icon still missing.
* hicumL2p1.cpp (hicumL2p1): Added description for the 'fbc' and
'krbi' properties.
* qucsdigi.bat: Closing stdin when running the simulator.
* qtgeneric_tr.ts, qucs_tr.ts: Updated Turkish translations.
Thanks to Ozgur.
* Makefile.am (bin_SCRIPTS): Care about the host system when
installing the qucsdigi script.
2006-08-26 Stefan Jahn <stefan@lkcc.org>
* qucshelp.cpp (setupActions): Made some more user visible
strings translatable. Renamed the "Sidebar" into "Table of
Contents".
* opt_sim.cpp (createASCOFiles): Moved this function here from
the optimization dialog. Netlist creation fixed. Properties
are saves properly now (translation independent).
* optimizedialog.cpp (OptimizeDialog): Improved and finished
the dialog for now.
* configure.ac: Checking for Qt programs also in the
$QTDIR/bin path.
2006-01-14 Stefan Jahn <stefan@lkcc.org>
* d_flipflop.cpp, jk_flipflop.cpp, rs_flipflop.cpp: Including
<stdlib.h> for strtod() definition.
2006-01-15 Stefan Jahn <stefan@lkcc.org>
* docs/de/internal.html: Added German translation of file
format description.
* paintings/filldialog.cpp (FillDialog): Fixed description
of dense levels.
* dialogs/settingsdialog.cpp (SettingsDialog): Fixed widget
layout error for the 'show Grid' option.
* qucs.cpp: Introduced QucsWorkDir as global variable used
to save the current directory instead of changing into
directories directly. Changed file and directory references
appropriately.