kicad/cvpcb
Ian McInerney 3d47eb0d49 Fix localization of the menu strings with accelerator strings
The accelerator strings really shouldn't be part of the translation,
and some translations have cause the accelerator keys to be incorrectly
handled. It is simpler to make it separate and just join them to the
translated string.

Make all accelerator modifiers use lowercased Ctrl instead of CTRL
to be the same as the other modifiers.

Fixes https://gitlab.com/kicad/code/kicad/issues/5992
2020-11-04 01:31:52 +00:00
..
dialogs Move ui functions out of common and into ui_common 2020-10-25 20:01:12 -04:00
tools Implement more context specific cursors using both stock and custom cursors. 2020-10-08 00:50:28 +00:00
CMakeLists.txt Remove GITHUB plugins 2020-10-29 16:45:04 -07:00
auto_associate.cpp Remove GetChars(), a wxWidgets 2.9 compatibility hack 2020-10-15 20:53:25 -04:00
auto_associate.h Push deprecation warning suppression down into boost. 2020-02-21 17:36:12 +00:00
components_listbox.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
cvpcb.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
cvpcb.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb.rc Handle Windows manifests ourselves and add dpi awareness option 2020-10-10 19:08:23 +00:00
cvpcb_association.h cvpcb: Add undo/redo functionality to the associations 2019-08-12 14:19:01 -04:00
cvpcb_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb_id.h Actionize cvpcb 2019-08-12 14:19:01 -04:00
cvpcb_mainframe.cpp First pass renaming module to footprint 2020-10-20 20:49:11 -07:00
cvpcb_mainframe.h Save file / window states for kicad project locally 2020-08-24 02:01:14 +00:00
cvpcb_settings.cpp Various Coverity fixes 2020-10-27 00:25:08 +00:00
cvpcb_settings.h Remember pane widths in CvPcb. 2020-10-09 21:30:09 +01:00
display_footprints_frame.cpp msgpanel is a widget, shove it to the right folder. 2020-10-25 20:01:12 -04:00
display_footprints_frame.h Add snapping to eeschema 2020-09-09 10:18:15 -07:00
footprints_listbox.cpp Remove redundant Text Filter toggle icon and fix <Enter>. 2020-07-09 16:22:59 +01:00
library_listbox.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
listbox_base.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
listboxes.h Remove redundant Text Filter toggle icon and fix <Enter>. 2020-07-09 16:22:59 +01:00
menubar.cpp Fix localization of the menu strings with accelerator strings 2020-11-04 01:31:52 +00:00
readwrite_dlgs.cpp HTML_MESSAGE_BOX is a dialog 2020-10-25 20:01:12 -04:00
toolbars_cvpcb.cpp Add a palette to the toolbars to display groups of actions 2020-09-27 01:00:44 +01:00