7005 Commits (39497b109efc5554585ab054176d11d044bfbcdf)
 

Author SHA1 Message Date
jean-pierre charras 39497b109e Pcbnew: fix Bug #1422093 (pcbnew crashes after editing a footprint cominng from the board with the fp editor and saving it on a librray and trying to load it to the board) 11 years ago
Cirilo Bernardo dcdaee4c63 Pcbnew IDF and VRML exporter Coverity scan error fixes. 11 years ago
Cirilo Bernardo 1acfbb0ddd Coverity scan IDF fixes. 11 years ago
Wayne Stambaugh f2edf02b35 Coverity error fixes. 11 years ago
Maciej Suminski b0ad779ee4 Calming down the Coverity report. 11 years ago
Sven D d819a38075 Fix VRML V2 parser bug. (fixes lp:1417217) 11 years ago
Miguel Angel Ajo 1e2af7fed1 Add GetLayerID method to BOARD. 11 years ago
Maciej Suminski b1ace1607b Reworked GAL switching. 11 years ago
Maciej Suminski b19010ff8b Cross-probing pcbnew<->eeschema (GAL). 11 years ago
Maciej Suminski bb861b81b2 Missing comments in the PLACEMENT_TOOL class. 11 years ago
Maciej Suminski 902d0e3f1f Tools are processing const TOOL_EVENT& (Tool Framework). 11 years ago
Wayne Stambaugh 69553d6fa3 wxPython find and version loading fixes. (fixes lp:1408060) 11 years ago
jean-pierre charras 1a74913063 Minor fixes: fix issue Bug #1420910 (Linux specific). 11 years ago
jean-pierre charras 74e83e924a Pcbnew: Fix Bug #1420074 (Crash when a footprint is added to the board (or edited) from the footprint editor, if a new pad was added, because the net info of the new pad is broken in this case) 11 years ago
Maciej Suminski 0001bc2844 Fix for clarification menu crash (GAL/Windows). 11 years ago
jean-pierre charras 698bd331c4 Dialog enum pads: fix incorrect use of sizers. 11 years ago
jean-pierre charras 80f6a4f2a0 Pcbnew: fix ver minor issues. ModEdit: fix issue in GAL mode: when importing a footprint from the footprint wizard, the new footprint was not shown. 11 years ago
Blair Bonnett 07db7c8d29 Prevent Pcbnew edit graphics property dialog from excepting zero length objects. (fixes lp:1392117) 11 years ago
Adam Wolf 88ce5920b5 Fix OSX help search paths. 11 years ago
jean-pierre charras 7dadeadbf3 bugfix 1418736: pcbnew crashes if "Interactive Router" was selected from the context menu. 11 years ago
Wayne Stambaugh 8f1addc1f8 Fix serious memory leak in schematic part library manager. 11 years ago
jean-pierre charras d52436aed8 Pcbnew: fix Bug #1418135 (scrollbars never shown in design rules dialog, in netclasses grid list, which prevent to use many netclasses). Also fix very minor other issues. 11 years ago
jean-pierre charras 1ed8cdf63a Pcbnew build: Set KICAD_USE_WEBKIT option default value to OFF. There are 3 reasons: 11 years ago
Wayne Stambaugh bd199b894e Set default footprint library table and 3D model library environment variables. 11 years ago
jean-pierre charras 4265fa60bd Pcbnew - plot dialog: fix Bug #1417435 (Gerber(and some others) plot mode is fixed as”sketch” instead of "filled" ) 11 years ago
jean-pierre charras 01fdbdf94e Dialogs edit footprint in module editor and edit footprint in board editor: add button to edit the selected 3D shape filename. 11 years ago
jean-pierre charras 5eb7b41fba Dialogs edit footprint in module editor and edit footprint in board editor: add button to edit the selected 3D shape filename. 11 years ago
jean-pierre charras b1cd42cf08 Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 11 years ago
Miguel Angel Ajo 2ff623dcb9 Fix the pcb bouncing box test adding the track clearance. 11 years ago
Miguel Angel Ajo bd04e61b6f qa/test.py change to make sure failed tests return 1 in all systems. 11 years ago
jean-pierre charras 3c343b415a Fix the minor bug 1016924 ( Unhandled event id 6263 in pcbnew ). Remove duplicate code. 11 years ago
jean-pierre charras 8412f2ad4e ModEdit: add a settings menu option(and the corresponding dialog) to set default values used when creating a footprint or add graphic items to a footprint being edited. 11 years ago
Maciej Suminski 789bb9663c bugfix: Find does not work in high contrast mode in GAL. 11 years ago
jean-pierre charras b556fb2324 Class BOARD: Rename an overloaded method named SetLayer with the better name SetLayerDescr, and comment it. It also remove some warnings when compiled with option -Woverloaded-virtual 11 years ago
Simon Richter f5d9d09e04 Hide EDA_ITEM ctors to prevent direct instantiation of abstract class. 11 years ago
Alexander Golubev 3838082bf3 Minor compiler warning and object improvements. 11 years ago
jean-pierre charras ba6e2ffbcf Footprint Editor: New footprint creation: change defaults for ref and value texts: now Ref text is REF** and Value text is the footprint name. Also Value is put on fab layer (front) 11 years ago
Wayne Stambaugh 93b0a0831e Minor fixes and code cleaning. 11 years ago
Wayne Stambaugh 4a95880be9 Fix FindOpenSSL.cmake version string regex breakage in OpenSSL 1.0.2. 11 years ago
jean-pierre charras 2beeb920fd Minor fixes 11 years ago
jean-pierre charras 6393d226ea Other minor fixes 11 years ago
jean-pierre charras 813efb77ef Smal change in dialog. 11 years ago
jean-pierre charras 2a4d0bad60 Fix minor aesthetic issues in dialogs (these minor issues (overlapping widgets) exit only with some Windows managers like KDE) 11 years ago
Maciej Suminski 2647fdfd89 Fixed context submenus event handlers (GAL/Windows). 11 years ago
Maciej Suminski 5447bb5914 bugfix: Pcbnew (Windows) crashes using selection tool in OpenGL or Cairo 11 years ago
jean-pierre charras f0a52644ea Pcbnew: fix Bug #1413701 (Segfault on highlight "unconnected" net 0 in Pcbnew ). Also, remove now useless code and other very minor fixes. 11 years ago
Wayne Stambaugh ca065833ea Remove EDA_DRAW_FRAME::IsActive() and replace with wxFrame::IsActive(). 11 years ago
jean-pierre charras ebb967c46f Pcbnew: fix issues and potential issues when reading board files and mainly old board files, and enhance the DRC tests and Delete Single Pad Net option when reading a netlist: 11 years ago
jean-pierre charras 64dd1f7461 Eeschema: fix a minor bug and enhances SCH_MARHER::Matches function ( partial use of 0005-SCH_MARKER-fix-a-Woverloaded-virtual.patch, from <fatzer2@gmail.com> ) and other very minor fix. 11 years ago
jean-pierre charras 59f497978a Pcbnew, layers manager: Fix an annoying bug I added in rev 5359, in Render options: in Board editor many render options were not displayed (similar fp editor mode). 11 years ago