116 Commits (51792fc5ea8aa58686f689daedf9fa26930720b5)

Author SHA1 Message Date
Seth Hillbrand 77797103f7 Add ability to embed files in various elements 2 years ago
Mike Williams a5e2615251 Revert "SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL" 1 year ago
Mike Williams 0b187e7122 SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL 1 year ago
Jeff Young f7bef5e09b Generalize EnhanceAttr() function. 2 years ago
Jeff Young a99377c1ec The user can cancel the opening of many editors. 2 years ago
Jeff Young 95136494b3 RIP LIB_PIN. 2 years ago
Alex Shvartzkop affcfed677 Fix some warnings. 2 years ago
Jeff Young d77eae3e7e Collapse LIB_FIELD into SCH_FIELD. 2 years ago
Jeff Young 72ba31ba27 Pass symbol's netlist to footprint preview widget. 2 years ago
jean-pierre charras 428f2087bd Eeschema: fix crash when editing a old legacy schematic with missing libs, 2 years ago
Jeff Young 99948de45a Support pin count and footprint filters in symbol editor. 2 years ago
Jeff Young e7abeb3c38 Cleanup. 2 years ago
Mike Williams 2a04e6ac63 Schematic: don't allow setting footprint for power symbols 2 years ago
Marek Roszko 9a890cdba9 Kick the wildcards and file exts into a static class, export it from kicommon 2 years ago
Jon Evans 63454d6da9 Prevent crash when opening properties of missing symbol 2 years ago
Alex Shvartzkop 9ed19192de Improve editing values with {return} in text fields; Add hyperlink detection. 2 years ago
Wayne Stambaugh 5d6ef69726 Coding policy and Doxygen comment fixes. 2 years ago
Jeff Young a3d83cdb6d Pass symbol netlist from Field Properties dialog. 2 years ago
Marek Roszko 2f2c8b9414 Fix printf assert 2 years ago
Jeff Young 423a5b9961 Fix format string specifier. 2 years ago
Jeff Young fa11e9138d ADDED support for pin and fp filtering in FOOTPRINT_CHOOSER. 2 years ago
Marek Roszko 8c6899b0d3 Tear out the eeschema conditional compile of PROJECT 2 years ago
Jeff Young 1047130046 Push most of footprint chooser into PANEL_FOOTPRINT_CHOOSER. 2 years ago
jean-pierre charras a568e4f4d3 Fiw a few compil and Coverity warnings. 2 years ago
Alex Shvartzkop 6b68d2c946 Vertically center combo cells in symbol fields grid. 2 years ago
Jeff Young 6f62565093 Handle flipped horiz/vert justifications in FIELDS_GRID_TABLE. 2 years ago
Jeff Young 686dfba77a ADDED autocomplete for value field in Symbol Properties dialog. 2 years ago
Mike Williams 7d84fa2a9d Validators: drop unused is m_isLibEditor 2 years ago
Jeff Young d3edad3c92 Formatting. 2 years ago
Jeff Young 421d6b2ef8 Retire LIB_ID_VALIDATOR as it prevents usage of text variables. 2 years ago
Jeff Young b41d446f58 Fix a bunch more issues with sheetpaths and allowExtraText. 3 years ago
Wayne Stambaugh 66f6168163 Fix mode-less dialog issues. 3 years ago
Jeff Young c4ef08bead Exercise more caution with user filenames. 3 years ago
Mike Williams 5995e0e516 Power Symbols: make value editable, use as netname 3 years ago
Marek Roszko 39e69a3d29 Fix up handling of font names available in multiple names 3 years ago
Marek Roszko aacc9746e3 Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 3 years ago
Jeff Young 2a5bb71fbd ADDED operating point text variables for labels and symbols. 3 years ago
Marek Roszko d2c0f5fc2a More wxSing 3 years ago
Wayne Stambaugh 0a62c17040 Remove schematic symbol value and footprint field instance data. 3 years ago
Jon Evans 108d5b5433 Add new properties to fields grid table 3 years ago
Jeff Young e02c05d38f Add unit and eval support to WX_GRIDs. 3 years ago
Jeff Young 19d270fe74 Text size sanity checking for TEXT_ITEMS_GRID. 3 years ago
Jeff Young c0a666507c Work around more instances of the wxWidgets color string locale bug. 3 years ago
Jeff Young 45d6b4a9fc Readability improvements. 3 years ago
Mark Roszko b00178adb3 Nuke base_units from orbit 3 years ago
Jeff Young a9536b5de9 CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
Jeff Young e10158ff10 ADDED show pin names on footprint pads when assigning to symbol. 3 years ago
Jeff Young d381fd8b29 Typo. 4 years ago
Marek Roszko 88c7322a0d EDA_TEXT Get/SetTextSize should use VECTOR2I 4 years ago
jean-pierre charras 20d1d0705e Fix a few issues related to field names and their translation. - Do not use translated field names outside strings displayed in dialogs. - fix code that does not work well with default locale. - fix some (not all) I18n issues in DIALOG_UPDATE_SYMBOL_FIELDS. 4 years ago