25 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
f9af5213da Everything in components compiles 2022-02-13 20:39:55 +01:00
in3otd
92c4371d92 Add support for IEC 60063 preferred number series for ASCO
The ASCO optimizer supports having optimization variables which
can assume only discrete values in the IEC 60063 preferred number
series (E3, E6, E12, E24, E48, E96 and E192).
These preferred number series can now be specified in the
optimization dialog in the Variable Type selection.

Added an example schematic using an optimization with variables
in the E12 and E24 series.
2016-01-26 21:17:36 +01:00
in3otd
8e4fc7903b Removed usage of Qt3 support functions. 2015-04-19 18:50:42 +02:00
in3otd
bcdd82f26d Added button to copy to an Equation the current values.
New button allows to copy to clipboard an equation with the current
optimization values.
Added context menu when right-clicking on the 'initial' column header
to change the shown precision of the variables values.
2015-04-19 18:50:42 +02: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
0462cf7058 remove qtgui in components/cppfile 2014-11-04 13:36:17 +08:00
yodalee
54b975b378 remove HAVE_CONFIG in source 2014-11-03 22:24:36 +08:00
yodalee
e697d661b9 optimizedialog move GoalList to Qtablewidget 2014-11-03 21:19:14 +08:00
yodalee
9d4b2eec3d optimizedialog move VarList to QTableWidget 2014-11-03 21:19:14 +08:00
yodalee
fe3364c19b make optimizedialog layout, widget more clean 2014-11-03 21:19:14 +08:00
yodalee
8f7df531a0 move optimizedialog Q3HBox to QHBoxLayout 2014-11-03 21:19:13 +08:00
yodalee
55ef137e05 move optimizedialog Q3GridLayout to QGridLayout 2014-11-03 21:19:13 +08:00
yodalee
d0d3cf34fc remove optimizedialog include and Q3VBoxLayout 2014-11-03 21:18:37 +08:00
Guilherme Brondani Torri
b0d7cce0b7 Fix several Qt3 deprecated header inclusion 2013-12-01 18:35:44 +01:00
Guilherme Brondani Torri
edde902512 Fix depreprecated header include
Silence the anoying warning:
c:/Qt/4.8.5/include/Qt/qbrush.h:3:10: warning: #warning "Inclusion of header fil
es from include/Qt is deprecated."
2013-12-01 18:35:44 +01:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
raimi
f3de3e53de from stefan 2006-09-05 07:28:48 +00:00
raimi
e72a52ebb1 2006-08-30 Stefan Jahn <stefan@lkcc.org>
* main.cpp (main): Using ASCODIR environment variable (if set)
      in order to locate the ASCO binary.  Otherwise it must be
      somewhere in the executable PATH.

      * dialogs/simmessage.cpp (startSimulator): Running ASCO
      appropriately and evaluating results.
2006-08-31 13:22:11 +00:00
raimi
52d2630e08 from stefan 2006-08-24 20:26:02 +00:00
margraf
8326fb7dc3 *** empty log message *** 2006-08-23 06:09:17 +00:00
raimi
a6ba723107 2006-08-21 Stefan Jahn <stefan@lkcc.org>
* opt_sim.cpp (createASCOFiles): Moved this function here from
        the optimization dialog.  Netlist creation fixed.  Properties
        are saves properly now (translation independent).

        * optimizedialog.cpp (OptimizeDialog): Improved and finished
        the dialog for now.
2006-08-22 19:54:05 +00:00
margraf
c2be6ec775 *** empty log message *** 2006-08-21 06:07:50 +00:00
margraf
978a31979a *** empty log message *** 2006-08-14 06:08:19 +00:00
margraf
45997a5b14 *** empty log message *** 2006-07-31 06:04:54 +00:00