545 Commits (8db015bc0fb32ecdd68a35654ab85deba0a2cb83)

Author SHA1 Message Date
Wayne Stambaugh 10123d164f Fix schematic symbol initial default instance data bug. 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
Seth Hillbrand c53fe1c1f0 Be more verbose when finding an error 3 years ago
Wayne Stambaugh 797827b833 Fix missing legacy value and footprint field instance data. 3 years ago
Marek Roszko c2e0c585f8 Add missing pass of uuid for 2pt polylines 3 years ago
jean-pierre charras 9e3e4ae9a6 Fix minor Coverity warnings 3 years ago
WhiteChairFromIkea 742757b98b Altium: import NOTE and TEXT_FRAME as TextBoxes instead of text objects 3 years ago
WhiteChairFromIkea 088ddf82eb Formatting 3 years ago
WhiteChairFromIkea 94d386d7ee Fixes https://gitlab.com/kicad/code/kicad/-/issues/12191 3 years ago
WhiteChairFromIkea 5c9346902a Import HARNESS PORT as textboxes, preserving original formatting + typo fixes 3 years ago
WhiteChairFromIkea 81a2fed5c5 Import HARNESS_TYPE as Hierarchical sheet name 3 years ago
WhiteChairFromIkea 15549364d5 Import HARNESS_ENTRY as Hierarchical sheet pins 3 years ago
WhiteChairFromIkea 14ceece4f6 Import HARNESS_CONNECTOR as Hierarchical sheet 3 years ago
WhiteChairFromIkea b64f6ccc18 Import SIGNAL_HARNESS as graphical polyline 3 years ago
Seth Hillbrand 35ac39844f Clean up some auto usage 3 years ago
Marek Roszko c418b25756 Centralize the parseDouble functions in the parsers and gcc specialcase 3 years ago
Roberto Fernandez Bautista 69d696660b cadstar: Report warning that imported text may be different 3 years ago
Marek Roszko a070959209 Switch from strtod to std::from_chars for performance 3 years ago
Jeff Young 6f49b57f9b Cleanup & performance enhancements. 3 years ago
jean-pierre charras 993c446fdf Fix some warnings detected by PVS-STUDIO (most are not used vars) 3 years ago
Jeff Young 404015b0a5 Pay attention to units for page frames. 3 years ago
Jeff Young 16b9a7a1e5 Attempt to fix Locale issue. 3 years ago
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