3644 Commits (2caa72f063dd14cda9755929923ae26716ce3fce)
 

Author SHA1 Message Date
Dick Hollenbeck 3bb91baf11 KICAD_PLUGIN alternate nanometer board loader work 14 years ago
Marco Mattila 1ab12c2be4 Don't subtract soldermask from other than silkscreen layers when plotting gerbers from pcbnew. 14 years ago
Dick Hollenbeck b6508af0f4 KICAD_PLUGIN and nanometer intermediate checkin, work in progress... 14 years ago
jean-pierre charras 3a887850ee Pcbnew: Fix bug Bug #898178 14 years ago
jean-pierre charras 31bcc6eed9 Add Bulgarian language. Update translators list. 14 years ago
Dick Hollenbeck 7a93d0b21c more KICAD_PLUGIN work progress 14 years ago
Dick Hollenbeck 8f79b14680 This patch restores some of the goodness in Vladimir's rev 3239, and in particular 14 years ago
Dick Hollenbeck 701fa6b0a3 intermediate check in to show progress on new nanometer file loader PLUGIN 14 years ago
Dick Hollenbeck 2515a806ae initial work on PCBNew PLUGIN support, in preparation for nanometer board load and save 14 years ago
jean-pierre charras 5e3ca2e769 Pcbnew: Fix issue in Undo/Redo command: for very large boards ( > 20000 items) this command could take a long time. Now fast. 14 years ago
jean-pierre charras b707493f35 Update version number 14 years ago
Dick Hollenbeck 63399bbeea changes 14 years ago
Dick Hollenbeck dea21ba82e changes 14 years ago
Dick Hollenbeck 2fd8613777 add board internal units plan, first incomplete draft. 14 years ago
jean-pierre charras 778832a665 Fix a minor issue in my last commit 14 years ago
jean-pierre charras 683921f98d Eeschema: fix crash in intermediate netlist generation when a component has no pins (like logos or images). 14 years ago
Dick Hollenbeck cc097762c7 Temporarily reverse out the evolving support for finer Board Internal Units (BIU)s. 14 years ago
Vladimir Uryvaev d4bfa450e0 Debug bug:) fix. Wayne found it. 14 years ago
Wayne Stambaugh 1ef58372a9 Added new find replace image to bitmap header file. 14 years ago
Vladimir Ur 2a69ffb406 Nanometric work 14 years ago
Fabrizio Tappero 69f8b30b25 Change find image, add new find replace image, and remove unused image cpp files. 14 years ago
Wayne Stambaugh 35749e57c4 Fix Eeschema find item bugs and other minor changes. 14 years ago
Dick Hollenbeck 169576703d fix compiler warning 14 years ago
Vladimir Ur 959e338698 D_PAD conversion: m_Pos converted 14 years ago
jean-pierre charras 38553be4de Pcbnew: fix a possible crash after a board cleanup 14 years ago
Vladimir Ur 09a61396ba Some code restyling: VECTOR_PCB is an array. Cleanup uncontrolled definitions of abs, max, etc. max is now overloaded function and MAX is a macro. 14 years ago
Vladimir Ur 4b9b2f4e66 Nanometric work. Design rules, D_PAD (except m_Pos) is now in new units. Metric files can be loaded w/o KICAD_NANOMETRE flag set but saved only with this flag, this could help to gain some compatibility during transition process. ifdef'd code is somewhat minimized by using transition macros. Some potential code bugs are commented. 14 years ago
jean-pierre charras 6f3aa6aca9 Very minor fix 14 years ago
jean-pierre charras 1259683846 Pcbnew: fix bad icon in ModEdit toolbar. 14 years ago
jean-pierre charras 790b6b54f5 Forgotten change. 14 years ago
jean-pierre charras 9cb27eb85c Some better icons. 14 years ago
Wayne Stambaugh 7a5e6a2d66 Remove message dialogs from COMPONENT_LIBRARY class. 14 years ago
Vladimir Ur 6ebb044d45 Metric KiCad work continues. Partially processed D_PAD class. It is still need to be tested including all these import and export procedures... 14 years ago
Wayne Stambaugh 77521c4b60 Fix write file bug when file is in the project path and no path is defined. 14 years ago
jean-pierre charras 4221c3619a Eeschema: bug 880132 : partial fix. 14 years ago
Wayne Stambaugh fc7189e6f4 Fix for hidden find dialog when display settings change. 14 years ago
Wayne Stambaugh cc7e7fc5ca Memory allocation improvements and other minor fixes. 14 years ago
jean-pierre charras 7bd8284661 Pcbnew: remove dead or obsolete code. Add or fix some comments. 14 years ago
Vladimir Ur 0fdf71a80e General design rules tab converted to nanoscale. A bit of refactorisation in via sizes. And build key is KICAD_NANOMETRE not KICAD_NANOMETRIC (as I stated in previous commit). 14 years ago
Vladimir Ur a273b7bdb5 Work on internal (nano)metric length units started. 14 years ago
Dick Hollenbeck 311a8186ff sweet editor, compiler warning 14 years ago
Wayne Stambaugh cd0b231656 Minor fixes, dead code removal, and coding policy fixes. 14 years ago
jean-pierre charras b88505dd85 Pcbnew: code cleaning in ratsnest.cpp. Add comments. 14 years ago
jean-pierre charras 619a82a61a Pcbnew: Fix a membar issue: Layer setup incorrect location (seems due to an error when using copy/paste editor command) 14 years ago
Wayne Stambaugh 393e020442 Fix cursor warping out of client when zooming bug. 14 years ago
jean-pierre charras 7c17187052 Pcbnew: Fix typo in 2 filenames. Add comments in ratsnest.cpp. 14 years ago
jean-pierre charras 936d831b82 Pcbnew: more work on a better algorithm to calculate the full ratsnest. 14 years ago
Dick Hollenbeck ed2141a6d6 Change various KiCad case utilization to precisely "KiCad" 14 years ago
jean-pierre charras 721cdc4831 Pcbnew: connect.cpp: enhanced ( faster and more powerful ) algorithm to calculate connections between pads. 14 years ago
Wayne Stambaugh 3541335a08 Use output formatter to save component library files and objects. 14 years ago