70 Commits

Author SHA1 Message Date
ela
f7822cb17e 2008-11-27 Stefan Jahn <stefan@lkcc.org>
* 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.
2008-11-27 18:28:12 +00:00
ela
1c3c60ad9c 2008-08-04 Stefan Jahn <stefan@lkcc.org>
* docs/cs/Makefile.am (docdatadir): Added Czech translations of
        internal help system.  Thanks to Martin Stejskal.  Still things to
        do here...
2008-08-04 15:35:19 +00:00
ela
9791c2814b 2008-04-10 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.14 and bumped up to version
        0.0.15.
2008-04-10 18:18:37 +00:00
ela
80dce39ba5 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-30 15:55:15 +00:00
ela
26ff92c0fe 2007-12-08 Stefan Jahn <stefan@lkcc.org>
* configure.ac:  Fixed Debian bug #437876 (handling nostrip build
        option).
2007-12-08 21:32:39 +00:00
ela
8ec061b6d8 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-17 12:25:02 +00:00
ela
684443eaac 2007-06-16 Stefan Jahn <stefan@lkcc.org>
* docs/uk/start.html: Added Ukrainian translations of the internal
        help system.
2007-06-16 10:57:07 +00:00
ela
9f00ba31ba 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-06-05 18:03:49 +00:00
ela
979ea6d9c8 2007-03-18 Stefan Jahn <stefan@lkcc.org>
* 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!
2007-03-18 07:02:10 +00:00
raimi
106c16d35f 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-12 06:41:21 +00:00
raimi
ef81f0882a 2006-09-01 Stefan Jahn <stefan@lkcc.org>
* 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
2006-09-04 07:49:10 +00:00
raimi
d984410d9c 2006-08-26 Stefan Jahn <stefan@lkcc.org>
* 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".
2006-08-28 08:15:45 +00:00
raimi
655bec6bd3 2006-07-03 Stefan Jahn <stefan@lkcc.org>
* diagrams/diagram.cpp (loadVarData): Fixed compile time error.
2006-07-04 09:21:49 +00:00
raimi
4a74dfc929 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-30 07:08:50 +00:00
raimi
1e3e6e7813 2006-05-22 Stefan Jahn <stefan@lkcc.org>
* 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.
2006-05-23 09:13:17 +00:00
raimi
0528f5abfe 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-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.
2006-05-15 06:32:50 +00:00
margraf
4ae63b93aa *** empty log message *** 2006-04-10 06:12:35 +00:00
raimi
df0c805206 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-02-13 09:35:10 +00:00
ela
3c4c260ef8 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-21 22:48:41 +00:00
raimi
d69d30b2a2 2006-01-14 Stefan Jahn <stefan@lkcc.org>
* 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.
2006-01-16 11:54:04 +00:00
raimi
b0162b335f from stefan. new directory added. 2005-12-02 08:50:22 +00:00
raimi
947cb39ee5 2005-10-18 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Fixed overwriting CXXFLAGS and CFLAGS
        environment variables via 'configure' command line.
2005-10-19 08:59:30 +00:00
raimi
e9f3f31a20 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-07-28 19:19:31 +00:00
margraf
a9d25555fe *** empty log message *** 2005-06-23 06:06:40 +00:00
raimi
d6ad9a26b4 tutorial from stefan 2005-06-14 16:50:01 +00:00
margraf
20bb7abc0f *** empty log message *** 2005-05-30 06:19:42 +00:00
raimi
039fd98aca 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-25 19:20:51 +00:00
raimi
13e1b0ca30 2005-04-03 Stefan Jahn <stefan@lkcc.org>
* 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-04-04 08:28:09 +00:00
raimi
3956a6b2c1 changes so that qucs/docs is now qucs-help/docs/ 2005-04-01 07:15:00 +00:00
margraf
4a2a8407ba *** empty log message *** 2005-03-05 14:52:09 +00:00
raimi
c7d3439e4b qtgeneric.ts by Markus Gothe <nietzschian@gmail.com>
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.
2005-03-04 15:29:54 +00:00
raimi
fd8c498bb7 2005-03-01 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.5 and bumped up to version
        0.0.6.
2005-03-02 07:31:36 +00:00
raimi
83f5cc22cc 2005-02-28 Raimund 'Raimi' Jacob <raimi@lkcc.org>
* docs/de/index.html: Committed german documentation translatted
        by Jens Flucke.
2005-02-28 13:48:44 +00:00
raimi
05b5dd1ad3 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-26  Stefan Jahn  <stefan@lkcc.org>

        * main.cpp (main): Made the Qucs application relocatable
        using the environment variable QUCSDIR.
2005-02-28 09:30:41 +00:00
raimi
de1139faa9 2005-02-21 Stefan Jahn <stefan@lkcc.org>
* configure.ac: LDFLAGS additions for FreeBSD users.
2005-02-22 16:40:05 +00:00
raimi
01549e0246 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.

Added dummies for hebrew translations.
2005-02-18 19:50:24 +00:00
ela
a62dce4b05 * Fixed typo. 2004-11-10 20:40:27 +00:00
margraf
d3af79562b *** empty log message *** 2004-11-06 16:29:51 +00:00
ela
a246143537 2004-10-23 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.4 and bumped up to version
        0.0.5.
2004-10-23 20:38:41 +00:00
ela
cfc9caf38a * Updated Romanian translation. 2004-10-21 17:14:09 +00:00
ela
dfdc7cccfb 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-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.
2004-09-30 09:21:20 +00:00
ela
99d9a69964 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-15  Stefan Jahn  <stefan@lkcc.org>

        * qucs_de.ts: Updated german translation.

        * Makefile.am (%.ts): Added translations of qucs-help and
        qucs-edit.
2004-09-15 10:06:47 +00:00
ela
e9c3737fcc 2004-09-04 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.3 and bumped up to version
        0.0.4.
2004-09-04 11:19:05 +00:00
ela
3f8005b537 2004-08-30 Stefan Jahn <jahn@mwt.ee.tu-berlin.de>
* 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.
2004-08-30 15:23:25 +00:00
ela
324d4c9ec8 2004-07-03 Stefan Jahn <stefan@lkcc.org>
* 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.
2004-07-04 11:26:58 +00:00
ela
4b1789a77a 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-27  Stefan Jahn  <stefan@lkcc.org>

        * resistor.cpp (Resistor): Fixed typo in 'european'.

        * dc_sim.cpp (DC_Sim): Renamed 'showOPs' property into
        'saveOPs'.
2004-06-27 15:09:28 +00:00
margraf
4ba6387e3a *** empty log message *** 2004-06-26 07:05:47 +00:00
ela
79ead6e921 * Added qucs-edit directory. 2004-06-23 16:03:26 +00:00
ela
eb9b605900 2004-06-03 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.2 and bumped up to version
        0.0.3.
2004-06-03 16:26:51 +00:00
ela
2934c75bd3 * Minor change in configure process. 2004-05-29 20:41:36 +00:00