107 Commits (f0adf81a9914712514ca5f479feada6c66261c9a)

Author SHA1 Message Date
Maciej Suminski 6c32b6f955 Pin edit coupling: renamed and changed the description 8 years ago
Maciej Suminski a99d0c44e1 Code comments 8 years ago
Maciej Suminski 6e65049a56 Do not modify LIB_ID in LIB_PART::SetLib() 8 years ago
Wayne Stambaugh 51717aad22 Eeschema: fix segfault bug when LIB_PART has no aliases. 8 years ago
jean-pierre charras dee93e5eeb Minor fix: rename LIB_PART::m_dateModified to LIB_PART::LIB_PART::m_dateLastEdition 8 years ago
Wayne Stambaugh 694ad93385 Move LIB_PART save code to legacy schematic plugin. 8 years ago
Wayne Stambaugh 0acdd9f02e Remove obsolete symbol library item load code. 8 years ago
Tomasz Włostowski 7fc1e1d53c Library Editor: component cut/copy/paste/duplicate 8 years ago
Maciej Suminski 2c20a10242 Removed friendship in LIB_PART and LIB_ALIAS classes. 8 years ago
Maciej Suminski aa81f5b98d Removed LIB_PART::SetLibId() 8 years ago
Maciej Suminski 445ac50588 Keep LIB_ID and LIB_PART name/library in sync 8 years ago
Maciej Suminski 4c4f5ae962 Unified way of setting LIB_PART name 8 years ago
Wayne Stambaugh cb764d73c5 Minor trace logging improvements. 8 years ago
Maciej Suminski 1edaa8090d Turned LIB_ITEMS_CONTAINER into a template 8 years ago
Bernhard Stegmaier 0be357ec3e LIB_ITEMS_CONTAINER reimplemented using C-style array of boost::ptr_vector 8 years ago
Maciej Suminski 352919658d Refactored LIB_PART data storage 8 years ago
Oliver Walters f509ccc7cf Search component footprint text 8 years ago
jean-pierre charras 039910cb21 Fix incorrect initialization of a color parameter, which make the drawings in black in libedit 9 years ago
Maciej Suminski d7bf44eee0 Removed a few more headers from base_struct.h 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Chris Pavlina a61be7e00e Move LIB_PART::Draw drawing options into a struct 9 years ago
Wayne Stambaugh 73bbc35c3e Make the schematic I/O plugin the only option. 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
Wayne Stambaugh 4d018039aa Eeschema: lay the groundwork for symbol library tables. 9 years ago
jean-pierre charras f15a59f0ad Component Editor and Component viewer: add option to show the electrical pin type. 9 years ago
Chris Pavlina 9547dd4e52 Fix GetBoundingBox hiding overloaded virtual 9 years ago
Simon Richter ad088db6d2 Add more "override" markers. 9 years ago
Wayne Stambaugh 679eef1c43 Eeschema: fix build errors and warnings. 9 years ago
Wayne Stambaugh 3ae240ea46 Eeschema: add save code to legacy symbol library plugin. 9 years ago
Wayne Stambaugh eaa7f3f114 Eeschema: implement schematic I/O plugin symbol library parser. 9 years ago
Simon Richter da5699de0a Replace boost::shared_ptr with std::shared_ptr. 10 years ago
Chris Pavlina c13f80bb49 Remove unneeded compile option KICAD_KEEPCASE 10 years ago
Wayne Stambaugh 76d099b337 Eeschema: fix illegal field characters causing corrupt schematic files on Linux. (fixes lp:1529358) 10 years ago
Chris Pavlina eb800d903f Hide pin and wire targets to show wire connections in Eeschema. 11 years ago
Chris Pavlina 26c320db57 Add schematic component library change rescue feature (fixes lp:1435338). 11 years ago
jean-pierre charras 4daf9039db Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
Wayne Stambaugh 8f1addc1f8 Fix serious memory leak in schematic part library manager. 11 years ago
jean-pierre charras 64925bfc4f Very minor fixes: add missing const return type to some GetBoundingBox() declarations. Change few functions names to better names in some places (like GetName() to GetPinName() ) 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
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
Lorenzo Marcantonio 342016b692 Constification of HitTest and GetParent 12 years ago
Lorenzo Marcantonio 85c5aa22c6 Constification of HitTest and GetParent 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Henner Zeller bd52f00601 Eeschema: component selection dialog improvements. 12 years ago
Dick Hollenbeck 2ac58935b5 Make option KICAD_KEEPCASE actually functional for Eeschema, and make the setting default ON. 12 years ago
jean-pierre charras 50743cf3ba Initial release of pl_editor, the page layout and title block editor. 13 years ago
jean-pierre charras a8a640811b Code cleaning and move worksheet code specific to title block and frame references shape in title_block_shapes.h and title_block_shapes_gost.h 13 years ago
jean-pierre charras 172bbc8f9c Eeschema: fix Bug #1180902 (Libedit creates empty svg images) 13 years ago
Lorenzo Marcantonio e771112259 Enforced EDA_COLOR_T type and minor const-ification 13 years ago