Qucs-GUI  0.0.19
Todo List
Global ComponentDialog::ComponentDialog (Component *, Schematic *)

column min width

add key up/down brose and select prop

Global ComponentDialog::slotSelectProperty (QTableWidgetItem *item)
enable edit of description anyway... empy or "-" (no comment from verilog-a)
Class Diagram
Should probably use QFontMetrics::boundingRect(QString).width instead of QFontMetrics::width(QString), since only the first gives the actual width (see Qt docs)
Global Diagram::calcAxisLogScale (Axis *, int &, double &, double &, double &, int)
use this as example to document other methods
Global doNetlist (QString schematic, QString netlist)
better handling for error/warnings
Global getComponentFromName (QString &Line, Schematic *p=NULL)
enable user to load partial schematic, skip unknown components
Global getComponentFromName (QString &Line, Schematic *p=NULL)
enable user to load partial schematic, skip unknown components
Global main (int argc, char *argv[])
Make the setting up of all executables below more consistent
Global MessageDock::slotCursor ()
add line numbers to TextDoc, highlight as the cursor moves problem that now the cursor paints over the failed line. can we have multiple selections?
Global MouseActions::MPressWire2 (Schematic *, QMouseEvent *, float, float)
document right mouse button changes the wire corner
Global MouseActions::rightPressMenu (Schematic *, QMouseEvent *, float, float)
"exchange like this"
Global QucsApp::slotSearchComponent (const QString &)
warning: expression result unused, can we rewrite this?
Global QucsApp::slotSetCompView (int)
warning: expression result unused, can we rewrite this?
Global Schematic::loadComponents (QTextStream *, Q3PtrList< Component > *List=0)
enable user to load partial schematic, skip unknown components
Global Schematic::loadDocument ()
implement unified error/warning handling GUI and CLI
Global Schematic::paintGrid (ViewPainter *, int, int, int, int)
setting the center of rotation on the grid causes the center to move when doing multiple rotations when it is not already on the grid. Should not force the center but force the component alignment after rotation.
Global Schematic::throughAllComps (QTextStream *, int &, QStringList &, QPlainTextEdit *, int)
implement error/warning message dispatcher for GUI and CLI modes.
Global SimMessage::slotSimEnded (int exitCode, QProcess::ExitStatus exitStatus)
use a macro for the bugs report email (needs to define it for CMake)
Global SimMessage::startSimulator ()

remvoe the command line arguments? use only netlist annotation?

Global SpiceFile::getSubcircuitFile ()
improve GUI/CLI error/warning
Global TextDoc::createStandardContextMenu ()
is this working?
Global vacomponent::vacomponent (QString filename)

check if JSON is error free

Need to destroy engine?

append units to description

what if there are no properties?

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines