119 Commits

Author SHA1 Message Date
luz paz
10c1ee639c Fix various typos (including documenation)
Found via `codespell -q 3 -S *.ts,./qucs/ChangeLog -L ba,coul,inout,leaded,nd,numer,ro`
2022-07-05 07:08:28 -04:00
Vadim Kuznetsov
b34a979350 Implemented Ngspice Spectrum (FFT) analysis 2022-05-12 17:10:12 +03:00
Vadim Kuznetsov
19af73bc12 Fix more fontMetrics warnings 2022-02-24 22:30:33 +01:00
Vadim Kuznetsov
f9af5213da Everything in components compiles 2022-02-13 20:39:55 +01:00
Vadim Kuznetzov
f3ac3c2034 Add SENS TRAN analysis for Xyce
1. Add GUI entry for SENS transisent analysis (Xyce)
2. Make SENS TRAN analysis operational (Xyce)
2017-09-29 16:08:06 +03:00
Vadim Kuznetzov
c69673fe02 Make DC SENS working for Xyce 2017-09-18 13:18:08 +03:00
Vadim Kuznetzov
1fa45423df Added component entry for AC Sensitivity 2017-09-14 16:54:01 +03:00
Vadim Kuznetzov
c3e235f354 Add component for .SENS analysis (Ngspice) 2017-09-11 16:09:23 +03:00
Vadim Kuznetzov
5e9ceffa49 Fixed after merge of release-0.0.19 2016-11-05 17:54:15 +03:00
Vadim Kuznetzov
48bb37bcc9 Merge branch 'release-0.0.19' into qucs-s-standalone 2016-09-03 19:50:09 +03:00
in3otd
caa1d24580 Use Model field to identify component type
in the Component Properties dialog. Previous usage of the Description
did not work with translations and anyway the Description is not a
unique identifier.
2016-07-17 21:39:03 +02:00
Vadim Kuznetzov
a73c472caf Enabled Ngspice-style par.sweep @dev[par] 2016-07-05 11:00:36 +03:00
in3otd
fded795768 Keep chekbox in sync when changing all properties visibility
The properties visibility on the schematic can be changed globally by
double clicking on the corresponding header; previously the
visibility checkbox status was not updated to reflect the new
visibility status.
2016-06-17 21:23:44 +02:00
in3otd
7c8f666aa4 Use QGridLayout to better align Add/Remove/Up/Down buttons 2016-06-17 21:16:47 +02:00
in3otd
3a3e47ffa0 Uniformize behaviour of Enter key press on Properties dialog
Pressing Enter in the Edit Component Properties dialog accepts the
current value and advances to the next line when the value is entered
using a LineEdit but did nothing when the value was entered thru a
ComboBox. Now the behaviour is the same for both cases.
2016-06-17 20:12:08 +02:00
in3otd
93d8bc7e62 Fix Property name assignment when pressing Enter
When using Enter to accept a new equation definition in the Edit
Component Properties dialog the Property name was incorrectly
taken from its Value field.
2016-06-16 21:16:02 +02:00
andresmmera
d0f0e9fdfc Fix crash in component properties edit dialog
When editing the properties of a component, Qucs crashed after pressing
enter at the last field (if was a lineedit)

Corrected check when there is no property selected (for components with
no editable properties)

Changed property selection
2016-06-16 20:34:02 +02:00
Vadim Kuznetzov
8a95cd6351 Enabled MoveUp/MoveDn buttons for NutmegEq and fixed crashes when moving properties 2015-12-20 14:39:00 +03:00
Vadim Kuznetzov
7be1aeaf1b Fixed removing properties in .PARAM, NutmegEq, etc. 2015-12-19 17:28:39 +03:00
Vadim Kuznetzov
9c4c768430 Outline for .PZ analysis 2015-11-11 11:36:42 +03:00
Vadim Kuznetzov
edfc230967 Fixed bug in Add/Remove eqns for .PARAM, .IC, .NODESET 2015-11-11 11:32:46 +03:00
Vadim Kuznetzov
1c8e01e9ca Added .IC and .NODESET 2015-11-11 11:32:44 +03:00
Vadim Kuznetzov
205cf17ee6 Add fourier component 2015-11-11 11:32:43 +03:00
Vadim Kuznetzov
bda9548d8c Added ParamSweep+DCsweep and sweep of model prameters 2015-11-11 11:32:39 +03:00
Vadim Kuznetzov
bab52c61f8 Implemented B-source appearance 2015-11-11 11:32:35 +03:00
Vadim Kuznetzov
f93bb0df26 Fixed issues #319 and #320
Fix for #319:
1. Implemented second column replacement in ComponentDialog::slotButtUp()
and ComponentDialog::slotButtDown() in componentdialog.cpp

Fix for #320:
1. Added schematic frame printing in ImageWriter. Adapted bouning box
calculation for schematics with frames.
2. Refactored getSchWidthAndHeightMethod() --- moved to ImageWriter
2015-07-23 16:27:30 +03:00
in3otd
b10db873ca Improved dialog appearance and behavior.
When resizing the dialog the different parts now behave in a more
coherent way.
Added possibility to toggle the visibiity for all properties by double
clicking on the 'display' header in the properties table.
Properties table appearance aligned with existing dialogs.
2015-04-19 18:50:42 +02:00
in3otd
9fac68db33 Improved handling of file-based components filenames.
In the component dialog the location of the currently used file will
be used as starting directory when browsing for a new file. If the file
is local to the project the relative path will be used.
2015-04-19 18:50:42 +02:00
Guilherme Brondani Torri
824a214ad2 ComponentDialog: add up/down for Equations list 2015-02-15 12:55:13 +01:00
Guilherme Brondani Torri
ae0aa3a781 ComponentDialog: fix behavior for Equation
* it was adding/overwriting instances on apply/ok
2015-02-15 11:40:46 +01:00
Guilherme Brondani Torri
200fe8ee4b fix warning: comparison of integers of different signs 2015-01-20 16:32:11 +01:00
yodalee
e3c307373d add namespace misc to misc.h 2015-01-18 19:22:12 +08:00
in3otd
fab6e62980 Updated the deprecated Qt3 support parts.
Changed the deprecated Qt3 support functions with the equivalent Qt4 code.
2014-12-14 22:54:19 +01:00
in3otd
4663f99e3d Corrected font metrics computation.
In Qt4 the actual font size depends on the device that will actually
paint the font. To avoid to explicitly ask the painter to compute
the font size we can use QFontMetrics::QFontMetrics(font, 0) to
always obtain the correct screen metric (behavior similar to the Qt3
default). All istances of QFontMetrics have now been so modified.
2014-12-02 23:43:16 +01:00
Vadim Kuznetzov
6822106890 Further correction 2014-12-02 15:55:54 +01:00
Vadim Kuznetzov
122c97eba9 Fixed issue 139 2014-12-02 15:55:54 +01:00
Vadim Kuznetzov
4f5ebbafb8 MultiViewComponent updates after Apply button is pressed. Corrected componentdialog.cpp 2014-11-30 18:23:33 +01:00
global667
77df7c5bdd Formattings and comment deletion
Some comments was delete. No code changes!
2014-11-27 20:16:14 +01:00
global667
e33a3ae388 Delete QT3_US_SUPPORT from all CMakesLists.txt
SET( QT_USE_QT3SUPPORT TRUE ) is delete from all CmakeLists.txt and adapting the souces, but "FIND_PACKAGE( Qt4 4.6.3 REQUIRED QtCore QtGui Qt3Support QtSvg QtXml QtScript)" in the root-CMakeLists.txt is unchanged. So Q3*-Header like Q3PtrList will not produce an error.
2014-11-27 20:16:14 +01:00
yodalee
5e46417235 make a copy of function into misc 2014-11-21 02:27:36 +08:00
Guilherme Brondani Torri
2a88765b56 remove unused pointer 2014-11-04 16:46:19 +01:00
Guilherme Brondani Torri
bf37b8b582 port components/componentdialog
* port to QTableView
* cleanup QtGui header include, see issue #93
2014-11-04 12:11:06 +01:00
Guilherme Brondani Torri
76aa320cf6 port to QGridLayout 2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
d9c40d4141 fix ENTER behafior while edit Property name 2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
287f8ac159 remove debug message 2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
edbed9d1d6 fix crash while add/remove equation 2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
6ad382e11f fix issue on loading simulation parameters
* Some parameters go into the Sweep tab others in the Properties.
2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
192d500c41 fix: dialog adding multiple params to component
* cleanup comments
* fix spacing
2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
8a11d12ae8 rename: editSim to comboSim
* it is a comboBox
2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
24f5eb7352 port Q3ListView to QTableView 2014-11-04 11:58:12 +01:00