summaryrefslogtreecommitdiff
path: root/cad/kicad
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Revbump after boost updateadam1-2/+2
2016-12-22Don't use non-int values for scancodes. Bump revision.joerg3-3/+24
2016-10-07Revbump post boost updateadam1-2/+2
2016-09-21Fix reversed assignement, pointed out by he@ (thanks !)bouyer3-6/+6
2016-09-08Update kicad packages to 4.0.4, and apply a patch from the master branchbouyer30-415/+778
to make it build with newer boost library. Changes since 4.0.1: Do not allow spaces in component name (value field) in component library editor, in dialogs (Edit field, Create component). Remove front silkscreen default setting for PTH and NPTH pads. OSX: back port touchpad support from development branch. Add support for optional touchpad panning (merge of rev. 6586 from development branch) OSX: legacy canvas rendering speed improvements. PolyLine.cpp: NormalizeAreaOutlines now removes null segments. Remove support for in processing setting of ld library path. Eeschema: make footprint and datasheet initially invisible, when creating a component. Make color names translatable in color selection dialog. Mark locked tracks with 'L' letter in status field. Added 'Reset Grid Origin' hot key (GAL). Add support for PCB and footprint format versioning Highlight a net when crossprobing with eeschema and highlight net tool is enabled. Make DRC markers not editable with the standard tools (GAL). Draw arrows for DRC markers (GAL). and lots of bug fixes.
2016-08-03Revbump after graphics/gd updateadam1-1/+2
2016-03-27Downgrade error about using non-POD types like references withjoerg1-1/+6
variadic warnings for clang to warning.
2016-02-03Update kicad to the 4.0.1 release.bouyer33-666/+683
Major changes: New graphics rendering backend GAL (OpenGL and Cairo) [currently pcbnew only and does not yet support all legacy tools] New s-expression based pcb format (.kicad_pcb) New footprint library format (.pretty folder with .kicad_mod footprints) Updated footprint editor (only usable with GAL renderer) More advanced footprint manager concept called footprint library table (fp-lib-table) Ability to download footprints on the fly from git repositories Official libraries are now stored on github and regularly updated Awesome/Advanced Push and Shove (PnS) router (only usable with GAL renderer) Interactive differential trace routing and tuning Interactive trace length tuning Much more realistic 3D board rendering Intelligent library search with preview in Eeschema Initial Python api for Pcbnew Notes: Symbols have changed size, been renamed, etc to follow the new KiCad library conventions so you need to take care when working with older schematics if you used the symbols packaged with KiCad. The new pcb format cannot be loaded in older versions of KiCad.
2015-11-03Add SHA512 digests for distfiles for cad categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/eagle-lin32-7.4.0.run No changes made to eagle/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-2/+2
2015-04-17Revbump after updating devel/boost-libsadam1-2/+2
2014-12-27Fix netbsd-5 build by SUBSTing out fabsl(). From John D. Baker in PR 48980.dholland1-1/+13
2014-11-07Revbump after updating boostadam1-2/+2
2014-08-13Revbump after boost-libs updateadam1-2/+2
2014-05-05Recursive revbump from x11/pixmanryoon1-1/+2
Fix PR pkg/48777
2014-02-21Don't force forward declarations of containers.joerg2-1/+15
2014-02-17Import kicad from the stable branch as of 20140214.bouyer25-0/+853
Sources are available only from bzr (no release) so I made a snapshot of the source tree and put it on a http server. This package is based on the package in wip by jonathan.gabris@gmail.com Kicad is an open source (GPL) software for the creation of electronic schematic diagrams and printed circuit board artwork. Designed and written by Jean-Pierre Charras, a researcher at LIS (Laboratoire des Images et des Signaux) and a teacher in IUT de Saint Martin d'Heres (France), in the field of electrical engineering and image processing. Kicad is a set of four softwares and a project manager: * Eeschema: Schematic entry. * Pcbnew: Board editor. * Gerbview: GERBER viewer (photoplotter documents). * Cvpcb: footprint selector for components used in the circuit design. * Kicad: project manager.