-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: call MenuHandlers without reflection #983
refactor: call MenuHandlers without reflection #983
Commits on May 25, 2024
-
feat: MenuHanlder actions with AbstractAction
- refactor exit actions menus Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 65a7db0 - Browse repository at this point
Copy the full SHA 65a7db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for db5820c - Browse repository at this point
Copy the full SHA db5820cView commit details -
refactor: AccessTools constructor
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 5021ff7 - Browse repository at this point
Copy the full SHA 5021ff7View commit details -
refactor: IMainMenu#invokeAction
- set default implementation of invokeAction interface with nothing - Remove deprecated method from test overrides Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for b067c1b - Browse repository at this point
Copy the full SHA b067c1bView commit details -
refactor: Log menu selection for debug
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 89692d0 - Browse repository at this point
Copy the full SHA 89692d0View commit details -
refactor: invokeAction to invoke Action object
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for c9ca4b1 - Browse repository at this point
Copy the full SHA c9ca4b1View commit details -
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for c5b3b43 - Browse repository at this point
Copy the full SHA c5b3b43View commit details -
feat: MainWindowMenu deprecate old menu creation methods
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for cb53607 - Browse repository at this point
Copy the full SHA cb53607View commit details -
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 0f0b835 - Browse repository at this point
Copy the full SHA 0f0b835View commit details -
fix: define missing menu action
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 459d213 - Browse repository at this point
Copy the full SHA 459d213View commit details -
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 10bf490 - Browse repository at this point
Copy the full SHA 10bf490View commit details -
style: suppress MainWindowMenuHandler file length warning
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 9ead61b - Browse repository at this point
Copy the full SHA 9ead61bView commit details
Commits on May 26, 2024
-
refactor: menu class constructor to be default
- define default constructor of MainWindowMenu - define default constructor of BaseMainWindowMenu - define default constructor of MainWindowMenu - define default constructor of TestCoreGUI.TestMainWindowMenu - Replace mainWindow object access with Core.getMainWindow function - Set Menu name with titleKey - Set MenuItem name with action command - Not to create menu handler instance in MainWindow class - Update object creation of menu class with default constructor Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for cd9aa4d - Browse repository at this point
Copy the full SHA cd9aa4dView commit details -
fix: remove an unwanted change
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 43ef472 - Browse repository at this point
Copy the full SHA 43ef472View commit details
Commits on May 28, 2024
-
refactor: direct instantiate Action classes
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 1c61262 - Browse repository at this point
Copy the full SHA 1c61262View commit details -
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 0e0edca - Browse repository at this point
Copy the full SHA 0e0edcaView commit details -
style: private default constructor
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for c9ab3c3 - Browse repository at this point
Copy the full SHA c9ab3c3View commit details -
style: menu action logging in single line
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 4f7b238 - Browse repository at this point
Copy the full SHA 4f7b238View commit details
Commits on May 29, 2024
-
fix: action command str equals field name for shortcut key assign
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for e9d2ae0 - Browse repository at this point
Copy the full SHA e9d2ae0View commit details -
feat: set shortcut key to Action object
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 3bab572 - Browse repository at this point
Copy the full SHA 3bab572View commit details -
fix: drop action listener in BaseMainWindowMenu
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for d05b66b - Browse repository at this point
Copy the full SHA d05b66bView commit details -
- Fix NPE: call parent frame in initalization - move Handler common method to ProjectUICommands Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 63decb6 - Browse repository at this point
Copy the full SHA 63decb6View commit details -
fix: duplicated UI component initialization
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 9e78061 - Browse repository at this point
Copy the full SHA 9e78061View commit details -
refactor: import actions sub classes
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for a12a52c - Browse repository at this point
Copy the full SHA a12a52cView commit details -
style: suppress star import of a hundred of actions
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for f85d470 - Browse repository at this point
Copy the full SHA f85d470View commit details
Commits on May 31, 2024
-
refactor: SearchWindowMenu uses Action in MainMenuHandler
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 18b84d4 - Browse repository at this point
Copy the full SHA 18b84d4View commit details -
refactor: MainMenuHandler to move helpers to ProjectUICommands
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 58ea3fd - Browse repository at this point
Copy the full SHA 58ea3fdView commit details -
refactor: GlossaryTextArea to use Actions classes
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 13d60e7 - Browse repository at this point
Copy the full SHA 13d60e7View commit details -
Revert "refactor: GlossaryTextArea to use Actions classes"
This reverts commit 13d60e7.
Configuration menu - View commit details
-
Copy full SHA for 9110727 - Browse repository at this point
Copy the full SHA 9110727View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdbfc60 - Browse repository at this point
Copy the full SHA bdbfc60View commit details
Commits on Jun 1, 2024
-
style: add serialVersionUID for actions
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 4b10ca5 - Browse repository at this point
Copy the full SHA 4b10ca5View commit details -
revert other text area changes
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 9c535fc - Browse repository at this point
Copy the full SHA 9c535fcView commit details -
refactor: JButton constructor takes Action object
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 6ccb5f5 - Browse repository at this point
Copy the full SHA 6ccb5f5View commit details -
fix: replace invokeAction with alternative
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 95f9427 - Browse repository at this point
Copy the full SHA 95f9427View commit details -
revert SearchWindowMenu chages
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Configuration menu - View commit details
-
Copy full SHA for ffe1c3d - Browse repository at this point
Copy the full SHA ffe1c3dView commit details