Index: trunk/src_plugins/autoplace/README =================================================================== --- trunk/src_plugins/autoplace/README (nonexistent) +++ trunk/src_plugins/autoplace/README (revision 1125) @@ -0,0 +1,4 @@ +Automatically place elements. + +#state: works +#default: buildin Index: trunk/src_plugins/autoroute/README =================================================================== --- trunk/src_plugins/autoroute/README (nonexistent) +++ trunk/src_plugins/autoroute/README (revision 1125) @@ -0,0 +1,4 @@ +Automatically route selected or all rats. This is the original autorouter. + +#state: works +#default: buildin Index: trunk/src_plugins/dbus/HACKING =================================================================== --- trunk/src_plugins/dbus/HACKING (nonexistent) +++ trunk/src_plugins/dbus/HACKING (revision 1125) @@ -0,0 +1,5 @@ +Needs scconfig detection. Does anyone use dbus? + +Makefile: + EXTRA_DIST += dbus.xml + DISTCLEAN_FILES += dbus-introspect.h \ Index: trunk/src_plugins/dbus/README =================================================================== --- trunk/src_plugins/dbus/README (revision 1124) +++ trunk/src_plugins/dbus/README (revision 1125) @@ -1,7 +1,5 @@ -Not compilable at the moment. +Remote control PCB using DBUS. -Needs scconfig detection. Does anyone use dbus? - -Makefile: - EXTRA_DIST += dbus.xml - DISTCLEAN_FILES += dbus-introspect.h \ +#state: disabled +#lstate: TODO: needs scconfig support +#default: disabled Index: trunk/src_plugins/djopt/README =================================================================== --- trunk/src_plugins/djopt/README (nonexistent) +++ trunk/src_plugins/djopt/README (revision 1125) @@ -0,0 +1,4 @@ +Various board optimization algorithms. + +#state: works +#default: buildin \ No newline at end of file Index: trunk/src_plugins/edif/README =================================================================== --- trunk/src_plugins/edif/README (nonexistent) +++ trunk/src_plugins/edif/README (revision 1125) @@ -0,0 +1,4 @@ +Import code for netlists in the EDIF format. + +#state: works +#default: buildin Index: trunk/src_plugins/gpmi/README =================================================================== --- trunk/src_plugins/gpmi/README (nonexistent) +++ trunk/src_plugins/gpmi/README (revision 1125) @@ -0,0 +1,7 @@ +Scriptable plugin system with about 10 scripting languages supported and +dynamic load/unload of scripts that can manipulate the GUI, the board, +can implement exporters, etc. + +#state: works +#default: buildin +#ldefault: if gpmi is installed Index: trunk/src_plugins/import_sch/README =================================================================== --- trunk/src_plugins/import_sch/README (nonexistent) +++ trunk/src_plugins/import_sch/README (revision 1125) @@ -0,0 +1,4 @@ +Imports element and netlist data from the schematics (or some other source). + +#state: works +#default: buildin Index: trunk/src_plugins/mincut/README =================================================================== --- trunk/src_plugins/mincut/README (nonexistent) +++ trunk/src_plugins/mincut/README (revision 1125) @@ -0,0 +1,6 @@ +Use the minimal cut algorithm to indicate shorts: instead of highlighting +two random pins/pads, try to highlight the least number of objects that +connect the two networks. + +#state: works +#default: buildin Index: trunk/src_plugins/oldactions/README =================================================================== --- trunk/src_plugins/oldactions/README (nonexistent) +++ trunk/src_plugins/oldactions/README (revision 1125) @@ -0,0 +1,5 @@ +Random collection of old/obsolete actions. Bell(): audible feedback; +DumpLibrary(): print footprint library on stdout + +#state: works +#default: disabled Index: trunk/src_plugins/puller/README =================================================================== --- trunk/src_plugins/puller/README (nonexistent) +++ trunk/src_plugins/puller/README (revision 1125) @@ -0,0 +1,4 @@ +Pull traces to minimize their length. + +#state: works +#default: buildin Index: trunk/src_plugins/renumber/README =================================================================== --- trunk/src_plugins/renumber/README (nonexistent) +++ trunk/src_plugins/renumber/README (revision 1125) @@ -0,0 +1,5 @@ +Renumber elements (renaming them) and generate a text file for +back annotation. + +#state: works +#default: buildin Index: trunk/src_plugins/stroke/README =================================================================== --- trunk/src_plugins/stroke/README (nonexistent) +++ trunk/src_plugins/stroke/README (revision 1125) @@ -0,0 +1,5 @@ +Gesture recognition with libstroke. + +#state: partially works (doesn't work with lesstif; works with the gtk hid, but there's no zoom bindings) +#default: buildin +#ldefault: requires libstroke installed Index: trunk/src_plugins/toporouter/README =================================================================== --- trunk/src_plugins/toporouter/README (nonexistent) +++ trunk/src_plugins/toporouter/README (revision 1125) @@ -0,0 +1,6 @@ +Automatically route selected or all rats using a topological algorithm. This +is the new autorouter from 2009. + +#state: fails +#lstate: infinite loop in gts +#default: disabled Index: trunk/src_plugins/vendordrill/README =================================================================== --- trunk/src_plugins/vendordrill/README (nonexistent) +++ trunk/src_plugins/vendordrill/README (revision 1125) @@ -0,0 +1,4 @@ +Vendor drill mapping. + +#state: works +#default: buildin