222 Commits (0c45f85bc09d578ec64a12ec9ac1fdf907a2a3f2)

Author SHA1 Message Date
Wayne Stambaugh 9d348d7e6d Coverity issue fixes. 4 years ago
Jeff Young 2aa2493472 Resolve un-set template fieldnames to empty string. 4 years ago
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 71c183d7bb Rename LIB_PART to LIB_SYMBOL. 5 years ago
Wayne Stambaugh fbc135e69f Rename SCH_COMPONENT to SCH_SYMBOL. 5 years ago
Wayne Stambaugh 9ebabb222c Pass objects by reference instead of on the stack. 5 years ago
Marek Roszko 4df3cb912d Remove another leaky wx/log.h header 5 years ago
Jeff Young 2e3860de6f Naming conventions. 5 years ago
Seth Hillbrand d934dae21a null check for non-schematic symbol 5 years ago
jean-pierre charras 8967e7eb3e Eeschema: remove a strange test that modified the reference position. 5 years ago
Jeff Young 13473420e5 Remove duplicated routine and fix bug in UTIL version. 5 years ago
Jeff Young f7ae819430 Don't confuse annotation prefix *letters* with root annotation. 5 years ago
Jeff Young df5f010514 Bug fixes for fields when editing a symbol from the schematic. 5 years ago
Wayne Stambaugh 925b6d9387 Eeschema header housekeeping round 2. 5 years ago
Jon Evans f7c20c6bef Only consider pins on this unit as clickable anchors 5 years ago
Jeff Young 7a13ad7b17 Consistent naming. 5 years ago
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
Wayne Stambaugh 7a00e01b3e Eeschema: fix false positive library symbol changed ERC errors. 5 years ago
Jeff Young 8a33542bcd SCH_COMPONENT::GetField() expects a vector index, not a field id. 5 years ago
Wayne Stambaugh 1786ae8773 Eeschema: use symbol nomenclature for object file naming. 5 years ago
Jon Evans 309fb0825c Eeschema: allow auto-wiring from zero-length pins (e.g. power symbols) 5 years ago
Jeff Young 2a7e60960a Use standard mirror icons & terminology. 5 years ago
Roberto Fernandez Bautista 552bb5821f SCH_COMPONENT: Add `const` specifier to all constructor parameters 5 years ago
david-beinder 1598e870b6 Insert the same unit on all sheet instances when adding a symbol 5 years ago
Jeff Young 3702f2e0a9 Add uuid r/w for sch pins, text, wires, etc. 5 years ago
Dominik Wernberger ac94d72d2d Add more const specifiers 5 years ago
Dominik Wernberger ec0af24f13 Make wxFindReplaceData argument const 5 years ago
Dominik Wernberger bb2881a5ab Make RENDER_SETTINGS argument const 5 years ago
Seth Hillbrand 7b9c21e290 Not connected pins should not get connected 5 years ago
Jeff Young 10e68daa37 Fix some bugs in Change Symbol and Update Symbols. 5 years ago
Jeff Young 55d0b79746 Make sure current sheet gets set when creating BOM. 5 years ago
Jeff Young c1d1c12b41 Simplify message panel code. 5 years ago
Marek Roszko 16e3e59495 Split out arrayDim and MIRROR templates from macros.h 5 years ago
Jeff Young c89676e39d Require client to specify whether they want resolved values or not. 5 years ago
Jeff Young 8c5c902fa3 Re-write IntersheetRefs on top of SCH_FIELDs and textVars. 5 years ago
Jeff Young d616d5ad1f Naming conventions. 5 years ago
Jeff Young b227d2b910 More component -> symbol. 5 years ago
Jeff Young 7bd31d5237 Naming conventions. 5 years ago
Jeff Young 8bae52d1c3 Correct naming conventions. 5 years ago
Jeff Young f0d0e17aab Prepare for MODULE -> FOOTPRINT. 5 years ago
Jeff Young bfd8a62852 Formatting and naming conventions. 5 years ago
Marek Roszko a785f70ea1 msgpanel is a widget, shove it to the right folder. 5 years ago
Seth Hillbrand 661e85d705 Standardize "Key words" to "Keywords" 5 years ago
Jeff Young 8f67557a65 Separate display and canonical names in Edit Symbol Fields. 5 years ago
Marek Roszko 12d21e34e2 Remove trigo.h from eda_text.h 5 years ago
jean-pierre charras 7865d8de43 more cleanup about removing useless include 5 years ago
Jeff Young 64fa400b19 Ease translation a bit. 5 years ago
Wayne Stambaugh d45c11b4b5 Exclude from bill of materials and board netlist to library symbols. 5 years ago