1. Added WITH_SPICE CMake variable. If it is not set usual Qucs will be
built. Application name is set to "qucs". If it is set, Qucs-S will be
built. Application name will be to "qucs-s".
2. Removed hardoced resources paths in "/usr/share/qucs", etc and
application names. Now resource paths depends on application name.
Resources will be installed into PREFIX/share/qucs-s/ for Qucs-S
3. Introduced a special definition QUCS_NAME in config.h. It will store
real application name.
4. Disabled default Debug mode for CMake
5. Exclude qucsattenuator, qucsedit, qucsresocdes, qucstrans, and qucshelp
(except docs) from the build system when building with WITH_SPICE switch
applicationDirPath() was used before a QApplication was instantiated
so it returned an empty path. This caused the application language
files path to be computed incorrectly.
To have qucs in a relocatable directory (in Windows) it cannot rely
the prefix given at build time. This is actually a bug.
This patch let each tool find the language files at runtime, relative
to the location of the executable.
In order to add more filter topologies to qucs-filter tool, quarter\wave
structures for bandpass and notch masks were included. Since TL_filter class
provides microstrip line synthesis, microstrip quarter wave filters were also
implemented. Given the desired filter parameters, the quarterwave_filter class
calculates the impedance/width and length of the transmission lines using [1].
qucs-filter.cpp was also modified to call quarter_wave_filter class.
On the other hand, the basic design equations of the filter were added to the
technical documentation "qucs-doc/technical/synthesis.tex"
Quarter wave filters added to qucs-filter
In order to add more filter topologies to qucs-filter tool, quarter\wave
structures for bandpass and notch masks were included. Since TL_filter class
provides microstrip line synthesis, microstrip quarter wave filters were also
implemented. Given the desired filter parameters, the quarterwave_filter class
calculates the impedance/width and length of the transmission lines using [1].
qucs-filter.cpp was also modified to call quarter_wave_filter class.
On the other hand, the basic design equations of the filter were added to the
technical documentation "qucs-doc/technical/synthesis.tex"
[1] Microwave Engineering. David M Pozar. John Wiley and Sons Inc. Pg 437-441"
Quarter wave bandpass and notch filter added to qucs-filter tool
Quarter wave bandpass and notch filter added to qucs-filter tool
New sources added to Makefile.am
1) Added quarter wavelength bandpass and notch filters to qucs-filtertool. Both the transmission line and the microstrip are available.2) Corrected the text case of a schematic text block. Minor change.3) Filter equations added to qucs-doc/technical/synthesis.texIn order to add more filter topologies to qucs-filter tool, quarterwave structures for bandpass and notch masks were included. SinceTL_filter class provides microstrip line synthesis, microstrip quarterwave filters were also implemented.Given the desired filter parameters, the quarterwave_filter class\
calculates the impedance/width and length of the transmission lines\
using [1]. qucs-filter.cpp was also modified to call\
quarter_wave_filter class. On the other hand, the basic equations of\
the filter were added to the technical documentation qucs-doc/
1) Added quarter wavelength bandpass and notch filters to qucs-filter\tool. Both the transmission line and the microstrip are available.\2) Corrected the text case of a schematic text block. Minor change.\3) Filter equations added to qucs-doc/technical/synthesis.tex\4) New sources added to Makefile.am\In order to add more filter topologies to qucs-filter tool, quarter\wave structures for bandpass and notch masks were included. Since\TL_filter class provides microstrip line synthesis, microstrip quarter\wave filters were also implemented.\Given the desired filter parameters, the quarterwave_filter class\calculates the impedance/width and length of the transmission lines\ using [1]. qucs-filter.cpp was also modified to call\ quarter_wave_filter class. On the other hand, the basic equations of\ the filter were added to the technical documentation qucs-doc/technical/synthesis.tex\[1] Microwave Engineering. David M Pozar. John Wiley and Sons Inc. Pg 437-441
1) Added quarter wavelength bandpass and notch filters to qucs-filter\tool.
Both the transmission line and the microstrip are available.
2) Corrected the text case of a schematic text block. Minor change.
3) New sources added to Makefile.am
4) Filter equations added to qucs-doc/technical/synthesis.tex
5) Corrected misspelling at 'synthesis.tex'
In order to add more filter topologies to qucs-filter tool, quarter\wave
structures for bandpass and notch masks were included. Since TL_filter class
provides microstrip line synthesis, microstrip quarter wave filters were also
implemented. Given the desired filter parameters, the quarterwave_filter class
calculates the impedance/width and length of the transmission lines using [1].
qucs-filter.cpp was also modified to call quarter_wave_filter class.
On the other hand, the basic design equations of the filter were added to the
technical documentation "qucs-doc/technical/synthesis.tex"
[1] Microwave Engineering. David M Pozar. John Wiley and Sons Inc. Pg 437-441"
GPL license
I cannot see the conflicts... Trying to solve them by commiting this...