kicad/gerbview
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 Split EDA_UNITS out from common. 2020-10-25 00:02:52 -04:00
gerber_test_files Gerbview: fix incorrect Gerber test files 2020-10-06 17:35:16 +02:00
tools Remove GetChars(), a wxWidgets 2.9 compatibility hack 2020-10-15 20:53:25 -04:00
CMakeLists.txt gerbview: Move more items to actions and tools 2020-10-09 01:55:31 +01:00
DCodeSelectionbox.cpp Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
DCodeSelectionbox.h Avoid include wx/wx.h in many files that do not actually use this include. 2020-10-18 18:21:34 +02:00
X2_gerber_attributes.cpp Comment-only changes 2020-01-10 16:43:01 -08:00
X2_gerber_attributes.h Comment-only changes 2020-01-10 16:43:01 -08:00
am_param.cpp Nip some eda_item.h in gerbview 2020-10-14 22:08:00 -04:00
am_param.h Comment-only changes 2020-01-10 16:43:01 -08:00
am_primitive.cpp Require explicit decl of maxError and errorLocations. 2020-10-13 13:49:07 +01:00
am_primitive.h Nip some eda_item.h in gerbview 2020-10-14 22:08:00 -04:00
clear_gbr_drawlayers.cpp more cleanup about removing useless include 2020-10-02 13:40:00 +02:00
dcode.cpp Nip some eda_item.h in gerbview 2020-10-14 22:08:00 -04:00
dcode.h Nip some eda_item.h in gerbview 2020-10-14 22:08:00 -04:00
evaluate.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
events_called_functions.cpp Two includes in gerbview 2020-10-14 20:58:33 -04:00
excellon_image.h Improve spelling. 2019-08-20 19:14:05 +01:00
excellon_read_drill_file.cpp HTML_MESSAGE_BOX is a dialog 2020-10-25 20:01:12 -04:00
export_to_pcbnew.cpp Move LOCALE_IO out of common.h 2020-10-23 21:49:42 -04:00
export_to_pcbnew.h First pass renaming module to footprint 2020-10-20 20:49:11 -07:00
files.cpp HTML_MESSAGE_BOX is a dialog 2020-10-25 20:01:12 -04:00
gbr_display_options.h GerbView #2501 - Add mirror display function to GerbView 2020-07-25 21:20:07 -07:00
gbr_layer_box_selector.cpp Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
gbr_layer_box_selector.h Make indeterminate control states clearer for the user. 2020-05-05 20:26:51 +01:00
gbr_layout.cpp Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
gbr_layout.h Remove common.h from more headers 2020-10-25 22:29:53 -04:00
gerber_collectors.cpp Naming conventions. 2020-10-02 21:25:14 +01:00
gerber_collectors.h Naming conventions. 2020-10-02 21:25:14 +01:00
gerber_draw_item.cpp msgpanel is a widget, shove it to the right folder. 2020-10-25 20:01:12 -04:00
gerber_draw_item.h Split base_struct into eda_item and eda_rect 2020-10-13 21:24:50 -04:00
gerber_file_image.cpp Split EDA_UNITS out from common. 2020-10-25 00:02:52 -04:00
gerber_file_image.h Gerbview: add a error message for invalid files missing G74 or G75 commands. 2020-04-10 12:57:29 +02:00
gerber_file_image_list.cpp Remove GetChars(), a wxWidgets 2.9 compatibility hack 2020-10-15 20:53:25 -04:00
gerber_file_image_list.h Gerbview: cleanup code. 2019-12-31 11:58:43 +01:00
gerbview.cpp Report silk/edge collisions. 2020-10-06 14:21:18 +01:00
gerbview.h Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
gerbview.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
gerbview.rc Handle Windows manifests ourselves and add dpi awareness option 2020-10-10 19:08:23 +00:00
gerbview_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
gerbview_draw_panel_gal.cpp Two includes in gerbview 2020-10-14 20:58:33 -04:00
gerbview_draw_panel_gal.h Remove stray include when there's already a forward declaration in gerbview 2020-10-13 20:44:34 -04:00
gerbview_frame.cpp Centralize/fix duplicated canvas type resolution between gerbview and pcbnew 2020-10-31 16:42:24 -04:00
gerbview_frame.h gerbview: Move more items to actions 2020-10-09 01:55:31 +01:00
gerbview_id.h Nip some eda_item.h in gerbview 2020-10-14 22:08:00 -04:00
gerbview_layer_widget.cpp Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
gerbview_layer_widget.h Comment-only changes 2020-01-10 16:43:01 -08:00
gerbview_painter.cpp Remove trigo.h from eda_text.h 2020-10-13 23:37:48 -04:00
gerbview_painter.h ADDED: New appearance control widget for PcbNew 2020-08-15 15:24:28 -04:00
gerbview_printout.cpp Cleanup creation of all our smart pointers 2020-10-26 23:52:44 +00:00
gerbview_printout.h Don't mandate ownership semantics in API 2020-07-26 02:45:27 +00:00
gerbview_settings.cpp Fix rogue asterik 2020-10-18 14:28:40 -04:00
gerbview_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
job_file_reader.cpp HTML_MESSAGE_BOX is a dialog 2020-10-25 20:01:12 -04:00
menubar.cpp Fix localization of the menu strings with accelerator strings 2020-11-04 01:31:52 +00:00
readgerb.cpp HTML_MESSAGE_BOX is a dialog 2020-10-25 20:01:12 -04:00
rs274_read_XY_and_IJ_coordinates.cpp Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
rs274d.cpp Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
rs274x.cpp Split EDA_UNITS out from common. 2020-10-25 00:02:52 -04:00
toolbars_gerber.cpp Remove beginning/ending spaces in translations 2020-10-20 12:08:04 -07:00