kicad/gerbview
John Beard 445a9fa963 Put cursor and pan control in libcommon/tool, enable in Gerbview
Put the cursor and pan control TOOL_ACTIONs in ACTION,
and refer to them in that way.

The handlers are currently identical in Pcbnew and Cvpcb,
and Gerbview (and all canvases) can benefit from them as well
if they are in libcommon. Also saves duplicated code.

Fixes: lp:1795855
* https://bugs.launchpad.net/kicad/+bug/1795855
2018-10-04 11:41:06 +02:00
..
dialogs Adjust spacing on preference panels. 2018-07-17 15:14:25 +01:00
gerber_test_files Add a gerber test file 2017-10-23 09:20:10 +02:00
tools Put cursor and pan control in libcommon/tool, enable in Gerbview 2018-10-04 11:41:06 +02:00
CMakeLists.txt Make esc dismiss net and layer selector popups. 2018-09-22 16:23:13 +01:00
DCodeSelectionbox.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
DCodeSelectionbox.h Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 2015-10-30 08:43:04 +13:00
X2_gerber_attributes.cpp Gerbview: minor code cleanup 2018-05-14 09:05:11 +02:00
X2_gerber_attributes.h Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
am_param.cpp Fix issue in aperture macro with some strange gerber files. 2018-03-14 14:55:51 +01:00
am_param.h Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
am_primitive.cpp Clean up file locations and names. 2018-09-22 16:23:13 +01:00
am_primitive.h Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
block.cpp Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
clear_gbr_drawlayers.cpp Gerbview, GAL mode: fix "Zoom to fit" area size calculation when nothing is loaded. 2018-06-01 11:39:08 +02:00
controle.cpp hotkey management: enhancements in code to know if a hotkey was handled by an event or not. 2017-10-06 09:23:13 +02:00
dcode.cpp GerbView: incorrect handling of polygon primitive: broken parameters rotation and drill size. 2018-06-25 11:00:53 +02:00
dcode.h GerbView GAL support part 1: changes to existing files 2017-09-25 13:35:01 +02:00
draw_gerber_screen.cpp Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
evaluate.cpp Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
events_called_functions.cpp Allow updating of file history size on the fly. 2018-08-21 10:34:41 +01:00
excellon_image.h Gerbview: Excellon drill files reader: add a better support of routing mode. 2018-09-24 13:12:47 +02:00
excellon_read_drill_file.cpp Gerbview: Excellon drill files reader: add a better support of routing mode. 2018-09-24 13:12:47 +02:00
export_to_pcbnew.cpp Gerbview, export to pcbnew : export polygons as new DRAWSEGMENT polygonal shape. 2018-03-31 18:43:12 +02:00
files.cpp fix misspelled 'an other' -> 'another' 2018-04-08 13:24:37 -04:00
gbr_display_options.h Add Worksheet to Render Items for GerbView. 2018-07-17 15:13:43 +01:00
gbr_layer_box_selector.cpp In-place editing for footprint TEXTE_MODULEs. 2018-07-17 15:11:04 +01:00
gbr_layer_box_selector.h Make esc dismiss net and layer selector popups. 2018-09-22 16:23:13 +01:00
gbr_layout.cpp Gerbview: Fit to page: use the page size when nothing is loaded. 2018-05-31 11:22:33 +02:00
gbr_layout.h fix code after file renaming 2018-01-31 09:24:02 +01:00
gbr_screen.cpp Fix off-by-1 errors in zoom menus & use zoom steps in GAL canvas. 2018-05-25 13:01:58 +01:00
gbr_screen.h Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
gerber_collectors.cpp GerbView GAL support part 2: New files for GAL 2017-09-25 13:35:01 +02:00
gerber_collectors.h rename class_collector.h to collector.h 2018-02-04 10:49:37 +01:00
gerber_draw_item.cpp Remove global units usage from GetSelectionText... 2018-07-17 15:11:09 +01:00
gerber_draw_item.h Remove global units usage from GetSelectionText... 2018-07-17 15:11:09 +01:00
gerber_file_image.cpp Gerbview: Excellon drill files reader: add a better support of routing mode. 2018-09-24 13:12:47 +02:00
gerber_file_image.h Gerbview: Excellon drill files reader: add a better support of routing mode. 2018-09-24 13:12:47 +02:00
gerber_file_image_list.cpp GerbView: Implement in-place GAL layer reordering (for X2 sorting) 2018-02-27 20:59:07 +01:00
gerber_file_image_list.h GerbView: Implement in-place GAL layer reordering (for X2 sorting) 2018-02-27 20:59:07 +01:00
gerbview.cpp Unified preferences dialog framework. 2018-07-17 15:11:17 +01:00
gerbview.h Unified preferences dialog framework. 2018-07-17 15:11:17 +01:00
gerbview.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
gerbview.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
gerbview_config.cpp Give panels the correct parent (the treebook, not the dialog). 2018-07-17 15:14:19 +01:00
gerbview_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
gerbview_draw_panel_gal.cpp gal: correct layer ordering 2018-08-30 16:55:48 -07:00
gerbview_draw_panel_gal.h Remove global units usage from GetSelectionText... 2018-07-17 15:11:09 +01:00
gerbview_frame.cpp Allow updating of file history size on the fly. 2018-08-21 10:34:41 +01:00
gerbview_frame.h Allow updating of file history size on the fly. 2018-08-21 10:34:41 +01:00
gerbview_id.h Allow updating of file history size on the fly. 2018-08-21 10:34:41 +01:00
gerbview_layer_widget.cpp Performance enhancements for Footprint Editor construction. 2018-08-04 10:29:17 +01:00
gerbview_layer_widget.h Only adjust LAYER_WIDGET font size if larger than indicator. 2018-05-02 21:49:57 +01:00
gerbview_painter.cpp GERBVIEW_RENDER_SETTINGS: verify item type 2018-09-18 15:18:55 +02:00
gerbview_painter.h Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
hotkeys.cpp Implement user units uniformly in EDA_DRAW_FRAME 2018-07-17 15:09:51 +01:00
hotkeys.h GerbView GAL support part 1: changes to existing files 2017-09-25 13:35:01 +02:00
job_file_reader.cpp Optionally sort reporter messages 2018-05-22 13:55:02 -07:00
json11.cpp Add support for .gbrjob new file format (JSON format) in Gerbview 2018-03-19 15:14:20 +01:00
json11.hpp Add support for .gbrjob new file format (JSON format) in Gerbview 2018-03-19 15:14:20 +01:00
locate.cpp Remove global units usage from GetSelectionText... 2018-07-17 15:11:09 +01:00
menubar.cpp Unified preferences dialog framework. 2018-07-17 15:11:17 +01:00
onleftclick.cpp Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
onrightclick.cpp Use "..." uniformly in menus. 2018-02-10 17:32:28 -05:00
printout_control.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
readgerb.cpp Gerbview: accept any structured comment as X2 attribute. 2018-05-14 09:05:09 +02:00
rs274_read_XY_and_IJ_coordinates.cpp Gerbview: Excellon drill files reader: add a better support of routing mode. 2018-09-24 13:12:47 +02:00
rs274d.cpp Gerbview: Excellon drill files reader: add a better support of routing mode. 2018-09-24 13:12:47 +02:00
rs274x.cpp Gerbview: Excellon drill files reader: add a better support of routing mode. 2018-09-24 13:12:47 +02:00
select_layers_to_pcb.cpp Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
select_layers_to_pcb.h * Gerbview: update a old code in a dialog. 2018-01-05 11:45:50 +01:00
toolbars_gerber.cpp Add grid and zone dropdowns to GerbView frame. 2018-07-17 15:13:58 +01:00