* Makefile.am (mac-install-apps): Added post install scripts for
MacOSX.
2008-11-27 Stefan Jahn <stefan@lkcc.org>
* dialogs/vtabbutton.cpp (drawButton): Adjusted code to work with
MacOSX as well. Thanks to Gopala.
* bitmaps/Makefile.am (MACICONS): Added MacOSX icons.
* main.cpp (main): Initial position is centered on the screen.
* 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
* 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".
* textdoc.cpp (markWord): Fixed segfault bug in syntax
highlighter.
* qucs_jp.ts: Updated Japanese translations. Thanks to
Toyoyuki.
2006-05-22 Stefan Jahn <stefan@lkcc.org>
* tline.cpp (TLine): Changed default value of 'Alpha' to "0 dB".
2006-05-22 Stefan Jahn <stefan@lkcc.org>
* docs/ru/index.html: Added Russian translations of the
internal help system. Thanks to Igor.
* docs/en/mathfunc.html: Documented Freq2Time() and Time2Freq().
Also fixed descriptions of fft, iff, dft and idft. Added the
two-argument descriptions of arctan, max and min.
* 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-05-14 Stefan Jahn <stefan@lkcc.org>
* diagrams/rect3ddiagram.cpp (calcData): Fixed a memory
overflow when computing the 3D diagram data.
* qucsdigi: Set time raster for VCD file to 1ps.
* qucs_ru.ts: Updated Russian translations. Thanks to Igor.
* qucs_actions.cpp, diagrams/rect3ddiagram.cpp: Added "#include
<limits.h>" where necessary for SuSE installation.
2006-05-14 Stefan Jahn <stefan@lkcc.org>
* symbolwidget.cpp: Added "#include <limits.h>" where necessary
for SuSE installation.
* 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.
* 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.
* optionsdialog.h: Added configuration option dialog.
* helpdialog.h: Implemented help dialog.
* qucstrans.cpp: Applied reasonable default values for line
properties. Implemented status bar. Improved radio button
behaviour. Implemented config file operations as well as loading
and saving of transmission line files.
* microstrip.cpp (synthesize): Computing length of microstrip
line based on electrical angle during synthesis.
* main.cpp: Saving and storing current property values in resource
file on application startup and exit.
* c_microstrip.cpp (er_eff_freq): Fixed P_9 formula. Use '0.7913'
instead of '0.7193'.
(Z0_dispersion): Fixed Q_19 formula. Use '4.9' instead of '4.19'.
2005-03-03 Stefan Jahn <stefan@lkcc.org>
* qucstrans.cpp: Initial attempt to create a 'transcalc' like
GUI for Qt. Thus the program can be ported for use with Qucs.
* qucs-help/main.cpp, qucs-edit/main.cpp (main): Made the
QucsHelp and QucsEdit applications relocatable using the
environment variable QUCSDIR.
2005-02-26 Stefan Jahn <stefan@lkcc.org>
* main.cpp (main): Made the Qucs application relocatable
using the environment variable QUCSDIR.
* 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-30 Stefan Jahn <stefan@lkcc.org>
* docs/Makefile.am (SUBDIRS): Added the es/ directory
supplied by Jose L. Redrejo Rodriguez. Thanks a lot!
* qucsinit.cpp (slotHelpAbout): Mentioned Jose as Spanish
translator in the About.. box.
* qucs_es.ts: Applied the spanish translation. Thanks to
Jose L. Redrejo Rodriguez.
* 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-15 Stefan Jahn <stefan@lkcc.org>
* qucs_de.ts: Updated german translation.
* Makefile.am (%.ts): Added translations of qucs-help and
qucs-edit.
* configure.ac: Checking for 'ieeefp.h'.
2004-08-30 Stefan Jahn <jahn@mwt.ee.tu-berlin.de>
* diagrams/diagram.cpp: Including headers for finite().
* qucsinit.cpp (slotHelpAbout): Fixed typo.
* qucs_ro.ts: Preliminary checkin of romanian translation.
* qucs_de.ts: Updated german translation.
2004-08-30 Stefan Jahn <jahn@mwt.ee.tu-berlin.de>
* componentdialog.cpp (slotSelectProperty): Fixed bug when
longer descriptions without white spaces occur.
* configure.ac: Ensured that the default prefix gets set early
in the configure script.
2004-07-04 Stefan Jahn <stefan@lkcc.org>
* resistor.cpp (Resistor): Added 'Temp' property.
* configure.ac: Displaying warning message if the 'moc' compiler
can not be found. Checking for new platforms.
2004-06-27 Stefan Jahn <stefan@lkcc.org>
* resistor.cpp (Resistor): Fixed typo in 'european'.
* dc_sim.cpp (DC_Sim): Renamed 'showOPs' property into
'saveOPs'.