92 Commits (ad088db6d2d36f9c6667cc0b350f4692d82e8c78)

Author SHA1 Message Date
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. 10 years ago
jean-pierre charras 5c7f073a28 Hotkeys: try to use Cmd instead of Ctrl on Mac OSX. 10 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
jean-pierre charras 063c56be30 Use accelerators from hot keys in place menu, from the Fabrizio's idea 14 years ago
jean-pierre charras 8db19bbd6a Preparing hotkeys/shortcuts changes in place menu. 14 years ago
jean-pierre charras e9b71f1e83 Commit changes asked by Fabrizio Tappero. 14 years ago
jean-pierre charras 3b381cf8cf Remove *.ico files and used only xpm or new pgn bitmaps for icons under Window. 14 years ago
Andrey Fedorushkov 9f98995a46 pcbnew: 14 years ago
Fabrizio 4467b911b0 Commit patch make by Fabrizio, with a minor change to avoid duplicate HTML dialog. 14 years ago
Wayne Stambaugh 4a7dc4ad03 Add menu item function fixes and other minor improvements. 14 years ago
Dick Hollenbeck 56f5295527 more KiBitmap() stuff 14 years ago
jean-pierre charras 94372b81e5 Eeschema: fix bug 783535. Minor code cleaning. 15 years ago
Jerry Jacobs 6b39096b03 Cleanup of all menubar code, see CHANGELOG.txt 15 years ago
Wayne Stambaugh df8f7d1ee0 EESchema remove global variable and fix text object change type undo/redo. 15 years ago
Jerry Jacobs fb47536123 More native changes for OSX, see CHANGELOG.txt 15 years ago
jean-pierre charras 92952b70aa Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 15 years ago
Wayne Stambaugh 73e38ce98c EESchema code refactoring and coding policy naming fixes. 15 years ago
jean-pierre charras 5bab73d638 Eeschema: fix issues in drag command (mainly hotkey command and forgotten wire ends connected to components to drag). 15 years ago