8 Commits (c2662b0e11bb2bcd5f0758e0616c313cc6168785)

Author SHA1 Message Date
jean-pierre charras b70d0f43b6 Fix minor compil warnings. 7 years ago
Jeff Young dd9b0c2dc6 Select assigned footprint in right panel. 7 years ago
Jeff Young d81faa72c9 Overhaul border drawing in all the Kicad frames. 7 years ago
Jeff Young f8a5e2c1c8 Performance enhancements in fp loading, string cmp, etc. 7 years ago
Jeff Young 778a3a4777 Count pins instead of using netcount as a proxy. 8 years ago
jean-pierre charras 5d72aebd22 Fix code after renaming files 8 years ago
jean-pierre charras 19e3815c85 Cvpcb: rename files: fix names in files and remove a old file not used. 8 years ago
jean-pierre charras 56d970b90f Rename some cvpcb files 8 years ago
Chris Pavlina ef11d110b2 Fix crash in cvpcb when filtering by component with no components 9 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 4441a4b4c7 Cvpcb: fix a focus issue (on OSX), when using arrow keys to scroll the footprint list box, if the footprint and 3D viewers are opened. 10 years ago
jean-pierre charras 53b52b08c9 CvPcb, filtering fp list by wildcard: Remove dialog to enter the filtering pattern. Use a wxTextCtrl permanently shown in toolbar. The fplist is updated immediately after editing the pattern. 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
lukasz.iwaszkiewicz@gmail.com 0829446c86 Add CvPcb footprint search and filter by name. 10 years ago
jean-pierre charras dda957a048 Minor fixes: rename cvframe.cpp to cvpcb_mainframe.cpp to be consistent with other similar files are named. 10 years ago
Damien Espitallier 16c2c398e9 CvPcb: count unique pin numbers when filtering by pin count. (fixes:1300719) 10 years ago
jean-pierre charras 991927a177 Fix crash (only on Linux) when exporting a footprint from the footprint wizard frame. 10 years ago
jean-pierre charras fb059b99b6 Cvpcb: fix a regression: in the stable version one could select many components and assign a footprint to the whole selection. Select more than on component is now re-enabled 11 years ago
unknown 9524ad1f17 Cvpcb: fix bug Bug #1386933 (Horizontal scrollbars not appearing in CvPcb) 11 years ago
Konstantin Baranovskiy f8cea8188b Fix CvPcb menu accelerator bug in Linux. (fixes lp:1375232) 11 years ago
Michael Narigon 34b645daed warnings 11 years ago
jean-pierre charras f76041e956 Fix some compil warnings and Debug assertions 12 years ago
jean-pierre charras ab30fba0ab CvPcb: Fix crashes when starting cvPcb (could be Windows Specific) and after closing the footprint viewer. 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
Dick Hollenbeck 53e04ce7a6 cvpcb was not filtering on the current library when USE_FP_LIB_TABLE. 12 years ago
Wayne Stambaugh ce409e3699 CvPcb footprint library table implementation. 12 years ago
Wayne Stambaugh 98eb5e75e5 CvPcb focus and status bar improvements. 13 years ago
Wayne Stambaugh 9929919b59 Fix CvPcb library filtering bug. (fixes lp:1188321) 13 years ago
Wayne Stambaugh 7f18b883ab CvPcb filtering and other minor improvements. 13 years ago
Michal Jahelka a23dcccce5 Add filtering footprint list by library to CvPcb 13 years ago
Wayne Stambaugh 61b4f8a9eb Pcbnew NETLIST_READER improvements. 13 years ago
Lorenzo Marcantonio 70dc51d1f9 Changed format specifiers of some printf involved with size_t values to %zu to avoid runtime assertions. 13 years ago
jean-pierre charras e6ec9f0a32 Pcbnew: fix crash in legacy_plugin.cpp when reading old lib files. 14 years ago
Joe Ferner aad54ec406 Added a toolbar button to cvpcb to filter by pin/pad count. 14 years ago
jean-pierre charras f9e2f9dc77 Pcbnew and Cvpcb: more about new netlist support: see CHANGELOG (important changes). 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Dick Hollenbeck d3afe95ca8 remove page size globals from eeschema 14 years ago
jean-pierre charras 8e6ac6c5a9 CvPcb: make footprint filter case insensitive (Fix Bug #873417 ) 14 years ago
Wayne Stambaugh edd35b4e90 PCB common library header rationalization. 14 years ago
Wayne Stambaugh ebc7259a91 Rename WinEDA_App class to EDA_APP and remove redundant includes. 14 years ago
jean-pierre charras 0b9f39fa43 Fix 3D frame issue when iconized (Windows only). 14 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
jean-pierre charras 9370dd83de CvPcb: Code cleanup. Rename WinEDA_CvpcbFrame to CVPCB_MAINFRAME, according to coding style policy. 15 years ago
Dick Hollenbeck 636b2d301e function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 15 years ago
jean-pierre charras ee9e9b84c4 minors enhancements and minor code cleanup 15 years ago
stambaughw 43d6c685b5 Command ID refactoring and other minor improvements. 16 years ago