30 Commits (413d6747c5b78fb11ccecd62b255fd053bcc22cb)

Author SHA1 Message Date
Jeff Young ada1a9b054 Formatting. 10 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 11 months ago
John Beard 77f2cce10d NETLIST_PARSER: Put in own header 1 year ago
JamesJCode d64a112971 Implement Component Classes 1 year ago
JamesJCode 0e11c9cb8c Remove debug output from KICAD_NETLIST_PARSER 1 year ago
Tomasz Wlostowski e35f64c3cf pcbnew: parse also the human readable hierarchical sheet paths for footprints when reading the netlist 2 years ago
Jeff Young 756445dd19 Fix missing From_UTF8(). 1 year ago
Jeff Young 9be60cb45d Gracefully handle DNP & Excl-from-brd components in nets list. 2 years ago
Marek Roszko 11de95778b Unwrap the FROM_UTF8 macro in favor of direct function 2 years ago
Mike Williams 30eae5d896 Fields: preserve field order across sch<->pcb 2 years ago
Mike Williams 8e13f2d535 Netlist/Footprints: parse fields out of netlist into footprint 3 years ago
Jeff Young b2e3f03222 More wide-string declarations. 4 years ago
Jeff Young ceceda37cc No more long-lived parsers. 4 years ago
Jeff Young a1dfc36233 More error message regularization. 4 years ago
jean-pierre charras 0427bda768 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 5 years ago
Seth Hillbrand 8a12aa4e3a Handle unit changes in the netlist 5 years ago
Jeff Young f5e35af1a5 Transmit pin electrical types through to pads. 5 years ago
Jeff Young bb232e6ac6 Unify LIB_IDs now that both are stored in sexpr files. 5 years ago
Jeff Young 9c7c05c161 Mostly formatting cleanup but a few type-casting cleanups too. 5 years ago
Marek Roszko c07a38b91b Fix MSVC compilation error with wxString fed to strtol 5 years ago
Jeff Young 5f8a8c6850 Read/write "no net" (0) for pins with a no-connection marker. 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Jeff Young 6b7503be8e ADDED properties passed between eescema and pcbnew. 5 years ago
Jeff Young 204f2cd580 Reference -> reference designator. 6 years ago
Jeff Young c68b554c8e Promote PathsAndReferences from wxArrayString to first-class-citizen. 6 years ago
Jeff Young ea025a35e5 Change KUUID to KIID. 6 years ago
Jon Evans e8e3b4f11e Rename UUID to KUUID to fix MSVC build 6 years ago
Jeff Young 129042f8a6 Convert timestamps to UUIDs. 6 years ago
jean-pierre charras 71cd8c57bf ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads. 6 years ago
jean-pierre charras 6f2cbe5982 Pcbnew: housekeeping: move netlist code to netlist_reader sub directory. 6 years ago
Jeff Young 890e1c9ea0 Be more careful about EOF processing when reading netlist. 6 years ago
jean-pierre charras 120637bd9b A few I18n minor fixes. 6 years ago
Jeff Young cb61525394 Handle separate parsing rules for ID_SCH and ID_PCB. 7 years ago
Jeff Young 9552e02727 Handle description when reading netlist. 8 years ago
Jeff Young 778a3a4777 Count pins instead of using netcount as a proxy. 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
unknown 1ee7458140 1. Fixed copy paste error in append_board_to_current.cpp ruining a if else condition, should fix a possible bounding box computation bug 10 years ago
Wayne Stambaugh 41242a5a00 Pcbnew: fix error message on footprint ID load failure. 10 years ago
Wayne Stambaugh 25b9a42ea3 More Coverity scan error fix goodness. 11 years ago
Wayne Stambaugh 4c6ca81f2c More Coverity scan error fixes. 11 years ago
Wayne Stambaugh d1d1e2b58a Lots of Coverity scan error fixes. 11 years ago
Fat-Zer 846b2ae24e Fix Bug #1381287 (CvPCB ignores the footprint filter field on aliased components) 11 years ago
Wayne Stambaugh 0224bc2f58 Fix but reading empty footprints in netlist. (fixes lp:1226283) 12 years ago
Wayne Stambaugh ce409e3699 CvPcb footprint library table implementation. 12 years ago
Wayne Stambaugh 230c5f8f5a Convert footprint definitions from wxString to FPID. 12 years ago
Wayne Stambaugh 5560cb54e2 More Pcbnew footprint library table work in progress. 13 years ago