* qucstrans.cpp (slotCopyToClipBoard): Added clipboard copy for
new coplanar line types.
2008-02-09 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* added new lines: coplanar with and without backside metal
* 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.
* dialogs/packagedialog.cpp (slotCreate): Adding ".qucs" extension
if not already given.
(extractPackage): Fixed bug inhibiting packages without file
extension.
* dialogs/importdialog.cpp (ImportDialog): Fixed odd behaviour of
the dialog (import button disabled when saying no at overwrite
message box).
2007-04-15 Stefan Jahn <stefan@lkcc.org>
* iexp.cpp (iExp), vexp.cpp (vExp): Added exponential voltage and
current pulse sources. Thanks to Gunther.
* configure.ac: Released version 0.0.11 and bumped up to version
0.0.12.
2007-03-18 Stefan Jahn <stefan@lkcc.org>
* qucs_fr.ts: Updated french translations. Thanks to Vincent!
* 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.
* configure.ac: Released version 0.0.10 and bumped up to version
0.0.11.
2006-09-03 Stefan Jahn <stefan@lkcc.org>
* qtgeneric_cz.ts, qucs_cz.ts: Added Czech translations.
2006-09-03 Stefan Jahn <stefan@lkcc.org>
* opt_sim.cpp (createASCOFiles): Fixed a bug occuring when
trying to use ASCO on Win32.
note to self: this last fix should be ported to the qt4 branch to verify
that the idea works
* main.cpp (main): Using ASCODIR environment variable (if set)
in order to locate the ASCO binary. Otherwise it must be
somewhere in the executable PATH.
* dialogs/simmessage.cpp (startSimulator): Running ASCO
appropriately and evaluating results.
* 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".
* main.cpp (main): Setting up locale to "C" for numeric
values, such that strtod() does not fail.
2006-07-02 Stefan Jahn <stefan@lkcc.org>
* dc_sim.cpp (DC_Sim), tr_sim.cpp (TR_Sim): Allow choosing
'GolubSVD' as equation solver.
* diagrams/diagram.cpp: Improved speed while loading datasets
under Win32 by a strtod() replacement.
* qucs.cpp (slotChangePage): Fixed small bug on Win32
platforms.
* qucs-filter/qf_filter.cpp: Preliminary support for Cauer
filters. Many bugs here...
2006-01-16 Stefan Jahn <stefan@lkcc.org>
* qucs_jp.ts: Updated Japanese translation. Thanks to
Toyoyuki.
* dialogs/simmessage.cpp (slotDisplayMsg): Fixed progress
bar parsing for Win32 platforms.
2006-01-16 Stefan Jahn <stefan@lkcc.org>
* docs/qucsdigi.1: Fixed documentation of command line
arguments of the qucsdigi script.
* qucs-filter/qucsfilter.cpp (calculateFilter): Built in
the cauer filter code by Vincent Habchi.
2006-01-06 Stefan Jahn <stefan@lkcc.org>
* docs/de/matching.html, docs/de/characters.html: Translated
matching circuits and list of special characters into German.