232 Commits (cca63801bf7111996868604fd998326699af9ae5)

Author SHA1 Message Date
jean-pierre charras 2804d2e566 Add hotkeys to Kicad manager, and some rework on hotkeys management. 11 years ago
John Beard 4f3672da4d Add "move exact" and "duplicate" tools to pcbnew 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
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
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
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 7d8df0425f Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint. 11 years ago
Maciej Suminski 1338774d54 pcbnew: Disable DXF import in the module editor when there is no module loaded. 11 years ago
Mark Roszko 08f0051799 Rename module to footprint in menu,toolbars, window, etc that are in code 11 years ago
jean-pierre charras 93a3d4cb28 Eeschema: back to KICAD_KEEPCASE option, to find parts in lib, when using case sensitive option (default). 11 years ago
jean-pierre charras fb590c7231 Fix PCB Module Editor Help Error. 11 years ago
Maciej Suminski b86ac3b3ab GAL module editor selects the front silkscreen layer by default. 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
Maciej Suminski 1d378cfcd1 View is automatically centered when a module editor or viewer are opened (GAL). 12 years ago
Maciej Suminski f2b5cf7d94 Fixed module editor crash when pcbnew is started from the main launcher. 12 years ago
Maciej Suminski 15f5c228cc Fixed autozooming with empty board/module. 12 years ago
Maciej Suminski ed88c40be5 Moved module editor-specific tools to a separate class (MODULE_TOOLS). 12 years ago
Maciej Suminski da67880907 DXF files import is supported by module editor. 12 years ago
Maciej Suminski f0ff744e97 Initial version of the Placement Tool. 12 years ago
Maciej Suminski 637919a699 Added support for pads, texts and graphics removal in module editor (GAL). 12 years ago
Maciej Suminski ad000aefa4 Fixed the legacy module editor. 12 years ago
Maciej Suminski 99043b777d Adapted graphics tools to cooperate with module editor. 12 years ago
Maciej Suminski 9ee8d1a2a7 Module editor loads the last edited footprint in GAL mode. 12 years ago
Maciej Suminski b0f3e79e54 Created a common interface for edit frames. 12 years ago
Maciej Suminski 7ade7db078 SELECTION_TOOL got a new mode to edit MODULEs. 12 years ago
Maciej Suminski d98a5c4efe Unconditionally initialize the Tool Framework in FOOTPRINT_EDIT_FRAME. 12 years ago
Maciej Suminski b5b20ef4bd Added layer widget to the module editor. 12 years ago
Maciej Suminski a24576f3ce Initial version of the GAL-based Module Editor. 12 years ago
Lorenzo Marcantonio bee6b9f9b7 Fixes #1186269 12 years ago
Dick Hollenbeck 21b70093b0 refinements 12 years ago
Dick Hollenbeck 1385e39d89 Save the footprint editor's last footprint in the PROJECT RString facility. 12 years ago
Dick Hollenbeck 3d311f831e *) Remove more wxString static constructors which were crashing in PAGE_INFO assignment 12 years ago
Dick Hollenbeck 9fe5ce67e6 Modular-Kicad milestone B), minor portion: 12 years ago
Dick Hollenbeck e45aadd11b Modular-Kicad milestone B), minor portion: 12 years ago
Dick Hollenbeck 8434498394 Fix new bug which crashed pcbnew running under kicad.exe while adding a new module in mod editor 12 years ago
Dick Hollenbeck 0e8a72dbf0 Fix new bug which crashed pcbnew running under kicad.exe while adding a new module in mod editor 12 years ago
jean-pierre charras d9c3de9bbd footprint editor: fix crashes. In this fix, I removed the assumption the parent frame is the board editor. 12 years ago
jean-pierre charras fc26cdfb74 footprint editor: fix crashes. In this fix, I removed the assumption the parent frame is the board editor. 12 years ago
Dick Hollenbeck 991926d320 Modular-Kicad milestone B), major portions: 12 years ago
Dick Hollenbeck 25d1ab4008 Modular-Kicad milestone B), major portions: 12 years ago
jean-pierre charras 9c1f6b7307 Pcbnew: fix Bug #1304418 . Fix also a related issue which crashes Pcbnew in some corner cases. 12 years ago
Dick Hollenbeck 0d6560a218 *) Switch kicad.exe to using KIFACE modules for all major top level windows. 12 years ago
Dick Hollenbeck 4011953455 Jettison FP_LIB_TABLE::ConvertFromLegacy() into a static function, where it 12 years ago
jean-pierre charras fe37c549f7 Footprint Editor: minor cosmetic enhancement (which could avoid a report like bug #1302255) 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Dick Hollenbeck c63fa6ff31 Add EDA_BASE_FRAME::Show() and call SaveSettings() only from there for all derived wxFrames. Remove calls to SaveSettings() elsewhere. 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