53 Commits (d0f0c4022f2419978be03e4ddedbe5158d28dfef)

Author SHA1 Message Date
Jeff Young d0f0c4022f Be explicit about avoiding catastrophic O(n^2) pretty printing we had in Altium importer. 5 months ago
Jeff Young 2dd28d18e8 Performance improvements for ERC. 5 months ago
Jeff Young f58fc0b952 Rewrite GROUP undo based on uuids. 5 months ago
Jeff Young 6757ba8165 Use consistent terminology and types. 5 months ago
dsa-t 2fa54615ee Eagle SCH import: fix arcs in symbols after v9 changes. 6 months ago
Jeff Young b01fef5ca8 Update visibility flag when adding fields. 6 months ago
Wayne Stambaugh aa1dbcba34 Fix broken label position algorithm in Eagle schematic importer. 6 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
Wayne Stambaugh 9eaefa3301 Fix crash when importing Eagle schematics with multiple module levels. 9 months ago
Jeff Young e19bce2f93 Reduce reliance on MANDATORY_FIELDS and their implied order. 9 months ago
Wayne Stambaugh db877e6a00 Fix Eagle schematic import issue. 9 months ago
Seth Hillbrand 4ba1c0130c Use layer numbers in Eagle importer 9 months ago
Jeff Young 8c363411e0 Implement fixed pin name/number sizes for Eagle. 9 months ago
Alex Shvartzkop d3f53db3eb EAGLE import: allow more lines before <eagle> tag. 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Jeff Young eee28aa06a Clean up fields autoplacement control architecture. 10 months ago
Jeff Young 7da8b42206 Push more functionality to SYMBOL. 10 months ago
jean-pierre charras c736c24a15 EAGLE importer: do not stop the import at the first issue in a lib symbol. 1 year ago
Wayne Stambaugh af914c2603 Fix library symbol circle position when importing Eagle schematics. 1 year ago
Seth Hillbrand 7214ef1f14 Remove basic masking class map_string_utf8 1 year ago
Marek Roszko b101c1a0c3 Enum class ELEM. 1 year ago
Seth Hillbrand 11c6164934 Silence font replace warnings for libs 1 year ago
Wayne Stambaugh 4ee1415164 Fix Eagle schematic importer incorrect symbol value field and visibility. 1 year ago
Wayne Stambaugh 0ed72fb47a Fix broken rectangles in Eagle schematic importer. 1 year ago
Wayne Stambaugh b494166b10 Fix empty label names when importing Eagle schematic. 1 year ago
Alex Shvartzkop 904055912b Fix attribute display comparison in EAGLE schematic import. 1 year ago
jean-pierre charras 16e708a0e7 Fix minor compil and Coverity warnings. 1 year ago
Mike Williams a5e2615251 Revert "SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL" 1 year ago
Alex Shvartzkop 35d60598d5 Fix build error on MSVC. 1 year ago
Wayne Stambaugh 5e048bc64c Fix several Eagle schematic import issues. 1 year ago
Wayne Stambaugh 889931505b Eagle schematic importer improvements. 2 years ago
Mike Williams 0b187e7122 SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL 1 year ago
Jeff Young 8e855156c8 Import child sheets relative to project, not parent. 1 year ago
Wayne Stambaugh c3360d8c43 Fix Eagle schematic arc orientation and field visibility issues. 1 year ago
Jeff Young e7f4e29dd1 Eagle's coord system matched the old Symbol Editor. 1 year ago
Jeff Young 95136494b3 RIP LIB_PIN. 2 years ago
Jeff Young d761b4f22f RIP LIB_TEXTBOX and LIB_SHAPE. 2 years ago
Jeff Young 3efe504dcc Collapse LIB_TEXT into SCH_TEXT. 2 years ago
Jeff Young d77eae3e7e Collapse LIB_FIELD into SCH_FIELD. 2 years ago
Jeff Young 5abc7145da Fold LIB_ITEM into SCH_ITEM. 2 years ago
Jon Evans f00f47df13 wxWidgets 3.3 compatibility: explicit wxString conversion 2 years ago
Wayne Stambaugh 865225fcca Use correct value field text when importing Eagle schematic symbols. 2 years ago
Jeff Young aef87b9796 Push thickness handling down into EDA_TEXT::SetBold(). 2 years ago
Ian McInerney 206a631135 Ensure stream is valid before checking for Eagle XML tag 2 years ago
Wayne Stambaugh 38562db023 Coding policy fixes. 2 years ago
Ian McInerney f2702b223c Introduce base IO_MGR class and unify RELEASER objects 2 years ago
Marek Roszko 9a890cdba9 Kick the wildcards and file exts into a static class, export it from kicommon 2 years ago
Ian McInerney f8688a922d Unify IO library descriptors 2 years ago
Ian McInerney 743e9d669a Push library management into IO_BASE 2 years ago