123 Commits (3d72b245f992db8b8ff070623accd3a7845c0d3c)

Author SHA1 Message Date
Jeff Young 730e5dab66 Move WX_GRID_AUTOSIZER into WX_GRID and use in more places. 3 weeks ago
jean-pierre charras 623b012b26 DIALOG_LIB_SYMBOL_PROPERTIES: for fields Y pos, remove the sign handling. 3 weeks ago
Jeff Young 87739c8ac7 wxStringTokenizer usage cleanup. 4 weeks ago
Jeff Young 6dd4e01f16 ADDED: custom body styles. 2 months ago
jean-pierre charras e1c56c71ef Fix compil warnings (some due to declarations colliding with a Windows header) 2 months ago
John Beard 16d2d1573d Fix minor compiler warning (sign mismatch) 2 months ago
Jeff Young 3fe806d7c9 Compiler warning. 2 months ago
Seth Hillbrand ff5a309386 Show inherited fields in symbols 8 months ago
Jeff Young 325570eeec Coverity tweaks. 3 months ago
Jeff Young 1b8119056f More code sharing. 3 months ago
Jeff Young 2dfacd648f Share more code. 3 months ago
Jeff Young 14c9ed1fda Prevent stale selection when deleting grid rows. 3 months ago
Jeff Young a3bf095387 Clear selection before sending table msg (KICAD-KWE). 3 months ago
Jeff Young 58def05886 Remove overzealous assert. 3 months ago
Jeff Young 2892642516 Prevent wxWidgets assert. (KICAD-QZ5) 3 months ago
Jeff Young 1faa9800dc Row height consistency. 4 months ago
Jeff Young 18e107529a Don't force callers of GetAppSettings to implement exception processing. 4 months ago
Jeff Young a1cc6403bd Remove selection before notifying grid of deletion. 5 months ago
Jeff Young b01fef5ca8 Update visibility flag when adding fields. 6 months ago
Jeff Young be4a851186 Allow embedded files to come from components 6 months ago
Jon Evans 805ca0c791 ADDED: Jumpers for symbols 7 months ago
Seth Hillbrand 49a4699d5a ADDED: Local power symbol option 8 months ago
Jeff Young c5bb59468d Get rid of assumptions about field order. 8 months ago
Jeff Young 7eb75720b5 Start to retire "alias" in favour of "symbol" and "derived symbol". 9 months ago
Jeff Young aaca66351e Case-insensitive collision detection for symbol names. 9 months ago
Jeff Young 3c71e7ab09 Auto-recognize URLs in SCH_FIELD and PCB_FIELD grids. 8 months ago
Seth Hillbrand 919931f0f0 Get embedded files panel working for lib_symbol 9 months ago
JamesJCode b25cc8eb02 Set new symbol fields to default to hidden 9 months ago
Jeff Young 4fe05bfe47 Remove some more usages of MANDATORY_FIELDS. 9 months ago
Jeff Young a0dd0485e9 Pull a little harder on the MANDATORY_FIELDs string. 9 months ago
Jeff Young d50b69f1ae Reconcile divergence of MANDATORY_FIELDS between symbols and footprints. 9 months ago
Wayne Stambaugh d53ed205f2 CvPcb and Eeschema part 1 housekeeping. 9 months ago
John Beard 62095306d0 Eeschema: sort parents in symbol properties dialog combobox 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 9 months ago
Jeff Young 7da8b42206 Push more functionality to SYMBOL. 10 months ago
Jeff Young 753d385473 Reduce dependency on dynamic_cast. 10 months ago
Jeff Young 905eaa79a9 Centralize ref-des error checking. 12 months ago
John Beard 8abbae9dc2 Sym edit: add copy/paste/cut/etc actions to fp filter table 1 year ago
Jeff Young 3b6a33c59a Fill in a lot more calls to DIALOG_SHIM::OnModify(). 1 year ago
jean-pierre charras 6c083b9ee2 DIALOG_LIB_SYMBOL_PROPERTIES: minor fix: ensure it is set as modified when 1 year ago
Jeff Young 9fcbd4e6d0 Slight reduction in asserts. 1 year ago
Seth Hillbrand 77797103f7 Add ability to embed files in various elements 1 year ago
Jeff Young 1f69680d91 Expose global Field Name Templates to symbol editor. 1 year ago
Alex Shvartzkop 16e3692e71 Build time optimizations. 1 year ago
Jeff Young d77eae3e7e Collapse LIB_FIELD into SCH_FIELD. 2 years ago
Jeff Young 92910d5d0f Factor common parts of SCH_ & LIB_SYMBOL into SYMBOL. 2 years ago
Jeff Young ae735d3eb4 Renaming: replace convert with body-style. 2 years ago
Jeff Young 70bca8bc4e Provide popups for inductor references. 2 years ago
Marek Roszko 0054b64143 Fix warning due to NONE enum member mixing 2 years ago
Jon Evans e14e7e0bd9 Enforce symbol name not being empty 2 years ago