91 Commits (4c83b0a94df2b4087699287434a03852a91188e5)

Author SHA1 Message Date
Jon Evans 4c83b0a94d Move TOOL_ACTIONs to their corresponding tools; create COMMON_TOOLS 9 years ago
Jon Evans 167f45ca2b Refactor COMMON_ACTIONS into a base and derived class 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
Maciej Suminski f0e0254e27 Added missing tool initialization 9 years ago
decimad 5a4e247564 EDA_DRAW_PANEL_GAL now takes the gal display options per dependency injection 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
Wayne Stambaugh b9c296420a Complete library table and library table row refactor. 9 years ago
Wayne Stambaugh 192d4b87ad Rework footprint library table for use in symbol library table. 9 years ago
Chris Pavlina 52aa4ecdf4 Unify window title formats 9 years ago
Dick Hollenbeck 9ad49dc2d1 Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
jean-pierre charras 9f46d83175 Gerbview: locate item now does not take in account not visible layers. Remove an unused file 9 years ago
Mrio Luzeiro d8eab321f7 3D Viewer: complete refactor of the 3D viewer. 9 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 9 years ago
Michael Steinberg fde12ebd25 Replace boost::function and boost::bind with their std:: counterparts 9 years ago
jean-pierre charras fde2cfee27 Minor changes: remove a few local shadowed local variables detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) and fix minor coding style issues. 10 years ago
jean-pierre charras 99d18faca9 Change the way main editor frames are managed by Kicad: before this change, they had the Kicad manager frame as parent frame, and it creates a few issues: 10 years ago
Chris Pavlina c490e7dd06 Fix typing problems with GR_KB_* constants 10 years ago
jean-pierre charras 6ff0092e21 Github plugin: fix lack of message when trying to download a non existing footprint library (Curl does not return an error: the message "Not Fount" is stored in buffer, and the zip handler returns a not suitable error message) 10 years ago
jean-pierre charras 59d02cf1a4 Minor fixes: 10 years ago
unknown 0ea1c67caf eeschema plot dialog: cosmetic enhancement: 10 years ago
jean-pierre charras a11bbffe9b Code reorganization, and change the way 3D viewer frame is managed (now using wxWidgets wxWindow::FindWindowByName() to know if it is existing) , to prepare others fixes. 10 years ago
unknown 1ee7458140 1. Fixed copy paste error in append_board_to_current.cpp ruining a if else condition, should fix a possible bounding box computation bug 10 years ago
jean-pierre charras a112a33fa2 Fix Bug #1498252 (segfault + assert failed in Yield(): wxYield called recursively) and a few other issues (footprint viewer or 3D viewer not always raised in some cases). Linux specific 10 years ago
jean-pierre charras f7f7e3e918 Remove useless or not working code used in Load/Save config. 10 years ago
Maciej Suminski 1d6fc920e6 Simplified code for switching canvases. 10 years ago
jean-pierre charras 2ee222e3bc Fix issues on Linux/Unity (dialogs not always raised) 10 years ago
jean-pierre charras ac1deb32ee Fix issues on Linux/Unity (dialogs not always raised) 10 years ago
jean-pierre charras bf2f480b7c Dialog exchange modules: add a fp selection from the fp viewer 10 years ago
jean-pierre charras 84ba36fa72 Allows switching GAL or legacy mode in footprint editor (previously, the mode was inherited from the board editor, and was not modifiable without closing the footprint editor) by menu or F9, F11 and F12 keys) 11 years ago
jean-pierre charras f25f465d4c Make strings translatable in Create Array dialog (and a minor cosmetic enhancement). 11 years ago
Wayne Stambaugh ec4d74c984 Minor 3D viewer improvements (fixes lp:1406680). 11 years ago
jean-pierre charras c7d04c3d08 Code cleaning: Remove EDA_BASE_FRAME::m_FrameName member which is a duplicate of wxFrame name. 11 years ago
Wayne Stambaugh ca065833ea Remove EDA_DRAW_FRAME::IsActive() and replace with wxFrame::IsActive(). 11 years ago
jean-pierre charras 9cfb97d8b4 Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
jean-pierre charras d82f403fd7 Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 11 years ago
Wayne Stambaugh ec9cd765bc Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
jean-pierre charras 5a38d2b657 Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
Michael Narigon 34b645daed warnings 11 years ago
Maciej Suminski 1d378cfcd1 View is automatically centered when a module editor or viewer are opened (GAL). 11 years ago
Maciej Suminski 14cfd173e6 Fixed the Module viewer crash when there is no footprint loaded. 11 years ago
Maciej Suminski 15f5c228cc Fixed autozooming with empty board/module. 11 years ago
Maciej Suminski 31e25ac4cf Fixed module viewer crash. 11 years ago
Maciej Suminski 1f7ce5416c Next/previous footprint toolbar buttons are handled in the Module Viewer using GAL canvas. 11 years ago
Maciej Suminski 0a6de2e13f FOOTPRINT_VIEWER_FRAME handles events from toolbar buttons and hot keys. 11 years ago
Maciej Suminski 8059f4ddd4 Added autozooming and display of the last chosen module for module viewer using GAL. 11 years ago
Maciej Suminski cc733a4966 Initial version of GAL-based module viewer in pcbnew. 11 years ago
Dick Hollenbeck 2ff53e95bd fix some bugs in FOOTPRINT_VIEWER_FRAME, get rid of statics 12 years ago
Lorenzo Marcantonio bee6b9f9b7 Fixes #1186269 12 years ago
Dick Hollenbeck 9fe5ce67e6 Modular-Kicad milestone B), minor portion: 12 years ago