- series, dxf-aux-origin.patch: add support for using the auxiliary axis
in DXF as well
- series, origin-opt.patch: option -o/--origin to use the auxiliary origin
for Gerber, DXF, and the drill file
- README: description of the build process
- series: control file for quilt
- eeschema-plot-only-mode.patch, erc-exceptions.patch,
fix-pinedit-collision.patch, streamline-erc.patch: patches carried over
from svn.openmoko.org/trunk/gta02-core/kicad-patches/
- eeschema-bom-only-mode.patch: adds support for eeschema --bom mode to
only create a bom .lst file (by Wolfgang Spraul)
- pcbnew-scripted.patch: adds several command line parameters to pcbnew
(by Wolfgang Spraul)
- dsv (flush): convert / and % in cache file name
- dsv (flush): convert / and % in name and alias file name
- dsv (list): convert %2F and %25 back to / and %
- dsv (search): convert / and %
- fpd2pdf/fpd2pdf: footprint pretty-printer
- README: list fpd2pdf
- README: licensing terms may also be just in the file in question, if
there's only one
- boom/boom-config.in: new command "manu" to list the manufacturers
- manu/Makefile: run make for targets "all", "test", "sane", and "spotless"
on each manufacturer directory
- boom/lib/e12.inc: several rules produces mal-formed results with leading
zeroes
- boom/manu/Makefile.common (spotless): added new target to remove
$(NAME).chr
- boom/manu/Makefile.common (MALFORMED): test for leading zeroes, allowing
only 0R as an exception
- boom/manu/stackpole/stackpole.gen: catch values < 1 R and convert them
to mR
- boom/Makefile, boom/boom-config.in: add a warning to boom-config that the
file is machine-generated
- boom/boom-config.in (usage): complain about unrecognized keywords
tol.inc.
- lib/captol.inc: renamed to ctol.inc, for consistency with rtol.inc
- boom/manu/avx/avx.gen, boom/manu/johanson/johanson.gen,
boom/manu/murata/murata.gen, boom/manu/tdk/tdk.gen,
boom/manu/yageo/yageo.gen: use ctol.inc instead of captol.inc
- boom/manu/panasonic/panasonic.gen, boom/manu/stackpole/stackpole.gen,
boom/manu/yageo/yageo.gen: use rtol.inc insteas of tol.inc
- boom/dist/dk/yageo-rc.catq: include RT series as well
- boom/lib/rtol.inc: resistor-specific variant of the tolerances
- boom/manu/yageo/yageo.gen: decode RT series as well
Note: in most of the specifications, the TC depends on the resistor's value.
Since we don't have a useful way to express this sort of dependency, the
TC values are always the worst lower and upper bound for a given package.
- boom/test.sub (R): recognize #ppm/K as temperature coefficient
- boom/manu/yageo/yageo.gen: convert FP=0100 to canonical FP=01005 and
then work with that value
- boom/manu/panasonic/panasonic.gen, boom/manu/stackpole/stackpole.gen,
boom/manu/yageo/yageo.gen: added temperature coefficients
- boom/test.sub (R, C): set R and C by default to "required", so that an
unparseable value doesn't cause a wildcard search
- boom/test.sub (C): added tolerances
- boom/test.sub (C): added material and special properties (syntax:
material/property, e.g., NP0/RF)