Skip to content

Commit

Permalink
Redesign of the OCR languages download dialog to fix memory leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hbitteur committed Jan 14, 2025
1 parent 8e9aa28 commit 8292add
Show file tree
Hide file tree
Showing 8 changed files with 291 additions and 209 deletions.
2 changes: 1 addition & 1 deletion app/res/system-actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<!-- <action domain="VIEW" section="50" class="org.audiveris.omr.ui.ViewParameters" method="toggleLetters" topic="SPECIFIC_ITEMS" item="javax.swing.JCheckBoxMenuItem"/>-->
<!-- <action domain="VIEW" section="50" class="org.audiveris.omr.ui.ViewParameters" method="toggleSentences" topic="SPECIFIC_ITEMS" item="javax.swing.JCheckBoxMenuItem"/>-->

<action domain="TOOL" section="5" class="org.audiveris.omr.ui.GuiActions" method="downloadLanguages"/>
<action domain="TOOL" section="5" class="org.audiveris.omr.ui.GuiActions" method="installLanguages"/>
<action domain="TOOL" section="10" class="org.audiveris.omr.ui.GuiActions" method="browseGlobalSamples" topic="SAMPLES"/>
<action domain="TOOL" section="10" class="org.audiveris.omr.ui.GuiActions" method="saveGlobalSamples" topic="SAMPLES"/>
<action domain="TOOL" section="10" class="org.audiveris.omr.ui.GuiActions" method="browseLocalSamples" topic="SAMPLES"/>
Expand Down
Loading

0 comments on commit 8292add

Please sign in to comment.