87 Commits (a27e4246e0897d03a33120b402c5aea0060319b9)

Author SHA1 Message Date
Jeff Young a27e4246e0 Move some more menu commands to ACTIONs. 6 years ago
Jeff Young 9d9745b555 Remove more legacy editing code. 6 years ago
Jeff Young e9e28b9aac Retire legacy block architecture. 6 years ago
Jon Evans ec39bdda77 GerbView: fix saving of canvas type and lingering legacy menu item 6 years ago
Jeff Young 7d9a0b06e0 Push help menu down into EDA_BASE_FRAME. 6 years ago
Jeff Young b90b454ada Remove legacy block operations. 6 years ago
Jeff Young 1a3d0492f5 Push polar coords down into COMMON_TOOLS. 6 years ago
Jeff Young fbb807f3bb Move some more menu & toolbar items to modern toolset. 7 years ago
Jeff Young 69afa27a5f Implement ACTION_TOOLBAR and update some of the menus to ACTION_MENU. 7 years ago
jean-pierre charras 2d99ec779f Gerbview: Sync issue between the D Code drop list and the active layer 7 years ago
Jeff Young 0772b54845 Move eeschema zoom-selection to modern toolset. 7 years ago
Jeff Young 0021ecf51e Don't double-escape netnames. 7 years ago
bobo87 ca7aec2d4e Fix crash in gerbview when legacy disabled 7 years ago
Jeff Young 684bb62fd8 Escape slashes in labels and netnames. 7 years ago
Seth Hillbrand 9d99fd188f Revert "Change top selection drop-down to combobox" 7 years ago
Seth Hillbrand 7d06651a10 Change top selection drop-down to combobox 7 years ago
Nabeel Ahmad 664fb234ff GerbView: Add actions to reload files 7 years ago
Jeff Young 86a801aabc Allow updating of file history size on the fly. 7 years ago
Jeff Young d81faa72c9 Overhaul border drawing in all the Kicad frames. 7 years ago
Jeff Young e329a411bf Add grid and zone dropdowns to GerbView frame. 7 years ago
Jeff Young 7841f8a466 Unified preferences dialog framework. 8 years ago
jean-pierre charras 07dc12fdd3 Fix incorrect UI management of Zoom to Selection, created by fix 2a419156 8 years ago
Jeff Young 2a419156e0 Don't try to check uncheckable menu items. 8 years ago
jean-pierre charras a2f118d2fa Gerbview: fix not working menu item "Zoom to Selection" in main menu. This also fixes a wxASSERT for this menu item 8 years ago
Wayne Stambaugh a5cca18dd1 GerbView: add view menu. 8 years ago
jean-pierre charras 5a33f09608 Fix memory leak 8 years ago
Jon Evans cd2224b94d Add missing hotkey support to GerbView 8 years ago
Jon Evans d2c86f8594 GerbView: Disable legacy-only event handlers when GAL is active 8 years ago
Jon Evans 2da7199a37 GerbView: Fix active layer synchronization 8 years ago
Jon Evans 37beb726e3 GerbView: Implement in-place GAL layer reordering (for X2 sorting) 8 years ago
Jon Evans 449da4303e Remove more unnecessary calls to RecacheAllItems 8 years ago
Jon Evans 4ec7a02ccd Add a method to conditionally update VIEW_ITEMs (GerbView performance) 8 years ago
Jon Evans d7bb83ddcb Add a REPAINT flag for faster redraw when bounding box hasn't changed 8 years ago
Jon Evans b90528a7ae Fix regression in GerbView display settings; some optimization too 8 years ago
jean-pierre charras a0ac1a48c2 Gerbview: fix code after renaming files 8 years ago
Maciej Suminski da305e7750 Move SwitchCanvas() implementation to EDA_DRAW_FRAME 8 years ago
Jon Evans b21f301097 Defer canvas type setting save until destruction of EDA_DRAW_FRAME 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Maciej Suminski 05a120f09f Unified {Load,Save]CanvasTypeSetting in EDA_DRAW_FRAME 8 years ago
Maciej Suminski 88cab885af Code formatting 8 years ago
Jon Evans b90d86aa2d Properly update toolbar buttons on application start 8 years ago
Jon Evans 915e51e1f0 GerbView GAL support part 1: changes to existing files 8 years ago
jean-pierre charras 50164e9968 Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled 8 years ago
jean-pierre charras ad48cd435d Replace SetToolID( ID_NO_TOOL_SELECTED, ...) by SetNoToolSelected() in code 8 years ago
jean-pierre charras 526b5e2cd3 Fix broken behavior of the "Zoom to selection" tool in Gerbview and Eeschema. 8 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
jean-pierre charras 6329ca5065 Gerbview: add in file menu an option to load a zip archive containing Gerber and/or drill files. 9 years ago
Cirilo Bernardo 48ed9f080e Add Help Menu item to open browser at kicad-pcb.org/contribute 9 years ago
jean-pierre charras f1226afc89 Gerbview: support of %TA.AperFunction (aperture attribute) and better support of %TO (currently work in progress) object attribute. 9 years ago
jean-pierre charras a907e50424 Gerbview: code cleanup (mainly remove g_GERBER_List global variable) 9 years ago