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
1. Introduced xyce.blacklist for XYCE-incompatible libraries.
2. spice.blacklist moved to ngspice.blacklist. It is intended for
Ngspice and SpiceOpus
3. Libraries are also blacklisted in TreeView at main window
Libraires may contain components that are default-simulator incompatible.
For example RF-componenents library is SPICE-incompatible. And XSPICE
devices libary is Qucs-incompatible. Blacklisting allows to hide
undesired libraries in QucsLib library manager.
The following C++ components are duplicated in Xanalogue library and
should be removed:
ABCV
ABV
APBPCV
APBV
Cmeter_SPICE
DE_V_amp
DE_V_diff
DE_V_int
DE_V_limit
DivV
SE_V_amp
SE_V_diff
SE_V_int
SE_V_limit
It's needed to increase performance for over 10k simulation points:
1. The whole Spice-RAW dataset content is read into RAM and then analyzed.
2. Qucs dataset is formed in RAM and then the whole dataset is written
on disk
Transient simulations with over 100k simulation points produce
huge percentage output. It can trouble to simulation output reading
end even can freeze QTextEdit simulation console. Now percentage output
is excluded from logs and shown only at ProgressBar
Qucs Transcalc was using a fixed path (~/.qucs) to store and
retrieve the GUI input values, ignoring the QucsHomeDir that
could have been defined by the main GUI