597 Commits (da88ed02e58a55bc785e25ffee31d7f4ff3522ea)

Author SHA1 Message Date
jean-pierre charras 29613e2974 Netlist reader: fix issue when reading an ORCADPCB2 netlist (which fixes also bug 1184023) and fix a Cvpcb crash when trying to read an unknown netlist format. 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
jean-pierre charras 4ac7dd5845 3D viewer: Modify yhe way board items shapes are built: 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 81271ad41a Post Pcbnew NETLIST_READER change clean up. 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
Lorenzo Marcantonio 42709330e0 Better strings for the translators (converted concatenations to formats) 13 years ago
Lorenzo Marcantonio b525e3be55 Factored out text anchor drawing 13 years ago
Maciej Suminski d400a25075 Modified CMakeLists.txt in order to compile Kicad with KICAD_GAL=ON for Windows 13 years ago
Maciej Suminski e262b32198 Introduction of Graphics Abstraction Layer based rendering for pcbnew. 13 years ago
Wayne Stambaugh 0564cbc70c Minor dialog spacing, grammar, and sizer fixes. 13 years ago
Emmeran 6a54a198ca converted linux to dos file endings for wxfb files 13 years ago
Emmeran 95213372fe moved changes to dialogs into fbp files 13 years ago
Emmeran 0bdf5bac72 added option to allow zooming around the crosshair instead of the center; can be enabled via options or by holding alt while using the mousewheel 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
Wayne Stambaugh f8a56d446f Base object decoupling improvements. 13 years ago
Alexander Lunef 40f4304b2f Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef 13 years ago
marco. b18e3f5372 MacOSX: Fixes the append always beaviour of cvpcb when reading netlists 13 years ago
marco. b5302db70e MacOSX: problems with cvpcb after multiline patch: 13 years ago
Dick Hollenbeck 2aa27122b0 Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 13 years ago
Wayne Stambaugh fc9c8cc0ec Fix footprint library file extension bug in CvPcb and Pcbnew due to s-expression changes, fixes lp:1064593. 13 years ago
jean-pierre charras 7c0af1bf9d More dialogs derived from DIALO_SHIM 13 years ago
marco. 0355119044 [MacOSX] Updated Icons - Document ones still missing :( 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 6454d91923 Cvpcb: remove macros MAX, MIN, ABS (forgotten file in my last commit) 13 years ago
jean-pierre charras 819589cf05 All: fix most of Doxygen warnings. 13 years ago
jean-pierre charras 3ff16a0b14 Pcbnew: fix compil error I created in my previous commit. 13 years ago
jean-pierre charras 93ebdb2cd0 All: better code to handle opened frames libview, libedit, modview, modedit. 13 years ago
jean-pierre charras b810135e4e Code cleaning, minor fixes and minor coding style fixes. wxWidgets 2.9.4 compatibility fix( deprecated function MakeModal ) 13 years ago
Lorenzo Marcantonio e771112259 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Lorenzo Marcantonio 3157b4d188 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Lorenzo Marcantonio 082d901d60 Encapsulated drawmode as an enum for type checking 13 years ago
jean-pierre charras 1f277fd66d Remove Kbool from Kicad. Use Clipper instead. 13 years ago
jean-pierre charras d1b73df4e7 Cvpcb: code cleaning and minot fix 14 years ago
jean-pierre charras e6ec9f0a32 Pcbnew: fix crash in legacy_plugin.cpp when reading old lib files. 14 years ago
jean-pierre charras f6551172d2 Fix capitalization issues in title bar and config files (broken by bzr rev 3543) 14 years ago
Jerry Jacobs 5f5c504288 Cosmetic UI changes mostly for Mac OS X, see CHANGELOG.txt 14 years ago
jean-pierre charras d26e9ff2e1 Cvpcb: Fix Bug #992429 14 years ago
jean-pierre charras fa3ebc4043 Define MM_TO_IU_SCALING_FACTOR (scaling factor from mm to internal units) only in convert_to_biu.h 14 years ago
Dick Hollenbeck c24863c078 // Dick Hollenbeck's KiROUND R&D 14 years ago
Dick Hollenbeck 51a83a7a66 cvpcb LEGACY_PLUGIN usage factoring 14 years ago
jean-pierre charras f0dc54340d All: new middle mouse pan feature, from lajos kamocsay (and jp charras for some enhancements). 14 years ago
jean-pierre charras 8f62c6aa05 Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h) 14 years ago
jean-pierre charras d739f03c5f Remove old xpm icons files 14 years ago
Joe Ferner aad54ec406 Added a toolbar button to cvpcb to filter by pin/pad count. 14 years ago
Wayne Stambaugh 6375497825 Hit test method rationalization and other minor improvements. 14 years ago