7297 Commits (557bb43dd2e7ee1c08d99a2f06bd0a094d4a61ea)
 

Author SHA1 Message Date
Maciej Suminski 557bb43dd2 Moved TOOL_MANAGER & TOOL_DISPATCHER to EDA_DRAW_FRAME. 11 years ago
Maciej Suminski 5c984aa069 Parametrized TOOL_ACTIONs. 11 years ago
Simon Richter 89699a193a Fix typo in FindOpenSSL.cmake 11 years ago
jean-pierre charras 699c76ccea Rework on EXCELLON_WRITER class, to allow gerber and drill files creation from a python script. 11 years ago
jean-pierre charras 569c2be354 Minor fixes: dialog rescue: make strings translatable. Remove a few coverity warnings (not initialized members). Very minor other changes. 11 years ago
jean-pierre charras c74f7b1a3d Add missing dependency to build python wappers. 11 years ago
jean-pierre charras 9da39717ae Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class. 11 years ago
unknown 665f346a03 Arcs in modules and board were rendered incorrectly on vrml export (bug 1448192). 11 years ago
jean-pierre charras 3b9ebd2270 Minor fixes in dialog rescue: missing title, incorrect refresh due to use of a wxPaintDC outside a paint event, and coverity warnings (not initialized members). 11 years ago
jean-pierre charras 3084c0aa0b Eeschema: add missing rotate and mirror sheet in sheet context menu (these transforms were possible in block commands, but not from the sheet menu). 11 years ago
Chris Pavlina 26c320db57 Add schematic component library change rescue feature (fixes lp:1435338). 11 years ago
Wayne Stambaugh ad9ec412f5 UI consistency and assertion fixes. 11 years ago
jean-pierre charras 20dfe9ca29 Minor fixes: dialog_create_array.* files: clean code ( remove useless declarations and functions ). 11 years ago
Dick Hollenbeck e637493e04 Github plugin: Do not hard code https as the URI scheme for GITHUB_PLUGIN. 11 years ago
jean-pierre charras 94479d87c1 eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read) 11 years ago
jean-pierre charras 584f35e6d4 Minor fix in a long message. 11 years ago
jean-pierre charras ea6b03cd5f footprint wizard python plugins management: Fix a memory leak. Remove useless and outdated code, and add a minor enhancement. 11 years ago
jean-pierre charras 53b8a8ca96 Pcbnew: add the board thickness setup in dialog_layers_setup.cpp (mainly for the 3D viewer) 11 years ago
jean-pierre charras 4e210a2d05 ModEdit: fix a refresh issue after deleting a pad (depending on the position of the pad, the pad was sometimes not immediately undrawn). 11 years ago
Maciej Suminski 709697ea40 Better way to determine supported OpenGL version and extensions. 11 years ago
Wayne Stambaugh 9a6a3c8b58 Fix some more size_t assertions in the VRML parser debugging messages. 11 years ago
jean-pierre charras 1c6ae1eac7 Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 11 years ago
jean-pierre charras 016eef39e4 Dialog layers setup: cosmetic enhancements (fix a very minor issue on Windows). Remove a not used and outdated file. 11 years ago
unknown 6bd8fa1dd7 Fix I18n issues 11 years ago
unknown c2f8898c58 Hide "Power component value text cannot be modified" in libedit (which should be displayed only in schematic editor for power parts) 11 years ago
unknown 5f7268a178 3d-viewer, fix again a transparency issue. 11 years ago
jean-pierre charras dcdf9066b9 Better handling of disabled layers when editing a footprint (value, ref) from the board editor (avoid the "illegal layer" message box when possible). 11 years ago
Maciej Suminski 7480bcf1ae Yet another desperate trial to fix the depth buffer issues. 11 years ago
Maciej Suminski d281d86eee Fixed undo/redo display refresh for miras & dimensions (GAL). 11 years ago
jean-pierre charras 4daf9039db Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
jean-pierre charras 4354139f24 Very minor fixes. 11 years ago
unknown d40ea8adcb 3D viewer: fix issues with transparencies in some models (material issues in VRML2 parser) 11 years ago
Maciej Suminski b85ed89ea5 Corrected a few pads layer settings in 'sonde xilinx' demo. 11 years ago
Wayne Stambaugh 4b22e8ed37 Fix wxLogTrace string argument format specifiers for size_t types in vrml_v2_parser.cpp 11 years ago
jean-pierre charras 9c0c89256e Make hotkeys editor titles translatable. 11 years ago
jean-pierre charras 79af0c454d 2 very minor fixes. 11 years ago
jean-pierre charras 19347b1243 3D viewer: minor fixes. Use our class REPORTER to show warning messages and activity info when building the 3D board view. Add a few comments in sources. 11 years ago
Brian Sidebotham ae57c4692a Move S3D_MESH* to smart pointer to fix CID 108646 11 years ago
jean-pierre charras c519eea12b 3D viewer: fix (the fix is not perfect) a minor issue in zone rendering: copper thickness was not good when the option 'Show Holes in Zones" was OFF, and "Show Copper Thickness" ON. 11 years ago
Maciej Suminski cec0a956bd bugfix: pcbnew segfaults after adding footprint directly from editor 11 years ago
Chris Pavlina 3fc45fb74f Fix bug where user defined grid change does not update in GAL canvas. (fixes lp:146098) 11 years ago
Chris Pavlina 148ba4302e Make tab order more sensible for DIALOG_PCB_TEXT_PROPERTIES. 11 years ago
jean-pierre charras 5a387ce5fa Eeschema: fix a crash on undo command, which sometimes happens after a wire /bus creation command was aborted. 11 years ago
unknown d545c698fb 3D vrml export: fix for bug #1441734 11 years ago
Nick Østergaard 44d6595c6a Fix swapped M and N in create array dialog string. 11 years ago
Dick Hollenbeck 659ea5184c Fix Eeschema search segfault. 11 years ago
unknown ea11c013b6 fix bug in idfcyl utility 11 years ago
jean-pierre charras ec17455d35 board_items_to_polygon_shape_transform.cpp: remove full duplicate code between DRAWSEGMENT and EDGE_MODULE, and fix incorrect conversion of DRAWSEGMENT polygon type to its polygonal shape. 11 years ago
Wayne Stambaugh 4274f2d5d5 Fix config.h default data install path assignment during configuration. 11 years ago
jean-pierre charras 0d77a8600d Pcbnew: always save the line width of footprint graphic edges in files, to allow width = 0 in polygon outlines. 11 years ago