123 Commits (3d72b245f992db8b8ff070623accd3a7845c0d3c)

Author SHA1 Message Date
Jeff Young b1b4caee6a Escape "naughty" characters in symbol names. 4 years ago
Wayne Stambaugh ee3eac325d Expunge the use of the word part from Eeschema code. 4 years ago
Wayne Stambaugh fb46cd8bc5 Expunge the use of the word component from Eeschema code. 4 years ago
Wayne Stambaugh 71c183d7bb Rename LIB_PART to LIB_SYMBOL. 4 years ago
Wayne Stambaugh fbc135e69f Rename SCH_COMPONENT to SCH_SYMBOL. 4 years ago
Marek Roszko 33bbf85a3e Use the parent frame GetSettings helper rather than including for Pgm() 4 years ago
Giulio Girardi 78a475d75b Enable "Spice settings" button on derived symbols 4 years ago
Jeff Young df5f010514 Bug fixes for fields when editing a symbol from the schematic. 5 years ago
Jeff Young 15e640b5fe Reset field ids after re-ordering. 5 years ago
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
Wayne Stambaugh 1786ae8773 Eeschema: use symbol nomenclature for object file naming. 5 years ago
Jeff Young b6a7981e62 Write changes back to grid after using file explorer. 5 years ago
Jeff Young ff7742c6b8 File naming and include cleanup. 5 years ago
Seth Hillbrand 20888681f8 Fix wording of interchangeable units 5 years ago
Michael Kavanagh 154e19b6e7 Icons: use common prefix for small 16x16 5 years ago
Jeff Young fb7ac450d9 Read-only dialogs for symbols in legacy libraries. 5 years ago
Wayne Stambaugh 08cf9a1e20 Move headers from common folders to appropriate include folders round 1. 5 years ago
Jeff Young 797a588015 Aliases should inherit their descs, keywords, and fp filters. 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Jeff Young f0d0e17aab Prepare for MODULE -> FOOTPRINT. 5 years ago
Jeff Young bddc97df30 LibEdit -> SymbolEditor 5 years ago
Wayne Stambaugh a5e628a552 Symbol editor: fix missing footprint filter support for derived symbols. 5 years ago
Jeff Young d785dae88b DIALOG_EDIT_COMPONENT_IN_LIB -> DIALOG_LIB_SYMBOL_PROPERTIES. 5 years ago
jean-pierre charras bda275de46 more cleanup about removing useless include 5 years ago
Wayne Stambaugh d45c11b4b5 Exclude from bill of materials and board netlist to library symbols. 5 years ago
Mark Roszko 1082402b33 Convert UNDO_REDO_T to an enum class 5 years ago
Kevin Lannen 13f9478a76 Symbol Editor: Allow changing parent for derived symbol 5 years ago
Jeff Young e8079bf655 Make sure UI gets adjusted for Symbol property changes. 5 years ago
Jeff Young 5d493abea7 Check for duplicate field names. 5 years ago
Wayne Stambaugh 354d53a6c5 Handle derived library symbol optional field inheritance. 5 years ago
Wayne Stambaugh 52078a4b1b Allow setting mandatory derived symbol field properties. 5 years ago
Jeff Young d61b6f965e Flatten some settings and remove some more globals. 5 years ago
Wayne Stambaugh 61e981be17 Symbol editor: fix broken alternate body style toolbar state. 6 years ago
Jeff Young 591428b0d9 Remove some problematic global variables. 6 years ago
Jeff Young 9a67dc56f9 Clean up assumption that field_id < MANDATORY means its mandatory. 6 years ago
Jeff Young 6e27904791 More code hygiene. 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Sylwester Kocjan 0aa6e43783 eeschema: dialog_edit_component: fixed removing negative number of rows from grid. 6 years ago
Wayne Stambaugh bc68c7d949 Symbol editor: fix several internal units bugs. 6 years ago
Ian McInerney 36f6b4a9b4 Clean up redundant dynamic casts 6 years ago
Ian McInerney 13b6028e1b Refactor all math into a new kimath library 6 years ago
Wayne Stambaugh 2b920ffa04 Symbol editor: inheritance symbol editing bug fixes. 6 years ago
Wayne Stambaugh 3e431d0d39 Symbol editor: fix inherited symbol editing bug. 6 years ago
Jean-Pierre Charras 97b0b20a65 Fix properties dialog bug in symbol library editor. 6 years ago
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols. 6 years ago
Jeff Young 80dd3f8635 Draw datasheet field with the value from the dfm file. 6 years ago
Jeff Young 62d453ecd8 Fetching name got moved, but it got moved to before it was fetched out of the fields grid. 6 years ago
Wayne Stambaugh c52ff1ca23 Symbol Editor: fix datasheet field bug loading old symbol libraries. 7 years ago
Jeff Young 5c39521149 Move Symbol Properties and Pin Table to actions. 7 years ago
jean-pierre charras 17ac5b6d13 DIALOG_EDIT_COMPONENT_IN_LIBRARY: fix a dialog resize issue (grid not resized). 7 years ago