135 Commits (a52250a91e24733ce798ad8baa4597032d49d11e)

Author SHA1 Message Date
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
Chris Pavlina a61be7e00e Move LIB_PART::Draw drawing options into a struct 9 years ago
Wayne Stambaugh eb06b35852 Eeschema: fix schematic I/O plugin symbol name issue. 9 years ago
Wayne Stambaugh 7ccdca5ced Use library ID to store library symbol information in the schematic symbol. 9 years ago
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
Maciej Suminski 9748b65a6d str[n]icmp -> str[n]casecmp 9 years ago
Dick Hollenbeck c2b8a4ee43 Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 9 years ago
Wayne Stambaugh 98ad5096b0 Eeschema: add saving schematic files to schematic plugin. 9 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 9 years ago
Dick Hollenbeck e47f0df068 Cleanups 9 years ago
jean-pierre charras f0e2628e40 Very minor changes: remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 10 years ago
Wayne Stambaugh b7c974b2c4 MinGW64 build warning fixes. 10 years ago
jean-pierre charras 37c26cba71 Eeschema: Do not use ElectricPinType for SheetLabel items. ERC does not use ElectricPinType to test sheet labels, which do net have an actual electrical type property 10 years ago
Wayne Stambaugh 03bf559465 Undo commit -r 6368. 10 years ago
Wayne Stambaugh 73dc53dc35 Undo commit -r 6413. 10 years ago
Wayne Stambaugh 4007317606 Undo commit -r 6428. 10 years ago
Wayne Stambaugh 1866b61a56 Undo commit -r 6457. 10 years ago
Wayne Stambaugh 8587488984 Undo commit -r 6595. 10 years ago
Wayne Stambaugh cf9a9a09ad Eeschema: decouple SCH_COMPONENT from SCH_SHEET_PATH. 10 years ago
Wayne Stambaugh cdba425bad Eeschema: move get components from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Chris Pavlina b381d99300 Eeschema: fix uninitialized members 10 years ago
Wayne Stambaugh e8e0a75b8c Eeschema: move update all screen references from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Wayne Stambaugh 133b8f6b96 Eeschema: move annotate power symbols from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Chris Pavlina 50c418a332 Eeschema: add field automatic placement feature. 10 years ago
Wayne Stambaugh c6d591b534 Eeschema: uncouple clearing annotation from SCH_SHEET_PATH. 10 years ago
unknown 6b3ff2d59a Eeschema:fix bug 1492542 component pins look disconnected if component is selected and then pan/scroll/zoom view 10 years ago
jean-pierre charras ef0e13331d Eeschema: fix and other case where the UFT8 strings are not correctly read on Windows (part name and ref in schematic files correctly saved but not correctly read) 10 years ago
Chris Pavlina 3921f78ac2 Eeschema: fix connection indicators for power symbol targets. 10 years ago
Chris Pavlina e94ebf561e Eeschema: fix connection indicator. (fixes lp:1476005). 10 years ago
unknown 71b3125d8e Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
unknown bdeac4c116 Fix potential buffer overflows in eeschema. Fix Bug #1468604 (Assert triggered in eeschema when trying to edit components) 10 years ago
jean-pierre charras d4d201f0d8 Libedit: Fix an issue relative to bounding boxes of symbol items: some were calculated using the top to bottom draw Y axis, some others using the bottom to top libedit Y axis 10 years ago
Chris Pavlina dc33bb1868 Display pin and bus connection targets when moving for better user feedback. 10 years ago
unknown 64df4ce7ef Eeschema minor bugfix: hide pin targets for junction dots 10 years ago
Chris Pavlina eb800d903f Hide pin and wire targets to show wire connections in Eeschema. 10 years ago
jean-pierre charras 3084c0aa0b Eeschema: add missing rotate and mirror sheet in sheet context menu (these transforms were possible in block commands, but not from the sheet menu). 11 years ago
jean-pierre charras c586d9735e Eeschema: fix bug #142970 (broken append sheet function) 11 years ago
jean-pierre charras 4bab8dde65 Fix some minor coverity warnings. Fix a bug in pcad2kicad plugin. Scripting: map BASE_SET. Rename some python bom scripts with better names. Fix erroneous comments and add comments 11 years ago
Wayne Stambaugh 25b9a42ea3 More Coverity scan error fix goodness. 11 years ago
jean-pierre charras 00f8994ee1 Eeschema: Fix a (minor but annoying) bug detected by coverity which prevent Eeschema to draw components in "fast mode" (i;e. without pin texts) when they are moved, due to a draw parameter which was incorrectly used. 11 years ago
Wayne Stambaugh b42e47eeed Fix a few more wxLog string formatting assertions in Eeshcema. 11 years ago
jean-pierre charras c6f4f15926 Eeschema: Minor code reorganization: 11 years ago
Wayne Stambaugh 1dc5178095 Message panel consistency improvements and coding policy fixes. 11 years ago
jean-pierre charras 93a3d4cb28 Eeschema: back to KICAD_KEEPCASE option, to find parts in lib, when using case sensitive option (default). 11 years ago
jean-pierre charras 1edd8c8ac8 Eeschema: remove the compil option KICAD_KEEPCASE. Eeschema is now always case sensitive when seraching components in libs. 11 years ago
Lorenzo Marcantonio 260ca0e79f Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
jean-pierre charras 188954f2d4 Eeschema: fix incorrect value of m_Flags member (must be 0) of schematic components after loading a schematic file. 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
Lorenzo Marcantonio 6d17ad712c Made the project default text size apply to all text things in eeschema, instead of the hardcoded value 12 years ago