91 Commits (f613cd1cb468a64f791ef159ab56ad71e481f8b5)

Author SHA1 Message Date
Damien Espitallier 16c2c398e9 CvPcb: count unique pin numbers when filtering by pin count. (fixes:1300719) 10 years ago
jean-pierre charras 3e0334a972 Avoid Cvpcb crash from malformed fp libraries (namely converted from Eagle) when the fp names are not coded using ASCII/UTF8 code. 10 years ago
jean-pierre charras 6a19315557 Fix compat with swig 3.03 11 years ago
John Beard 58f2d2e872 Fix debug assertion when CvPcb footprint list is empty. 11 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Dick Hollenbeck d11d92504a tugs and bugs 12 years ago
Dick Hollenbeck c264823731 8 bit string relief via class UTF8 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
Dick Hollenbeck e842d711c6 FIX: make LEGACY_PLUGIN re-entrant. extern "C" strtok_r() put conditionally into libcommon. 12 years ago
Dick Hollenbeck bb872dd583 spinners initial values and limits. 12 years ago
Dick Hollenbeck 3582df6a0b molding mercury. 12 years ago
Dick Hollenbeck dba4fccec9 *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) 12 years ago
Dick Hollenbeck 53e04ce7a6 cvpcb was not filtering on the current library when USE_FP_LIB_TABLE. 12 years ago
Dick Hollenbeck afd6f292e7 *) Switch over to FP_LIB_TABLE::Footprint*() functions. 12 years ago
Wayne Stambaugh 8580d87ef7 Footprint library table improvements. 12 years ago
Wayne Stambaugh 85777d6569 Pcbnew footprint library plug in fixes and minor code cleaning. 12 years ago
Wayne Stambaugh 0f4ba09545 Pcbnew footprint library table fixes. 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 ecbe947bc6 CvPcb pin count filtering improvement. (fixes lp:1188325) 13 years ago
Wayne Stambaugh 9929919b59 Fix CvPcb library filtering bug. (fixes lp:1188321) 13 years ago
Wayne Stambaugh 5560cb54e2 More Pcbnew footprint library table work in progress. 13 years ago
jean-pierre charras da51dbe1e0 Cvpcb fix bug #1183796 and fix bug when a fp lib is not found : the name of the missing file was not displayed in message window. 13 years ago
Wayne Stambaugh f78497bf4f Decouple PLOT_CONTROLLER from UI dependencies. 13 years ago
Wayne Stambaugh b5bb56426a Fix footprint library search path bug. (fixes lp:1178427 13 years ago
Wayne Stambaugh cf86e18f5c Footprint library table work, minor fixes, and code cleaning. 13 years ago
Wayne Stambaugh 2be09ba9e2 Fix bug when footprint library file names contain dots. (fixes lp:593989) 13 years ago
Dick Hollenbeck 2aa27122b0 Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 13 years ago
Dick Hollenbeck a93637b14f remove -std=c++0x compiler option since nobody is ready for it, and accordingly back into auto_ptr from unique_ptr 13 years ago
Dick Hollenbeck 9bbff22d96 1) Switch to boost hashtable support from wx macros which did not handle std::string. 13 years ago
jean-pierre charras 1f277fd66d Remove Kbool from Kicad. Use Clipper instead. 13 years ago
Dick Hollenbeck 597833b55e touch ups 14 years ago
Dick Hollenbeck a42490e0f3 work on footprint plugin API 14 years ago
Joe Ferner aad54ec406 Added a toolbar button to cvpcb to filter by pin/pad count. 14 years ago
jean-pierre charras e90cc8adf5 All: added a standard exit dialog called by int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage ) 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh de96452c41 Minor common PCB library code fixes. 14 years ago
Wayne Stambaugh edd35b4e90 PCB common library header rationalization. 14 years ago
jean-pierre charras 92952b70aa Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 15 years ago
jean-pierre charras 0132ceb3a1 Pcbnew: remove support of .mdc files (now useless) (already done in cvpcb). 15 years ago
jean-pierre charras 6910df3972 Pcbnew: fix 2 (minor) issues 15 years ago
jean-pierre charras 75f332aefc Cvpcb: code cleaning. Remove not used and useless files. 15 years ago
Dick Hollenbeck bdadac7b7d FILE_LINE_READER owns open files by default 15 years ago
jean-pierre charras 9370dd83de CvPcb: Code cleanup. Rename WinEDA_CvpcbFrame to CVPCB_MAINFRAME, according to coding style policy. 15 years ago
charras 1a6b90d057 fix last French to English translations problems 16 years ago
stambaughw 8c36cbf472 Complete comment translation of cvpcb source and fix tool tip capitalization. 16 years ago
dickelbeck 29f5fbb7ad quiet the newer g++ compilers, which complain about certain stdio function's return values not being used 16 years ago
dickelbeck ce4d22f024 work around some gcc 4.3.3 compiler warnings 16 years ago
charras ff58b0a819 fixed: eeschema crashes when creating netlist with hierarchies (due to netlist calculations rework) 17 years ago