3525 Commits (2a69ffb406363ec5cdf82bafc40f02e51ca61009)
 

Author SHA1 Message Date
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
jean-pierre charras fcb482df41 Pcbnew: Fix bug I created in my previous commit. 14 years ago
Dick Hollenbeck 9f69193a62 formatting and compiler warnings 14 years ago
Dick Hollenbeck 9bf1f390b2 sweet editor now shows GAL canvas 14 years ago
Wayne Stambaugh 8cad403d23 Use line reader to load component library files and objects. 14 years ago
jean-pierre charras 9cd1fdd92c Fix minor issue under wxWidgets 2.9.3 in DRC dialog display. 14 years ago
jean-pierre charras d5ea4750e7 Pcbnew: starting work on better ratsnest and connections calculations algorithms. 14 years ago
Dick Hollenbeck 0ee7234cf9 sweet editor work 14 years ago
jean-pierre charras 8a034512ea Pcbnew: fix minor issue: Footprint bounding box was too large for very small footprints (like SM0204) due to the minimal size value used in calculations. 14 years ago
Wayne Stambaugh bbda48f9e8 Unify Eeschema orient commands and other minor fixes. 14 years ago
Wayne Stambaugh a834c47be5 Fix schematic library pin editing bug. Fixes lp:809506 14 years ago
jean-pierre charras 858636fd27 Fix erroneous test for non writable folder, when trying to save a schematic file with no path in name. 14 years ago
Wayne Stambaugh 60805606a0 Unify Eeschema drag item commands into a single event handler. 14 years ago
Wayne Stambaugh 7195644360 Unify Eeschema edit item commands into a single event handler. 14 years ago
Vladimir Ur 443b4a6fe1 PCBNEW favored module placed on OPPOSITE side selected layer become. 14 years ago
jean-pierre charras 32526511de Fix message in KiCad Dialog About (forgotten USE_BOOST_POLYGON_LIBRARY option removed). 14 years ago
Wayne Stambaugh b98b23a1a6 Factor Eeschema rotate item hot keys into a rotate event handler. 14 years ago
jean-pierre charras 2476bc7f62 bitmap2component: code cleanup. 14 years ago
jean-pierre charras 51a845470b bitmap2component: use BOOST:POLYGON instead of KBool, and minor enhancements. 14 years ago
jean-pierre charras 4cbcf56cee remove useless USE_BOOST_POLYGON_LIBRARY cmake option, and remove unused files. 14 years ago