* dialogs/settingsdialog.cpp (SettingsDialog): Added script
setting to simulations. The script can be enabled to be run after
simulation.
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1818 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* octave_window.cpp (startOctave): First implementation of
GNU Octave connection to qucs. Thank you very much Michael!
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1804 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* qucs.cpp (slotSetCompView, fillComboBox, slotSelectComponent):
Using new module/category interface for filling the component view
and instantiating components for use on the schematic.
* module.cpp: New components are now registered in
registerModules() function for static linking. This is now the
only location where to tell the application about such a
component.
* module.h (class Module): Implemented new module and category
classes for use as dynamic lists for available components seen in
the component tab.
2009-11-08 Stefan Jahn <stefan@lkcc.org>
* component.cpp (getComponentFromName): Using new module interface
for instantiating components currently loaded.
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1762 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* qucs.cpp (slotSetCompView, fillComboBox, slotSelectComponent):
Using new module/category interface for filling the component view
and instantiating components for use on the schematic.
* module.cpp: New components are now registered in
registerModules() function for static linking. This is now the
only location where to tell the application about such a
component.
* module.h (class Module): Implemented new module and category
classes for use as dynamic lists for available components seen in
the component tab.
2009-11-08 Stefan Jahn <stefan@lkcc.org>
* component.cpp (getComponentFromName): Using new module interface
for instantiating components currently loaded.
* paintings/rectangle.cpp, paintings/portsymbol.cpp,
paintings/id_text.cpp, paintings/graphictext.cpp,
paintings/graphicline.cpp, paintings/ellipsearc.cpp,
paintings/ellipse.cpp, paintings/arrow.cpp (saveCpp): Added
support functions for saving drawing as C++ code snippet.
* dialogs/vasettingsdialog.cpp (VASettingsDialog): Added new
property dialog for Verilog-A files.
* textdoc.cpp (getModuleName): Added function to obtain
module/entity name of a text file (e.g. Verilog or VHDL).
(saveSettings): Saving additional settings for Verilog-A text
files.
* schematic_file.cpp (saveSymbolCpp): Added code to save C++
symbol drawing code into the dataset of a schematic.
(saveDocument): Usin above function to save C++ code of a symbol
drawing document associated with a Verilog-A file.
* schematic.cpp (adjustPortNumbers): Creating/updating Verilog-A
text file's default symbol when switching to symbol page.
2009-10-27 Stefan Jahn <stefan@lkcc.org>
* vafile.cpp (VerilogA_File_Info): Added new class parsing ports
and module name of a Verilog-A file.
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1755 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* paintings/rectangle.cpp, paintings/portsymbol.cpp,
paintings/id_text.cpp, paintings/graphictext.cpp,
paintings/graphicline.cpp, paintings/ellipsearc.cpp,
paintings/ellipse.cpp, paintings/arrow.cpp (saveCpp): Added
support functions for saving drawing as C++ code snippet.
* dialogs/vasettingsdialog.cpp (VASettingsDialog): Added new
property dialog for Verilog-A files.
* textdoc.cpp (getModuleName): Added function to obtain
module/entity name of a text file (e.g. Verilog or VHDL).
(saveSettings): Saving additional settings for Verilog-A text
files.
* schematic_file.cpp (saveSymbolCpp): Added code to save C++
symbol drawing code into the dataset of a schematic.
(saveDocument): Usin above function to save C++ code of a symbol
drawing document associated with a Verilog-A file.
* schematic.cpp (adjustPortNumbers): Creating/updating Verilog-A
text file's default symbol when switching to symbol page.
2009-10-27 Stefan Jahn <stefan@lkcc.org>
* vafile.cpp (VerilogA_File_Info): Added new class parsing ports
and module name of a Verilog-A file.
* dialogs/qucssettingsdialog.cpp (QucsSettingsDialog): Added
syntax highlighting color settings for directives and tasks.
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1754 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* syntax.cpp (highlightParagraph): Added syntaxhighlighting for
Verilog-A sources.
* qucs.cpp (initContentListView): Added new 'Verilog-A' file
content tab. VA files can now be edited in builtin text editor.
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1753 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* syntax.cpp (highlightParagraph): Added syntaxhighlighting for
Verilog-A sources.
* qucs.cpp (initContentListView): Added new 'Verilog-A' file
content tab. VA files can now be edited in builtin text editor.
* textdoc.cpp (becomeCurrent): Changing menu entry for skeleton
inserting depending on the language.
(commentSelected): Disabling code depending on language.
(insertSkeleton): Inserting module/entity prototype depending on
language.
* qucsdoc.cpp: Added helper functions for document file suffix and
basename extraction.
* qucs.cpp (slotCMenuDelGroup): Additionally removing '*.sym'
files during group removal.
* textdoc.cpp: Moved syntax highligther class into 'syntax.cpp'
file.
* schematic.cpp (adjustPortNumbers): If symbol for text file is
requested, then create default symbol for VHDL files.
* qucs.cpp (slotSymbolEdit): Allowing to edit symbols for text
documents.
2009-10-19 Stefan Jahn <stefan@lkcc.org>
* vhdlfile.cpp (VHDL_File_Info): Allowing function to read VHDL
file information directly from files.
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1749 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* textdoc.cpp: Moved syntax highligther class into 'syntax.cpp'
file.
* schematic.cpp (adjustPortNumbers): If symbol for text file is
requested, then create default symbol for VHDL files.
* qucs.cpp (slotSymbolEdit): Allowing to edit symbols for text
documents.
2009-10-19 Stefan Jahn <stefan@lkcc.org>
* vhdlfile.cpp (VHDL_File_Info): Allowing function to read VHDL
file information directly from files.
* dialogs/simmessage.cpp (startSimulator): Implemented module
pre-compilation for VHDL files.
2009-10-06 Stefan Jahn <stefan@lkcc.org>
* vhdlfile.cpp (VHDL_File_Info): Implemented class which parses
VHDL ports and generics as well as the appropriate data types.
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1740 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* dialogs/simmessage.cpp (startSimulator): Implemented module
pre-compilation for VHDL files.
2009-10-06 Stefan Jahn <stefan@lkcc.org>
* vhdlfile.cpp (VHDL_File_Info): Implemented class which parses
VHDL ports and generics as well as the appropriate data types.
* equation.cpp (verilogCode, vhdlCode): Added code for equations.
2009-05-04 Stefan Jahn <stefan@lkcc.org>
* schematic_file.cpp (createSubNetlistPlain): Allow equations to
be put into Verilog and VHDL netlists.
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1719 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* equation.cpp (verilogCode, vhdlCode): Added code for equations.
2009-05-04 Stefan Jahn <stefan@lkcc.org>
* schematic_file.cpp (createSubNetlistPlain): Allow equations to
be put into Verilog and VHDL netlists.
* paintings/id_dialog.cpp (ID_Dialog): Added new 'Type' property
for subcircuit parameters.
* schematic_file.cpp (createSubNetlistPlain): Using new 'Type'
property for subcircuit parameters for passing them to generic
VHDL parameters.
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1696 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* paintings/id_dialog.cpp (ID_Dialog): Added new 'Type' property
for subcircuit parameters.
* schematic_file.cpp (createSubNetlistPlain): Using new 'Type'
property for subcircuit parameters for passing them to generic
VHDL parameters.
* qucs_jp.ts: Updated Japanese translation. Thanks to Ishikawa!
2009-04-13 Stefan Jahn <stefan@lkcc.org>
* component.cpp (paint): Made simulation boxes and component texts
somewhat aware of the right-to-left translations like Arabic and
Hebrew.
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1694 b5b04e8c-4942-46c9-ab4f-83783d557d1c
* qucs_jp.ts: Updated Japanese translation. Thanks to Ishikawa!
2009-04-13 Stefan Jahn <stefan@lkcc.org>
* component.cpp (paint): Made simulation boxes and component texts
somewhat aware of the right-to-left translations like Arabic and
Hebrew.