107 Commits (ba19d93df97791e9ba3116b8c031ca298c06d004)

Author SHA1 Message Date
John Beard 0be9667c96 Add read-only option for hotkey list, use for list dialog 7 years ago
Maciej Suminski b39bde0f0c Specify string size when creating wxString from const char* 7 years ago
jean-pierre charras 6fdc5972f8 Better fix for accelerator menus using "Back" (previously named "BkSp") key 7 years ago
jean-pierre charras 78ab5c3f07 Fix ASCII code used in accelerator menus for BkSp key (Linux only) 7 years ago
Jeff Young 7841f8a466 Unified preferences dialog framework. 8 years ago
Seth Hillbrand 4af699e919 hotkeys: Don't import v4 hotkeys automatically 7 years ago
Seth Hillbrand d62b4f36a6 Save hotkeys to combined app-based file 8 years ago
Seth Hillbrand d22fceca7c Revert hotkey save format 8 years ago
Jeff Young 1afbfad44a Use "..." uniformly in menus. 8 years ago
jean-pierre charras 5d72aebd22 Fix code after renaming files 8 years ago
jean-pierre charras 47dfabc6c8 Add size control to HTML_MESSAGE_BOX. Fix incorrect default size of a few dialogs. 8 years ago
Maciej Suminski ea9b568743 Formatting fixes for the previous commit 8 years ago
Dan Weatherill efed38ad3e Fix hotkey import persistence 8 years ago
Fabrizio Tappero ac9a64a173 general UI fix. Fixed a lot of icons and a lot of menu. 9 years ago
Maciej Suminski 94d8e1e69c Fixed a memleak in ReadHotkeyConfig() 9 years ago
Chris Pavlina 81144c2476 Move hotkey list from Preferences menu to Help menu 10 years ago
jean-pierre charras 713e8d93f3 About dialog: small changes. EDA_HOTKEY class: better ctor. 10 years ago
unknown 0cd747668f Hotkeys Editor has now a "reset to default" button 10 years ago
Wayne Stambaugh a6a9d8eedf Default and most recently used path fixes. (fixes: 1494210) 10 years ago
Chris Pavlina b55c074a11 Interpret unassigned hotkeys correctly. 10 years ago
Wayne Stambaugh 0cff6444e0 Fix assertion when exporting hotkeys. (fixes lp:1479859) 10 years ago
jean-pierre charras 8d5ee67c9c New attempt to manage the Cmd key on OSX in menus. 11 years ago
jean-pierre charras 5c7f073a28 Hotkeys: try to use Cmd instead of Ctrl on Mac OSX. 11 years ago
Maciej Suminski da75c52665 Hot keys settings are synchronized between GAL & legacy 11 years ago
jean-pierre charras 4daf9039db Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
jean-pierre charras 9c0c89256e Make hotkeys editor titles translatable. 11 years ago
jean-pierre charras 0e03fbff07 Make hotkey string info translatable in dialogs. These strings are now prefixed by _HKI , which can be used by translation tools to extract them. 11 years ago
jean-pierre charras 3c4f76abe4 Fix a not shown dialog under XFCE and Unity. Make display hotkeys window not modal. 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 30c7821ba2 Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files. 11 years ago
Garth Corral 5c3cc11ed5 Fix debug assertion when clicking on hot key menu. (fixes lp:1389932) 11 years ago
Mark Roszko 606f2e91f8 Make hotkey command titles use consistent capitalization. 11 years ago
Mark Roszko 651a92a80f Hotkey Editor Polishing 11 years ago
Moses McKnight 6da5e2cdd0 Configuration file consolidation patch from Moses McKnight. 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
jean-pierre charras 9b99ac2a53 All: add 2 hotkeys to simulate a mouse left click (key return) and left dclick (key end) 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
jean-pierre charras f956fbd8ac painter: better size of pad nums and pad netnames in opengl mode 12 years ago
jean-pierre charras d5ecafd5af Fix some minor issues in hotkey dialogs 12 years ago
jean-pierre charras 1f3f11ca0d Add margin values control in pl_editor, and remove margin definition from class PAGE_INFO. 12 years ago
jean-pierre charras 91c3f3bc83 All: use a S expression to describe the page layout (title block and grid references). Work in progress. 13 years ago
Matthew Beckler 088832b8f6 Match 'new char[]' with proper delete[] char* rather than delete char*. 13 years ago
jean-pierre charras 8f62c6aa05 Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h) 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
jean-pierre charras 7c17187052 Pcbnew: Fix typo in 2 filenames. Add comments in ratsnest.cpp. 14 years ago
Wayne Stambaugh b98b23a1a6 Factor Eeschema rotate item hot keys into a rotate event handler. 14 years ago
Wayne Stambaugh 1bd7fc8a4e Minor menu bar fixes. 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh c09bc26dc2 Minor PCBNew code fixes. 14 years ago