60 Commits (248089c934d48a6d36d31f6d3f09567a6c67a946)

Author SHA1 Message Date
Jeff Young 248089c934 Get rid of PageLayout globals so drawing the preview doesn't mess up the document. 7 years ago
Jeff Young bdd44ce88c Use consistent PageLayout data structure names. 7 years ago
Jeff Young 8518c373d1 Move PLEditor to common actions for file ops. 7 years ago
Jeff Young a1b3e5d9bb Move PLEditor title updating to somewhere it will get called. 7 years ago
Jeff Young a73f3fe36d Use a bigger hammer when changing plEditor display mode. 7 years ago
Jeff Young 71f188f3de Hook up import-page-layout and change-background-color actions. 7 years ago
Jeff Young 2901fee9a0 Improve property panel <> selection synchronization. 7 years ago
Jeff Young 09424db68f Restore selection around undo/redo. 7 years ago
Jeff Young 323bb0f8e1 Moving PageLayout editor to GAL canvas and modern toolset. 7 years ago
Wayne Stambaugh 3c4f8c1bf7 Fix frame name capitalization in all about dialogs. 7 years ago
Michael Kavanagh fe6bc411dd Fix 'hokey' -> 'hotkey' typo 7 years ago
Seth Hillbrand 1e5ba6f1b1 Replace DIM() macro 7 years ago
jean-pierre charras 1f3d5cee0e Fix a few minor I18n issues. 7 years ago
Jeff Young a6d10d6e28 Constant-size page layout object handles w/respect to zoom. 7 years ago
Jeff Young 4b1a31ffad Regularize save-changes dialogs. 7 years ago
Jeff Young d81faa72c9 Overhaul border drawing in all the Kicad frames. 7 years ago
Jeff Young d8d4f75fa1 Fix button order and genralize Exit dialog so it can be shared more. 7 years ago
Jeff Young 5f3ee1e7ce More g_UserUnit erradication. 8 years ago
Jeff Young 4eedb3a27d The _() macro affords some nullptr safety over a naked immediate. 8 years ago
Jeff Young 4bae901dc8 Centralize zoom-to-fit code. 8 years ago
jean-pierre charras d44494beda Update code after file renaming 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Wayne Stambaugh 652b969193 GTK+ file dialog wildcard improvements. 8 years ago
Michael Kavanagh 82ce90ecdc PL Editor UI Improvements: Menubar, toolbar and hotkeys 8 years ago
jean-pierre charras eadfff8ac4 Better management of the "Zoom to selection" tool in page layout editor. 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
Chris Pavlina 52aa4ecdf4 Unify window title formats 9 years ago
Chris Pavlina d49ecb1b91 Add zoom-to-selection and block move to pl_editor 10 years ago
jean-pierre charras bfeb61abef Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 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 37b0868376 Pcbnew: fix minor issues about fast grid switching, and next/previous grid selection from hotkeys. (GAL mode still has an issue) 11 years ago
jean-pierre charras 1c6ae1eac7 Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 11 years ago
unknown 6bd8fa1dd7 Fix I18n issues 11 years ago
jean-pierre charras 4def0958a5 Fix some coverity warnings. Fix typo and errors in comments. Very minor other fixes. 11 years ago
jean-pierre charras 086ff54ef0 Fix minor issues: plot svg did not handle dashed lines. 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
jean-pierre charras 2804d2e566 Add hotkeys to Kicad manager, and some rework on hotkeys management. 11 years ago
jean-pierre charras 10d67ffbd9 Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs. 11 years ago
Maciej Suminski c2bd2491f1 Added asserts in spots where DEGREES are not handled. 11 years ago
John Beard 4f3672da4d Add "move exact" and "duplicate" tools to pcbnew 11 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 12 years ago
jean-pierre charras 7c99a242cf Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits. 12 years ago
Bernhard Stegmaier a457dffd8f OSX drawing artifacts 12 years ago
jean-pierre charras bd174ebffe Page layout editor: fix bad initialization on startup, which can crash pl_editor when trying to edit an item. 12 years ago
Dick Hollenbeck 0d6560a218 *) Switch kicad.exe to using KIFACE modules for all major top level windows. 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
jean-pierre charras f2055f6c5d Pl_Editor: fix crash on Linux when closing Pl_Editor 12 years ago
jean-pierre charras 336d1b23f9 Pcbnew: fix Bug #1211468 12 years ago