29 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
e507861850 Fixed Create Library dialog
The QCheckBox::text() gives incorrect result. The group of QChecBox'es
replaced by QListWidget with checkable items.
2022-02-17 21:22:39 +01:00
Vadim Kuznetsov
53059f4fed Compiles everything in dialogs, paintings, and extsimkernels 2022-02-14 00:04:11 +01:00
Vadim Kuznetzov
039b34fd27 Added auto-processing of MOD/IFS sources when creating library 2016-09-25 15:13:11 +03:00
Vadim Kuznetzov
c90cc2d893 Added ground forwarding for Library SubNetlist 2016-04-05 09:47:16 +03:00
Vadim Kuznetzov
97b944f3d2 Removed bools forwarding at AbstractSpiceKernel::createSubNetlsit() 2016-04-05 09:26:11 +03:00
Vadim Kuznetzov
4eda84deda Implemented basic stuff for auto-embedding SPICE in libraires 2016-04-05 09:07:27 +03:00
in3otd
3b5ccea310 Changed QTextEdit with QPlainTextEdit and adapted code accordingly.
QPlainTextEdit is better suited to handle large log files, as can result
from large simulations, when debug is enabled, when using the optimizer,
etc. It has also the advantage to automatically show the last messages
and to handle user scrolling of text nicely.
2015-04-19 18:50:42 +02:00
yodalee
d2d1334379 generate Schematic file list in projectView 2015-04-13 11:33:20 +08:00
yodalee
6b861dbdce modify librarydialog constructor
make fill schematic a independant function
2015-04-13 11:33:20 +08:00
yodalee
ec0cf44cd0 make librarydialog use stringlist 2015-04-13 11:33:20 +08: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
d8c9546f6e remove qtgui include in dialog/cppfile 2014-11-04 12:56:34 +08:00
Frans Schreuder
6a56fc1a1f Qucs Home directory can now be edited in Application settings, as well as octave bin dir 2013-07-01 23:43:49 +02:00
Guilherme Brondani Torri
45fcc28598 [qucs-qt4] ported librarydialog
Removed Qt3Support classes.
Implemented the dialogs to enter model description.
2013-06-08 16:37:32 +02:00
Guilherme Brondani Torri
4e7f7cbb21 [qucs-qt4] ported dialogs/simmessage
Removed Qt3Support classes.
Ended up removing Q3TextStream on several methods used on the schematic.
Library dialog now saves the selected subcircuits.
TODO implement another dialog to input subcircuit description string.
2013-06-05 20:30:29 +02:00
Guilherme Brondani Torri
8a7edec1c9 librarydialog fixed scroll area 2013-06-05 10:57:38 +02:00
Guilherme Brondani Torri
d486de1a82 [qucs-qt4] librarydialog not complete
Mostly functional without Qt3Support.
It still depends on some Q3TextStream comming from the Schematic.
TODO fix schematic first
TODO cleanup comments and temporary hacks
TODO check if it works
2013-06-01 18:48:55 +02:00
Guilherme Brondani Torri
1924a60f12 [qucs-qt4] porting dialogs/librarydialog
Fixed qucs menu action to start the library dialog.
The dialog is stil broke, doesn't load the checkbox list with names.
2013-06-01 18:48:55 +02:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
ela
fc37b8676e 2009-03-28 Stefan Jahn <stefan@lkcc.org>
* dialogs/simmessage.cpp (startSimulator): Fixed bug for netlist
        creation from library components with library includes.

        * dialogs/librarydialog.cpp (slotNext): Fixed "endless loop" bug
        during library creation.
2009-03-28 20:02:21 +00:00
ela
6bddc2855a 2009-03-12 Stefan Jahn <stefan@lkcc.org>
* schematic_file.cpp: Some code cleanup.  Also fixed a problem
        with subcircuits containing VHDL files: passing signal types up
        also when more than one instance of the subcircuit is on the
        schematic.
2009-03-12 19:36:13 +00:00
ela
1b06f4c2c8 2007-05-11 Stefan Jahn <stefan@lkcc.org>
* dialogs/librarydialog.cpp (LibraryDialog): Added
        "Select/Deselect All" buttons.
        (slotNext): Reversed order of include files (important for VHDL
        simulations).
2007-05-11 17:33:10 +00:00
ela
c9a549b860 2007-05-10 Stefan Jahn <stefan@lkcc.org>
* dialogs/librarydialog.cpp (slotNext): Library creation now
        includes file handling.  Separate subcircuit files (VHDL, Verilog,
        Qucs-Subcircuit, SPICE) used by library elements are stored in an
        extra sub-directory.

        * schematic_file.cpp (giveNodeNames): Saving included files in a
        different manner in the global list.
        (createSubNetlistPlain): Allow subcircuit files to be stored in a
        dedicated file.  Used during library file creations.

        * main.cpp (properAbsFileName, properFileName): Added two new
        helper functions for file name mangling.

2007-05-10  Stefan Jahn  <stefan@lkcc.org>

        * qucslib.cpp (slotShowComponent): Allow also VHDL and Verilog
        entries to define a model.  Fixed drag'n'drop ability for digital
        only models.

2007-05-10  Stefan Jahn  <stefan@lkcc.org>

        * vhdlfile.cpp (getSubcircuitFile), verilogfile.cpp
        (getSubcircuitFile), subcircuit.cpp (netlist), spicefile.cpp
        (recreateSubNetlist): Using new file name mangling functions.

        * libcomp.cpp (loadSection): Additionally loading the file include
        references.
        (createSubNetlist): Also put file includes into the netlist
        stream.
2007-05-10 21:54:06 +00:00
ela
63cd4a527d 2007-05-08 Stefan Jahn <stefan@lkcc.org>
* dialogs/librarydialog.cpp (slotNext): Beside analog models now
        also verilog and vhdl models are saved.

        * schematic_file.cpp (giveNodeNames): Using new file component
        netlist creators.

2007-05-08  Stefan Jahn  <stefan@lkcc.org>

        * verilogfile.cpp, vhdlfile.cpp, spicefile.cpp (createSubNetlist):
        File components can now create the netlist parts on their own.
2007-05-08 20:50:53 +00:00
margraf
1ce8e005a9 *** empty log message *** 2006-10-16 06:17:29 +00:00
margraf
c0ffdbf2ce *** empty log message *** 2006-07-03 06:02:08 +00:00
margraf
247be5075f *** empty log message *** 2006-06-09 05:58:31 +00:00
margraf
da6e6bc99d *** empty log message *** 2006-06-06 06:14:17 +00:00