Git branches - guitorri/qucs GitHub Wiki
master
This is the main development branch of Qucs.
remove_Qt3PtrList
Finished the removal of Q3PtrList on the Qucs GUI. It can open most schematics. The creation of schematics is deferred as it will need further fixes as the GraphicsView framework is introduced.
port-Q3PtrList
Unfinished attempt to remove Q3PtrlList. (remove this branch?)
command-line
Add simple command line options to convert Qucs schematics (.sch) into Qucs netlist.
new_GraphicsView
Initial attempt to convert the schematic area into using the GraphicsView framework.
Ported symbols as GraphicsItem: ground, resistor.
qrc_resources
Add images and icons as resources into the binary application.
post-release-0.0.17
Branch with fixes, created just after the 0.0.17 tag. (delete branch?)
roucarb_qucscorecleanup20130717
local_complex_20130624
Implemenation of matrix calculations using Libeigen3.
numerical_improvements (Soeren D. Schulze)
Refactoring Qucs' transient solver into an update-based scheme in order to overcome difficulties with small step sizes and (therefore) badly-conditioned Jacobians.
qucs-qt3
This branch is a backup from the old qucs trunk (up to qucs 0.0.16).