84 Commits (c09817e08c1db3613ddb3266a6a9698a6a4407b4)

Author SHA1 Message Date
Jeff Young 69f003ba4a Remove previous cell selection fixes in favour of slow-click hack. 7 years ago
Seth Hillbrand 48aad33314 Activate the footprint wizard correctly 7 years ago
Jeff Young cbb3492d98 Standardize Footprint Viewer and Footprint Browser. 7 years ago
jean-pierre charras 595666d46e Add support of GAL in FOOTPRINT_WIZARD_FRAME. 7 years ago
Jeff Young d81faa72c9 Overhaul border drawing in all the Kicad frames. 7 years ago
jean-pierre charras bd46f720a1 Fix a few AUI issues. 7 years ago
Jeff Young 8badfea17a Fix the build messages fall-behind problem... 8 years ago
Seth Hillbrand d62b4f36a6 Save hotkeys to combined app-based file 8 years ago
Jeff Young a0364a1137 Don't make user click twice to toggle checkbox in wxGrid. 8 years ago
Jeff Young 8904b2e046 Peg 3D viewer in front of Footprint Viewer and Wizard. 8 years ago
Jon Evans 2f86b497d9 Work around wxGrid boolean editor issues 8 years ago
Alessandro Gatti 53c9143b64 fpwizard: Switch page after checking parameters 8 years ago
Michael 62487fa891 Fix spelling error 8 years ago
Jeff Young 4bae901dc8 Centralize zoom-to-fit code. 8 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
Martin Sivak d5cdd78062 eeschema: keystroke zoom should obey disabled centering 8 years ago
jean-pierre charras b05a40e728 FOOTPRINT_WIZARD_FRAME: fis a serious issue when changing a parameter page when a parameter was currently edited 8 years ago
Tomasz Włostowski 81d1e17f02 refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
jean-pierre charras b5f23befeb Fix incorrect initialization of default colors for some items. 8 years ago
Maciej Suminski 068a29952c Changed AUI toolbars background from gradient to solid 8 years ago
Fabrizio Tappero ac9a64a173 general UI fix. Fixed a lot of icons and a lot of menu. 9 years ago
jean-pierre charras 305a166e95 Pcbnew: update immediately the 3D viewer opened from the footprint editor/viewer/wizard after a change. 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
jean-pierre charras 7bda89cdf6 Rework on plugins reload code: avoid duplicate code. 9 years ago
jean-pierre charras 70b39d27ae Fix a compil issue due to incorrect conversion. 9 years ago
jean-pierre charras a7c4c8c7f2 Pcbnew: Fix a crash when reloading python scripts, when Kicad uses wxPython. 9 years ago
jean-pierre charras 02fa9639cd DIALOG_FOOTPRINT_WIZARD_LIST: minor enhancement. qrcode_footprint_wizard.py: use filled polygons instead of square pads on silkscren layer. 9 years ago
jean-pierre charras 1a464ab8c8 Coding style fixes 9 years ago
Oliver Walters 66ee44cb1f Footprint Wizards Update 9 years ago
Mrio Luzeiro d8eab321f7 3D Viewer: complete refactor of the 3D viewer. 9 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
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
jean-pierre charras bafb06c8c0 Footprint wizard frame: closing the messages box before closing the frame is no more allowed, to avoid a pcbnew crash when changing a parameter or closing the wizard frame. 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 168940158d Footprint wizard frame: Remove an assert message in Debug mode. 10 years ago
jean-pierre charras 991927a177 Fix crash (only on Linux) when exporting a footprint from the footprint wizard frame. 10 years ago
jean-pierre charras 7b0d597f6d Fix some issues related to the footprint wizard frame: 10 years ago
jean-pierre charras 7808b2e240 Fix in KIWAY_PLAYER::ShowModal: the top level windows children of the KIWAY_PLAYER Modal frame are now enabled (previously were disabled). It fix some issues for instance with the aui toolbar when moved, and the dialog open when starting the footprint wizard frame. Perhaps explain a few other bugs. 10 years ago
unknown 8fedc57499 Small cleanup: remove a few unnecessary casts, and minor cleaning code. 10 years ago
jean-pierre charras 4a56ee42c5 Footprint wizard: Fix IO exception error in python scripts which happens sometimes, due to the fact these scripts printed messages to a console, but when Pcbnew is not run from a console, there is no IO channel to read these messages. 10 years ago
jean-pierre charras bb3dc5771c Pcbnew: Fpid parser: Fix crash when reading a .kicad_pcb file containing a valid fpid with a revision value. 10 years ago
jean-pierre charras 7be1d32a10 Fix minor issues (included Bug #1469358 hierarchical sheet pin not redrawn after edition) 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 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 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