92 Commits (9d29e94cb555ae8dd679728994bef8fd9c070ab3)

Author SHA1 Message Date
Jeff Young 9d9745b555 Remove more legacy editing code. 7 years ago
jean-pierre charras 4ac20d7ab1 menubar_pcb_editor.cpp: add missing icons. 7 years ago
Jeff Young fbb807f3bb Move some more menu & toolbar items to modern toolset. 7 years ago
Jeff Young f602ccd814 Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL. 7 years ago
jean-pierre charras ec59361f75 Fix a few coverity errors 7 years ago
jean-pierre charras 6a0319f6b7 autoplacer: minor fixes. 7 years ago
jean-pierre charras ed28b7e29b Autorouter rework: remove outdated or dead code, add comments and display the footprints as soon as a footprint is placed 7 years ago
jean-pierre charras 4013f6424d Pcbnew, autoplacer: display more activity during footprint placement 7 years ago
Seth Hillbrand 4460313104 pcbnew: Separating connectivity to subdir 7 years ago
Jeff Young a53b163456 Use resize() instead of reserve()/fill() so hardeners don't choke. 7 years ago
Jeff Young 0f9ded9563 Space out placed footprints with some padding. 7 years ago
Tomasz Wlostowski 61fb3f6d0f pcbnew: bring back the autoplacer tool to GAL 7 years ago
Tomasz Wlostowski 33946ea92f pcbnew: renaming of autorouter/autoplacer files 7 years ago
Jeff Young 43e99e6df0 Inflate footprint bounding box to include texts. 7 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
Tomasz Włostowski 81d1e17f02 refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
Tomasz Włostowski 32185ddcd3 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
Tomasz Włostowski 08314082db Hide DLISTs behind iterators, first step towards refactoring the storage model 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
Maciej Suminski 389c7b2bbc Added AUTOROUTER_CONTEXT to keep objects used by autorouter 9 years ago
Maciej Suminski a073a90c45 Remove BOARD::SetBoundingBox() 9 years ago
Jon Evans 88f7c55d95 Move ZoomFitScreen and ZoomPreset from PCBNEW_CONTROL to COMMON_TOOLS 9 years ago
Maciej Suminski d7bf44eee0 Removed a few more headers from base_struct.h 9 years ago
Maciej Suminski 0dc88bb4cf Changed COLOR4D defines to static consts 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
jean-pierre charras 89f9b7df5c Pcbnew: when update PCB from schematic, spread footprints also in legacy mode. Remove also one useless undo command level after update. 9 years ago
jean-pierre charras 34469c1d9c Pcbnew, legacy mode: used spread_footprints to place new footprints after reading a netlist, like in GAL mode. 9 years ago
Jon Neal 1293d04a7a Fix a bunch of misspellings of length. 9 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 9 years ago
jean-pierre charras a4658ab6be Fix a few compil warnings (not used vars, shadowed local vars) 10 years ago
Simon Richter 128459470a Clean up truncation of constant 10 years ago
Simon Richter f674942e27 Remove superfluous include in the middle of source file 10 years ago
Jon Neal f309eaab00 Pcbnew: spread and pick up new footprints when loaded. 10 years ago
jean-pierre charras 4fc230b773 Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts. 10 years ago
unknown 71b3125d8e Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
jean-pierre charras 0f7e358030 3D viewer: fix a bug introduced in rev 5579s. Remove a few useless wxBusyCursor. Minor other fixes. 11 years ago
jean-pierre charras bbbb84e6c2 Fix a few minor coverity warnings. 11 years ago
jean-pierre charras a550ff84db Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables) 11 years ago
jean-pierre charras d6c6b4debb Fix some coverity warnings (mainly not initialized vars). 11 years ago
Wayne Stambaugh 4c6ca81f2c More Coverity scan error fixes. 11 years ago
jean-pierre charras 79e2a41469 Pcbnew: Fix potential bug in DRAG_SEGM_PICKER (a variable type bool was used as int. type is now int). Minor code cleanup. 11 years ago
jean-pierre charras 9cfb97d8b4 Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
Marco Ciampa 40f044bd8d More renaming instances of module to footprint for consistency. 11 years ago
Marco Ciampa 5d306bb244 Rename instances of module to footprint for consistency. 11 years ago
Wayne Stambaugh 99f30c9d38 Road map and Doxygen work. 11 years ago
jean-pierre charras 5a38d2b657 Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 12 years ago
Maciej Suminski f31f92e45e Fixes the bug that causes pcbnew crash, when there are multiple net classes and the plot dialog was opened. 12 years ago
Maciej Suminski 4fcaf4c586 Minor BOARD_DESIGN_SETTINGS refactoring. 12 years ago