* moved from QTextEdit to QPlainTextEdit, better for plain text
* moded from Q3Textstream to QTextStream
* added doxygen documentation
* highlight current line
* 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.
* 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.
* syntax.cpp (markWord): Syntax highlighting now depends on the
language of the displayed language. Added support for
Verilog-HDL.
* textdoc.cpp (TextDoc): Setting up current (computer) language
when loading a document and passing it to the syntax highlighter.
* qucs.cpp (slotOpenContent): Allowing Verilog-HDL (.v) files to
be double-clicked in Content-Tab, which opens the file in builtin
text editor.
* 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.
* subcircuit.cpp (vhdlCode): Added subcircuit parameters in VHDL
using the generic map() feature.
* phototransistor.cpp (createSymbol): Fixed symbol painting.
2009-04-07 Stefan Jahn <stefan@lkcc.org>
* textdoc.cpp (createPopupMenu): Added "Document properties" to
the right click popup menu in text editor files.
* schematic_file.cpp (createSubNetlistPlain): Using generic()
definitions for subcircuit parameters in VHDL.
* qucs_ar.ts: Updated arabic translations. Thanks to Chabane!
* dialogs/digisettingsdialog.cpp (slotOk): Transfering digital
setting into the appropriate textdoc.
* textdoc.cpp (saveSettings, loadSettings): Implemented load/save
functionality for digital setting (e.g. simulation time).
* textdoc.cpp (TextDoc): Using mono-spaced font in text
editor.
* schematic_file.cpp (giveNodeNames): Fixed loading of
Verilog files during VHDL run and vice versa.
* qucs.cpp (initContentListView): Added verilog files in
content tab.
2007-03-31 Stefan Jahn <stefan@lkcc.org>
* docs/qucsveri.1: Added manpage for the qucsveri wrapper
script for digital simulations.
2007-03-31 Stefan Jahn <stefan@lkcc.org>
* verilogfile.h: Added new component. Can handle external
verilog files. Can be used as subcircuit.