38 Commits (c90a3efea21d84cb84775f7a5cde798a676596d5)

Author SHA1 Message Date
jean-pierre charras 595666d46e Add support of GAL in FOOTPRINT_WIZARD_FRAME. 7 years ago
Jeff Young 8badfea17a Fix the build messages fall-behind problem... 8 years ago
Jeff Young a0364a1137 Don't make user click twice to toggle checkbox in wxGrid. 8 years ago
Jon Evans 2f86b497d9 Work around wxGrid boolean editor issues 8 years ago
jean-pierre charras 6d6ef0097b Fix code after renaming files. Minor other fix. 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
jean-pierre charras 70226ecdeb Fix a few doxygen warnings 8 years ago
jean-pierre charras a7c4c8c7f2 Pcbnew: Fix a crash when reloading python scripts, when Kicad uses wxPython. 9 years ago
Oliver Walters 66ee44cb1f Footprint Wizards Update 9 years ago
Simon Richter ad088db6d2 Add more "override" markers. 9 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
Chris Pavlina c490e7dd06 Fix typing problems with GR_KB_* constants 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 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
Maciej Suminski da75c52665 Hot keys settings are synchronized between GAL & legacy 11 years ago
Wayne Stambaugh ec9cd765bc Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 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
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
jean-pierre charras ce6b907fe3 Add specific bitmaps in export IDF and export DSN menus. 12 years ago
Maciej Suminski 32065b339a Added const modifiers where applicable (PICKED_ITEMS_LIST). 12 years ago
jean-pierre charras e89db97dd4 Pcbnew: footprint wizard dialogs: minor fixes, and fixes a not working parmeters dialog under Windows, due to an incorrect Printf format. 12 years ago
Miguel Angel Ajo 9a8baa00f2 Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 13 years ago
Miguel Angel Ajo 155ea57c36 LOCALE_IO toggle implementation for locale switches on scripting; code cleanups to comply with kicad coding style policy 13 years ago
jean-pierre charras 93ebdb2cd0 All: better code to handle opened frames libview, libedit, modview, modedit. 13 years ago
jean-pierre charras b810135e4e Code cleaning, minor fixes and minor coding style fixes. wxWidgets 2.9.4 compatibility fix( deprecated function MakeModal ) 13 years ago
Miguel Angel Ajo ccb74b99d3 pcbnew: footprint wizards now can export the output module to the library or board 13 years ago
Miguel Angel Ajo 974fe74f66 Cleanup toward test-merge 13 years ago
Miguel Angel Ajo 70df15175b Footprint wizard, plus fixes 14 years ago
Miguel Angel Ajo 4dc70b2fc8 wxGrid instead of list, now we do really have values... 14 years ago
Miguel Angel Ajo 4ead38a83d Cosmetic fixes, before moving to wxGrid 14 years ago
Miguel Angel Ajo c051c1a4a9 footprint wizard UI and footprint wizard lists 14 years ago
Miguel Angel Ajo 23bec4b80b * Footprint wizard UI: Added to module editor. 14 years ago
Dick Hollenbeck a42490e0f3 work on footprint plugin API 14 years ago
jean-pierre charras 72605c343b Modview: fix minor issues. 14 years ago
jean-pierre charras 623ae37f22 Pcbnew - ModView: add 3D view, and fix issues. 14 years ago
jean-pierre charras fa470d5c4a Pcbnew: Added: modview. This footprint viewer frame which has the same purpose as Viewlib in Eeschema. 14 years ago
Dick Hollenbeck 67e28ade74 ++eeschema 14 years ago
Dick Hollenbeck 1393eb0f11 finish up SCH_SHEET::{Set,Get}PageSettings() switch over 14 years ago
Wayne Stambaugh 9461f16281 Encapsulate SCH_EDIT_FRAME and LIB_EDIT_FRAME classes. 14 years ago
Wayne Stambaugh 393e020442 Fix cursor warping out of client when zooming bug. 14 years ago
jean-pierre charras f00696e835 Pcbnew: fix bug 804780. 15 years ago
Wayne Stambaugh dcccaee2aa Replace WinEDAChoiceBox with wxComboBox. 15 years ago
jean-pierre charras c2ff1d9416 Viewlib: fix a zoom error (due to a call to BestZoom() made before the full window is built) 15 years ago
Wayne Stambaugh ee003180bc Global variable removal and minor Doxygen comment fixes. 15 years ago
Wayne Stambaugh 0d8cb9b53c EESchema improvements and other minor fixes. 15 years ago