-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nc::core::ActionsShortcutsManager is no longer a singleton (#500)
* Refactoring to extract the actions table definition from ActionsShortcutsManager * Action tables are DI'ed * Updated the unit tests to be buildable again * Removed the unused observation functionality, made more functions virtual * Storing the original input, made AllShortcuts() a part of abstract interface. * DI'ing ActionsShortcutsManager everywhere * Extracted NSMenu(ActionsShortcutsManagerSupport) into a separate file * ActionsShortcutsManager.mm -> ActionsShortcutsManager.cpp * Removed the last reference to the static data * Removed ActionsShortcutsManager::Instance()
- Loading branch information
1 parent
0ad512b
commit e1ac60e
Showing
39 changed files
with
1,572 additions
and
1,376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.