90 Commits (808bcdda0fd97665dd9472528c5f7a102cffd55a)

Author SHA1 Message Date
jean-pierre charras f0e2628e40 Very minor changes: remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 10 years ago
jean-pierre charras a28b1cefc3 CvPcb: serious code cleanup (work in progress): Remove dead or outdated code. Fix a lot of coding style issues. Use better code in many places. No new features. 10 years ago
Dick Hollenbeck 8fb520249e Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file. 11 years ago
Wayne Stambaugh 763290ad56 Make CvPcb strings translatable. 11 years ago
jean-pierre charras f3b4aff76c Minor fixes: make a message translatable in CvPcb. Dialog choose component: fix a missing min size calculation and make min size bigger. 11 years ago
jean-pierre charras f16e083ecf Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 11 years ago
jean-pierre charras ac539b9578 Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines. 11 years ago
jean-pierre charras 972329527e Cvpcb: fix issues relatives to .equ files management: 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
jean-pierre charras 71c4f49d1d Kicad manager: fix Bug #1385953 (unable to open .PDF files with spaces in name/path when using default PDF browser). 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
jean-pierre charras 281ce25dd2 cvPcb: Remove a debug message displayed when saving .cmp file. 11 years ago
Maciej Suminski f51ad438b3 wxWidgets 2.8 compatibility fix. 11 years ago
jean-pierre charras 33605eaaec Eeschema fixes: fix Bug #1348983 save cmp file crashes cvpcb when eeschema is opened (backannotation crashes). Happens only when some footprint names are not set (blank names). 11 years ago
Dick Hollenbeck 84a14c3a51 back annotation when CVPCB and EESCHEMA are running under KICAD 12 years ago
Dick Hollenbeck 611592029f fix Inner1.Cu in pcb_parser.cpp, start cvpcb work. 12 years ago
Dick Hollenbeck 9fe5ce67e6 Modular-Kicad milestone B), minor portion: 12 years ago
Dick Hollenbeck e45aadd11b Modular-Kicad milestone B), minor portion: 12 years ago
Dick Hollenbeck 5f65d0da93 *) Add KIFACE_I::StartFlags() and IsSingle() so a KIFACE implementation can know 12 years ago
Dick Hollenbeck f687f9ef85 catch some IO_ERRORs 12 years ago
Dick Hollenbeck 4011953455 Jettison FP_LIB_TABLE::ConvertFromLegacy() into a static function, where it 12 years ago
Dick Hollenbeck d053e5615b More migration towards single process, extend PROJECT::Config*() in proper direction, cleanups. 12 years ago
Dick Hollenbeck a7f1939203 simplify and fix the technique used to get the project fp-lib-table 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Dick Hollenbeck 7ba078b620 remove USE_FP_LIB_TABLE code, make it the norm. Add lazy loading support to FOOTPRINT_INFO. 12 years ago
jean-pierre charras 2229b5ff77 Fix typo 12 years ago
Wayne Stambaugh 8580d87ef7 Footprint library table improvements. 12 years ago
Wayne Stambaugh 6fb731189c Fix two more FPID empty string parsing bugs. 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
Michal Jahelka a23dcccce5 Add filtering footprint list by library to CvPcb 13 years ago
Felix Morgner bb6fffa5a9 * Set "Ctrl+Shift+S" as shortcut for "Save as..." in CvPcb and PCBnew. 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
jean-pierre charras 619125f9ab Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb is removed. Eeschema now imports footprints names from the .cmp usual file created by CvPcb or by Pcbnew (Why to use 2 file formats for the same thing?) . 13 years ago
Felix Morgner 4fec212627 fixed code to better comply with the coding style guidelines 13 years ago
Felix Morgner 99c1d45fa0 Added mutli-selection to cvpcb 13 years ago
jean-pierre charras ba689c10e3 Kicad project manager: add .cmp, .drl .pos and .rpt files management. 14 years ago
jean-pierre charras 4082e12252 Cvpcb: fix compil error. 14 years ago
jean-pierre charras d7da6083e4 CvPcb: serious code cleaning. More comments. Remove useless files and some files renamed with a better name. 14 years ago