to identify the component.
Using the component description, as done previously, is ambiguous
as different components happens to have the same description (e.g.
"n-MOSFET")
Simple API change
Q3Ptrlist iterate change to QList const iterator
change getModulesNr return value to -1 if no such category
since there will be category locate at 0
* 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.