24 Commits (c38ec9344f0f0f6c9c5bfbe823a264b82fe23a6c)

Author SHA1 Message Date
Marek Roszko 41f54349a5 Replace inserts/push_backs with emplace in some spots 4 years ago
Wayne Stambaugh f57ef55cd6 Pcbnew header housekeeping round 3. 5 years ago
Wayne Stambaugh b37b7d53b4 Fix geographic annotation bug when back annotating to schematic. 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 360953ba98 "comp" -> "symbol". 5 years ago
Jeff Young bdbb68f813 MODULE -> FOOTPRINT. 5 years ago
Jeff Young 2cc9dad4ff More module -> footprint. 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Marek Roszko 0f823453fd Fix typo in commit 90da5fccb 5 years ago
Jeff Young 90da5fccbd Disambiguate backannotation (Update Schematic from PCB) from Cvpcb. 5 years ago
Jeff Young e7db43285f ADDED new footprint fabrication attributes. 5 years ago
Ian McInerney 2f7094b352 Cleanup some unused variables 5 years ago
Jeff Young 6b7503be8e ADDED properties passed between eescema and pcbnew. 5 years ago
Jeff Young e325d2e18f Allow Net Inspector to create, rename and delete nets. 6 years ago
Jon Evans f7578eb038 Implement new native netlist QA test 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
Jeff Young 383403ef98 Push deprecation warning suppression down into boost. 6 years ago
Jeff Young e1d59337d1 Protect GCC #pragmas. 6 years ago
Jeff Young 129042f8a6 Convert timestamps to UUIDs. 6 years ago
Seth Hillbrand 7c28c3838a Comment-only changes 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 778a3a4777 Count pins instead of using netcount as a proxy. 8 years ago
Chris Pavlina 849b3c2a4b Add footprint select dropdown to component chooser, serious refactoring 9 years ago
Oliver d6097cf1aa Better footprint association and filtering: 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
jean-pierre charras bbe42d0f47 Fix very minor issues: compil warnings (mainly deprecated and shadowed vars warnings). 10 years ago
Wayne Stambaugh 2500976e31 Fix undefined MODULE dtor for auto_ptr in pcb_netlist.h which caused a memory leak. Thanks Simon Richter for finding this. 11 years ago
jean-pierre charras 3abfb6ca97 Cvpcb: Add a tool to solve conflict assignments when the schematic netlist and the .cmp file do not contain the same assignment and both are valid fpid. 11 years ago
Dick Hollenbeck 86132ad16b add aDocName to NETLIST::Format() 12 years ago
Dick Hollenbeck 84a14c3a51 back annotation when CVPCB and EESCHEMA are running under KICAD 12 years ago
Maciej Suminski bf80cc770e Changed the way of looking up NETINFO_ITEM using net names (using boost::unordered_map). Added a hash function (wxString) for that. Introduced NETINFO_ITEM::GetNetItem( wxString ). BOARD::FindNet() uses the map. 12 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 7f18b883ab CvPcb filtering and other minor improvements. 13 years ago
jean-pierre charras 94dccc9128 Pcbnew! fix Bug #1184030 13 years ago
Wayne Stambaugh 4a9681d5c7 More post Pcbnew NETLIST_READER change clean up. 13 years ago
Wayne Stambaugh 61b4f8a9eb Pcbnew NETLIST_READER improvements. 13 years ago
Lorenzo Marcantonio 925774760c Rationalize numeric time stamps to type time_t. 14 years ago
Joe Ferner aad54ec406 Added a toolbar button to cvpcb to filter by pin/pad count. 14 years ago
jean-pierre charras c047d7f484 Pcbnew: regression fix when using the new netlist format: 14 years ago
jean-pierre charras f9e2f9dc77 Pcbnew and Cvpcb: more about new netlist support: see CHANGELOG (important changes). 14 years ago
jean-pierre charras c0d39da548 New netlist format: Cvpcb: code cleaning. Pcbew: minor enhancements 14 years ago
jean-pierre charras 72ab517400 Restore INSTALL.txt, erroneously removed. 14 years ago
jean-pierre charras 7eb1a136f1 Pcbnew: First draft to use a new netlist format ( containing the same info as the intermediate netlist, but using S expressions) 14 years ago