249 Commits (a5118df44cc3930c265ac1c40d00639fcc35e60e)

Author SHA1 Message Date
jean-pierre charras 906c52deff minor compil warnings and drawings fix 7 years ago
Jeff Young a03dc577f8 Add support for units. 7 years ago
Jeff Young 8e915ae8d8 Add support for LIB_ALIAS objects. 7 years ago
Tomasz Wlostowski 90c7c60471 eeschema-gal: initial GALified version. Lots of stuff still to do! 7 years ago
Wayne Stambaugh 34ea79eddb Fix LIB_ID illegal character tests. 7 years ago
Jeff Young d72fdaed29 Rewrite Library Symbol Properties dialog. 7 years ago
Jeff Young 20bf6827e7 Minor performance enhancements to symbol loading. 7 years ago
Jeff Young be1d6113d6 More performance enhancements. 7 years ago
Jeff Young 08bcec9ac0 Make sure symbols have a valid lib nickname... 7 years ago
Jeff Young f8a5e2c1c8 Performance enhancements in fp loading, string cmp, etc. 7 years ago
Jeff Young 97f7bd4cb9 Push component tree down into common. 7 years ago
Jeff Young cb61525394 Handle separate parsing rules for ID_SCH and ID_PCB. 7 years ago
Seth Hillbrand d30ac2967a eeschema: Rescue symbols with illegal chars 8 years ago
Maciej Suminski 2865084ce8 Library Field editor: validate alias name before changing it 8 years ago
jean-pierre charras 2974a2c10a Eeschema: fix broken generation of the project library cache. 8 years ago
Wayne Stambaugh 81843c37a4 Organize trace debugging code for ease of maintenance. 8 years ago
Maciej Suminski a5844c9bb8 Replace illegal characters in LIB_{ALIAS,PART} LIB_IDs 8 years ago
jean-pierre charras 795a36c9fe Fix code after renaming files, and a bit of code cleanup (remove useless includes and multiple includes of the same files) 8 years ago
jean-pierre charras e499d337d8 rename files: update filenames in sources 8 years ago
Maciej Suminski 6c32b6f955 Pin edit coupling: renamed and changed the description 8 years ago
Maciej Suminski 8721f7ed70 Changed remaining occurences of 'part' to 'symbol' in the symbol editor 8 years ago
Maciej Suminski 6e65049a56 Do not modify LIB_ID in LIB_PART::SetLib() 8 years ago
Maciej Suminski 82fc038c9b Fixed wxLogTrace for LIB_ALIAS 8 years ago
Wayne Stambaugh b55eb0b5f1 Eeschema: fix assertion in LIB_PART destructor. 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 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
Julius Schmidt 375a4e28d6 fix MANDATORY_FIELDS comparisons (need to exclude -1) 8 years ago
jean-pierre charras bdc6a5950b rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
Wayne Stambaugh 610ff7485f Fix more bugs in the schematic symbol rescuer. 8 years ago
Wayne Stambaugh cb764d73c5 Minor trace logging improvements. 8 years ago
Maciej Suminski 55bc8da726 LIB_ITEMS_CONTAINER code formatting 8 years ago
Bernhard Stegmaier 0be357ec3e LIB_ITEMS_CONTAINER reimplemented using C-style array of boost::ptr_vector 8 years ago
Maciej Suminski 85be485c34 Enable long names for pin numbers and pads 8 years ago
Seth Hillbrand 1c617b9f56 Prevent duplicate objects during block copy in symbol library editor. 8 years ago
Maciej Suminski 352919658d Refactored LIB_PART data storage 8 years ago
Oliver Walters f509ccc7cf Search component footprint text 8 years ago
Simon Richter 1502e27695 Remove debug code matching on specific component names 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
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
jean-pierre charras f15a59f0ad Component Editor and Component viewer: add option to show the electrical pin type. 9 years ago
Simon Richter b0f9864bc4 Clean up warnings from exception handlers 9 years ago
Chris Pavlina 9547dd4e52 Fix GetBoundingBox hiding overloaded virtual 9 years ago