kicad/kicad
Jeff Young b429dbfb88 Fix bugs with ACTIONs not being "honest" singletons.
Delete the copy ctor and assignment operator to start with, but
even then the separate apps each have their own statically allocated
copy of the common actions.  So we need to update all of them, which
also means having the kicad manager frame's set of actions on hand).

This changelist also adds a Clear Hotkey Assignment function since
the hotkeys set is now likely to be sparse with respect to the
actions.
2019-06-14 16:54:46 +01:00
..
dialogs Fix template selector notebook behaviour 2019-03-03 19:43:41 -08:00
tools Simplification. 2019-06-10 23:46:01 +01:00
CMakeLists.txt Set KiCad version in MacOS apps 2019-06-12 04:40:03 -07:00
Info.plist.in Set KiCad version in MacOS apps 2019-06-12 04:40:03 -07:00
file_pro.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
files-io.cpp Tool framework for Kicad Manager frame. 2019-06-10 23:46:00 +01:00
import_project.cpp Follow naming conventions. 2019-06-10 23:46:00 +01:00
kicad.cpp Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
kicad.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
kicad.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
kicad_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
kicad_id.h Move Kicad Manager launch bar to ACTIONs. 2019-06-10 23:46:01 +01:00
kicad_manager_frame.cpp Allow Kicad Manager frame to particapate in Preferences architecture. 2019-06-12 13:44:16 +01:00
kicad_manager_frame.h Fix bugs with ACTIONs not being "honest" singletons. 2019-06-14 16:54:46 +01:00
logokicad.png Dutch language update, kicad splash making to work 2008-08-20 22:44:37 +00:00
menubar.cpp Sync-ing of menu has been done in CONDITIONAL_MENU for some time now. 2019-06-10 23:46:01 +01:00
pgm_kicad.h Fixed memory leaks 2018-12-20 10:05:58 +01:00
project_template.cpp Fix loop variable copy in for-range loop, use const reference instead 2018-01-09 19:18:44 -05:00
project_template.h Prevent KiCad from overwriting existing files with template files. 2017-08-31 11:15:20 -04:00
tree_project_frame.cpp Move Kicad Manager launch bar to ACTIONs. 2019-06-10 23:46:01 +01:00
tree_project_frame.h Follow naming conventions. 2019-06-10 23:46:00 +01:00
treeproject_item.cpp Move Kicad Manager launch bar to ACTIONs. 2019-06-10 23:46:01 +01:00
treeproject_item.h Follow naming conventions. 2019-06-10 23:46:00 +01:00
treeprojectfiles.cpp Avoid including id.h in a lot of files that do not use it. 2019-05-26 08:14:25 +02:00
treeprojectfiles.h Follow naming conventions. 2019-06-10 23:46:00 +01:00