314 Commits

Author SHA1 Message Date
ThomasZecha
b79d94ef2a Introduce optional netlisting to console
-Introduced cli parameter --cdl for netlisting CDL
-Implemented netlisting to console for ngspice and xyce
-Increased readability and introduced smart-pointer semantics for some
 qucs-s main.cpp functions
-Increased readability and introduced c++ cast's for casting to
 Schematic* for affected QucsApp::slotSimulateWithSpice and QucsApp::slotSaveNetlist

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2025-01-19 14:19:21 +01:00
ThomasZecha
e6f35a35ff Introduce optional netlisting to console
-Implemented conditional netlisting to console for CDL
-forced using trailing a_ for class attributes instead ms-style m_ for
 class QucsApp
-removed unused attribute m_projModel from class QucsApp

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2025-01-19 14:19:21 +01:00
ThomasZecha
b4d985d268 Introduce optional netlisting to console
-Replaced qucs_s manual commandline parsing with QCommandLineParser
-Introduced new cli-parameter for netlisting to console

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2025-01-19 14:19:21 +01:00
ThomasZecha
0d97f032bb Fix compiler warnings
Qt6 QTranslator::load() uses [[nodiscard]] which currently leads to
compiler warnings. This is fixed using static_cast<void>.

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2025-01-07 12:11:57 +01:00
Vadim Kuznetsov
008895cb65 Replace setting name; remove QSettings.SimParameters 2025-01-06 17:29:20 +03:00
Vadim Kuznetsov
7fde61997c Remove conditional Qt5 code 2025-01-04 12:15:41 +03:00
Vadim Kuznetsov
07970d566a Remove qucs::SkipEmptyParts 2025-01-03 21:06:41 +03:00
Muhammet Şükrü Demir
fe6c33a980 fix launchTool method. 2024-12-18 00:27:08 +03:00
Vadim Kuznetsov
0fe4bc40c9
Merge pull request #1124 from dsm/fix_path
fix path.
2024-12-10 09:31:35 +01:00
Muhammet Şükrü Demir
eb3aad2452 fix ngspice and qucsator_rf path search. 2024-12-07 20:08:08 +03:00
Muhammet Şükrü Demir
185ac83c56 settings improvements. 2024-12-05 20:06:37 +03:00
ThomasZecha
62cf2d4bdc New Feature: CDL netlist export
Introduced very basic c++ coding style for the class Schematic and it's
parent-class QucsDoc based on https://google.github.io/styleguide/cppguide.html:
-Prefix class attributes with a_ (much more better readability!)
-Class member initialization via constructor member initialization list
-No public class attributes (where possible with small effort)

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-11-15 12:39:39 +01:00
Integral
30f8ddd583
refactor: replace non-empty QString constructors with QStringLiteral() 2024-11-04 15:53:11 +08:00
Vadim Kuznetsov
72acdd58b0 Assign QucsMain to nullptr instead of 0 2024-10-11 17:15:02 +03:00
Vadim Kuznetsov
e9e1168934 Fix crash when no simulator found on the first start 2024-10-11 17:05:58 +03:00
Vadim Kuznetsov
2d1a2c20c6 Fix Ngspice run in CLI mode 2024-09-27 17:18:55 +03:00
Vadim Kuznetsov
cf44ff8000 Fix wrong Octave path 2024-08-12 11:25:07 +03:00
Vadim Kuznetsov
78b11d6e4e Remove dark/light icons setting 2024-07-21 11:12:56 +03:00
Vadim Kuznetsov
c626ee7afe Toolbar and status bar must be always visible 2024-07-20 19:19:46 +03:00
dsm
af687e2ba7 windows specific macros generelized. 2024-07-04 10:42:54 +03:00
Andrey Kalmykov
be8c1bd122 Replace umbrella 'components.h' with only required headers 2024-05-31 18:30:50 +03:00
Andrey Kalmykov
a2e7d8eb9e Rename "Area" to "Rect"
After extracting ellipse from "Area" to a separate class, "Area"
means only a rectangle.
2024-05-18 23:26:56 +03:00
Andrey Kalmykov
75484d7074 Rename member "ellips" to "ellipses"
Some classes have members of container types, storing "Ellips"
objects, i.e. ellipses. Just assigning a proper name.
2024-05-18 23:26:42 +03:00
Andrey Kalmykov
3d3c3ee291 Extract "Ellips" primitive from a generic "Area"
Both ellipses and rectangles are drawn from a single object named
"Area". Drawing logic depends on the source of an object: if it's
from "rectangles" container, then draw a rectangle, otherwise
draw an ellipse.

This commit creates new separate "Ellips"  type, which allows to:
- hide a dedicated ellipsis rectangle drawing logic in a method
  associated only with "Ellips" objects
- distinguish ellipses and rectangles by their types, not by the
  place they come from

The name ("Ellips") has no "e" at the end because "Ellipse"
conflicts with a painting with the same name, which is declared in
the same namespace. I didn't want to go into any additional trouble
and chose to go with this type of a "workaround".
2024-05-18 23:26:03 +03:00
Iwbnwif Yiw
bd9361e628 Use Qt standard window geometry persistence 2024-04-28 09:48:10 +01:00
Iwbnwif Yiw
35545ad90b Refactor settings elements from #658 to new scheme. 2024-04-19 20:31:07 +01:00
Iwbnwif Yiw
78c6dd6346 Add placeholder for settings related to #658 2024-04-14 17:18:53 +01:00
Iwbnwif Yiw
0208f242e1 Merged additional settings from current branch 2024-04-09 22:50:59 +01:00
Iwbnwif Yiw
0169c2518d Merge branch 'current' into static_settings_object 2024-04-09 22:50:38 +01:00
Andrey Kalmykov
74564ea78f Fix unconditional workspace dir recreation
With this commit creating of workspace dir is done *after* loading
of settings, so the workspace path from settings is taken into
account.

Previous behaviour was to create workspace dir before loading of
settings which led to path from settings to be ignored.

See comment:
 https://github.com/ra3xdh/qucs_s/issues/145#issuecomment-1229151878
2024-04-07 20:44:42 +03:00
Andrey Kalmykov
1577e73cc9 Set ~/QucsWorkspace as default workspace path
This commit
1. changes ~/.qucs to ~/QucsWorkspace
2. assignes more descriptive name to config property which holds
   this path
2024-04-07 20:44:42 +03:00
Andrey Kalmykov
72f9e46101 Move temporary files to StandardPaths::CacheLocation
With this commit the root path for temporary files produced
by Qucs-S is set to StandardPaths::CacheLocation which is
~/.cache/qucs-s on Linux.

This path is set automatically and can't be changed.
2024-04-07 20:40:31 +03:00
Vadim Kuznetsov
cf375c5aa5 Add setting to hold RFlayout tool location 2024-03-20 09:33:33 +03:00
Vadim Kuznetsov
4a75e32809 Replace qucsconv name 2024-03-19 10:08:42 +03:00
Vadim Kuznetsov
71ec50e2f8 Fix save netlist from CLI 2024-03-13 13:02:59 +03:00
Iwbnwif Yiw
f6de033e0f Add default TextDoc font to settings dialog
This change adds an extra entry to the settings dialog to allow the
user to choose a default font for any documents opened in the text
editor. The initial default value follows the system setting for a
monospaced font.
2024-02-09 20:40:20 +00:00
Iwbnwif Yiw
d1b1272ba5 Remove old commented code 2024-02-06 21:53:18 +00:00
Iwbnwif Yiw
24a08b6bb3 Replace calls in main::saveApplSettings
Replace almost all calls in main::saveApplSettings to the new unified
settings model.
2024-02-06 21:46:15 +00:00
Iwbnwif Yiw
5248d3d676 Allow aliases to be used in order to support legacy setting key names. 2024-02-06 20:48:34 +00:00
Iwbnwif Yiw
c48e0f91ba Fix issue with recent docs list.
The recent docs list is stored as a * separated string and needs to be
converted to a string list when reading from the settings file.
2024-02-06 20:17:50 +00:00
Iwbnwif Yiw
aaee3f66d6 Fix deprecated function warning (QDir requires ::setPath) 2024-02-06 20:15:45 +00:00
Iwbnwif Yiw
6c606f43b7 Convert the majority of settings reading in main.cpp to new model. 2024-02-06 19:57:26 +00:00
Iwbnwif Yiw
a58d7e6e9c Refactor a few existing settings to ensure there are no imcompatibilities 2024-02-05 22:59:03 +00:00
Iwbnwif Yiw
53959c4f2e Implement setting an item and access default. 2024-02-05 22:24:05 +00:00
Krasilnikov Sergey
fa9698cf84 git commit hash in title 2023-11-29 12:18:20 +03:00
Sergei Krasilnikov
1ca2f06a32 fix qt6.6 deprecation 2023-11-27 22:59:34 +03:00
Krasilnikov Sergey
6ad1855ebb fix "Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created." warning 2023-10-17 17:49:05 +03:00
Vadim Kuznetsov
b045651d39 Add Qt version check to supress warning 2023-10-16 16:26:37 +03:00
Vadim Kuznetsov
ed0d94ef41 Try SVG icons 2023-10-15 19:48:56 +03:00
Vadim Kuznetsov
8981b82a9c Force QT_AUTO_SCREEN_SCALE_FACTOR=1 #200 2023-09-26 10:15:44 +03:00