423 Commits (0a623bff9f2f1ac4ff637d408e07ff2a1ecd2fe2)

Author SHA1 Message Date
Seth Hillbrand 6fef054c51 Handle basic rounding error in schematic import 3 years ago
Jeff Young d5a6452934 Get rid of special default line style for Eeschema. 3 years ago
Jeff Young d9cfbc7b96 Fix missing SCH_LABEL case in SCH_PLUGIN. 3 years ago
Roberto Fernandez Bautista 8725c3a35f CADSTAR Schematic: Load symbols even if part definition is incomplete 3 years ago
Jeff Young ec40a98fe2 wxT 3 years ago
Wayne Stambaugh dfea73f78c Eeschema: fix symbol library remap bug. 3 years ago
Jeff Young aaff163d7c Repair Eagle importer page number handling. 3 years ago
Marek Roszko 88c7322a0d EDA_TEXT Get/SetTextSize should use VECTOR2I 4 years ago
Simon Richter 1e505d4c22 Remove a few call sites of SCH_SHEET::SetSize 4 years ago
Jeff Young 6ef6e37edb Disable using default instance data when writing to clipboard. 4 years ago
Roberto Fernandez Bautista 85f6ff48e7 CADSTAR Sch: Clear symbol of all elements before overwriting with new one 4 years ago
Wayne Stambaugh 239f0214ac Eeschema: add support for default schematic symbol instance data. 4 years ago
Jeff Young e8a543f1ea Colors for text in PL_Editor and Eeschema. 4 years ago
Jeff Young 47f4503564 SCH textboxes start/end -> at/size. 4 years ago
jean-pierre charras cfe0003ca4 Eeschema: fix misplaced nullptr test that prevent saving SCH_TEXT items. 4 years ago
jean-pierre charras 38bd612c01 sch_sexpr_parser.cpp: allows reading a polyline descr with more than 2 points 4 years ago
Wayne Stambaugh 7da7864f5e Fix some Coverity issues. 4 years ago
Jeff Young 8eb10c41d8 Name any unnamed fields so they don't clobber each other. 4 years ago
jean-pierre charras 21144481d2 PLOTTER: do not clamp coordinates to an arbitrary value. 4 years ago
Jeff Young 4f62960334 Update message panel from PCB point editor and SCH drawing tools. 4 years ago
jean-pierre charras 1f5ec30566 Fix and issue about 180 deg arcs in symbols from "old" libraries. 4 years ago
Wayne Stambaugh dd1dbb81f6 Improve shared schematic file churn heuristics. 4 years ago
Wayne Stambaugh bf5d585e24 Reduce shared schematic file change churn. 4 years ago
Seth Hillbrand cd7141fd10 Cache read arc data for stability 4 years ago
Jeff Young c025b4c73d Save all stroke parameters of sch & lib shapes. 4 years ago
Seth Hillbrand 8c36ba3653 Explicitly give unit values 4 years ago
Steffen Mauch 78620347c8 Fixing Eagle refs that do not work with KiCad 4 years ago
Thomas Pointhuber 8ef7252330 altium: Don't use string concatenation for paths pointing in the compound file 4 years ago
Jeff Young bc7742cb2e Various text object defaults don't necessarily match file defaults. 4 years ago
Jeff Young 940e03e567 Remove arc end swapping when parsing. 4 years ago
Jeff Young 2366b06e77 Don't parse multiple items in a single c'tor or function call. 4 years ago
Jeff Young d33d092e8e Add a second fix for backwards arcs. 4 years ago
Jeff Young cb8e803788 Formatting. 4 years ago
jean-pierre charras b9843a23eb Eeschema, legacy *lib files: fix issues with 180 deg arcs. 4 years ago
Wayne Stambaugh 3f8f90db9f Factor out common s-expression library cache source code. 4 years ago
Wayne Stambaugh 7181f0b40b Fix clang broken build. 4 years ago
Wayne Stambaugh fe82f2dd40 Factor out common schematic s-expression source code. 4 years ago
Wayne Stambaugh fc3cad0b54 Hash symbol libraries per library rather than statically per cache type. 4 years ago
Jeff Young b57ac3d517 Handle SCH_TEXTBOX in SCH_SEXPR_PLUGIN::Format. 4 years ago
Marek Roszko d9c04da407 Sprinkle in some make_unique 4 years ago
Marek Roszko ca7840334c Mark some limits as constexpr 4 years ago
Marek Roszko fa1d316d84 Fix windows build error 4 years ago
Wayne Stambaugh e590d07224 Fix clang build error. 4 years ago
Wayne Stambaugh 9260431fe4 Abstract out symbol library parser object. 4 years ago
Wayne Stambaugh 6fcc6f7c9d Factor out common legacy schematic and symbol library parser code. 4 years ago
Jeff Young f3cd36d1d7 Bring EEschema textboxes in line with PCBNew's. 4 years ago
Wayne Stambaugh b36e31c49f Factor out common and remove dead legacy symbol library code. 4 years ago
Jeff Young c6a8100d46 Schematic and symbol text boxes. 4 years ago
Jeff Young 3409783d9f Break sch_text.h/.cpp into sch_text and sch_label. 4 years ago
Franck a6203617d9 Fix Altium schematic port component import assertion. 4 years ago