* 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.