Hi All, Mike Waters has released a new version of gSpiceUI.
You can download it at: http://geda.seul.org/dist/gspiceui-v0.7.56.tar.gz Thanks Mike and sorry for the delay in getting it on the website. Here is the ChangeLog: -- Cut here -- This version has some major changes to it. Most are architectual and are not visible to the user. The most obvious changes are the change to wxWidgets library version v2.6.x, a tool bar and the implementation of the reload function. What follows is the extract from the ChangeLog associated with this version: * Commence the use of layout managers to place and size display objects. This has been completed in the classes DlgSrcCfg, DlgGenCfg and PnlValue. * Development of gSpiceUI is now based on the wxWidgets library v2.6.x. wxWidgets library v2.4.x is no longer supported as it does not contain the class wxSizerFlags which is required for use of layout managers. * Changed references to make in all Makefiles to $(MAKE) so that gmake works on FreeBSD. * Implemented the tool bar and remove the simulation control buttons in the main frame. * Implemented the schematic/netlist reload function in the File menu and tool bar. * Created a new class NbkTxtCtls to contain all of the code associated with the text controls used by the FrmMain class. * Created a new class HelpTasks to contain most of the help operations required by the FrmMain class. * Created a new class FileTasks to contain most of the file operations required by the FrmMain class. * Discovered the wonders of compiling NG-Spice with XSpice extensions. Enables NG-Spice to handle POLY( ) statements eg. found in opamp models. * Added "*.cir" to the netlist file filters in the open dialog. * Added modifications suggested by Ezra ??? to remove errors when compiling under MAC OS. * Added Unicode support. * Bug fixes. Regards Mike W.