Remove unnecessary accelerator from .ui files.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/4/head
Michele Calgaro 2 years ago
parent d2386cd0f8
commit 1901818034
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -171,9 +171,6 @@
<property name="text"> <property name="text">
<string>&amp;Automatically format Microbe output</string> <string>&amp;Automatically format Microbe output</string>
</property> </property>
<property name="accel">
<string>Alt+A</string>
</property>
</widget> </widget>
<spacer> <spacer>
<property name="name"> <property name="name">

@ -29,9 +29,6 @@
<property name="text"> <property name="text">
<string>Reuse the same output view for code generation</string> <string>Reuse the same output view for code generation</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
<widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="2"> <widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
@ -40,9 +37,6 @@
<property name="text"> <property name="text">
<string>Show voltage bars &amp;on electronic components</string> <string>Show voltage bars &amp;on electronic components</string>
</property> </property>
<property name="accel">
<string>Alt+O</string>
</property>
</widget> </widget>
<widget class="KColorButton" row="2" column="1"> <widget class="KColorButton" row="2" column="1">
<property name="name"> <property name="name">
@ -62,9 +56,6 @@
<property name="text"> <property name="text">
<string>Show &amp;grid:</string> <string>Show &amp;grid:</string>
</property> </property>
<property name="accel">
<string>Alt+G</string>
</property>
</widget> </widget>
<widget class="KIntSpinBox" row="3" column="1"> <widget class="KIntSpinBox" row="3" column="1">
<property name="name"> <property name="name">
@ -111,9 +102,6 @@
<property name="text"> <property name="text">
<string>Restore opened doc&amp;uments on startup</string> <string>Restore opened doc&amp;uments on startup</string>
</property> </property>
<property name="accel">
<string>Alt+U</string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -122,9 +110,6 @@
<property name="text"> <property name="text">
<string>Raise the &amp;appropriate item selector on creating a new document</string> <string>Raise the &amp;appropriate item selector on creating a new document</string>
</property> </property>
<property name="accel">
<string>Alt+A</string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -133,9 +118,6 @@
<property name="text"> <property name="text">
<string>Raise the &amp;Messages log when compiling</string> <string>Raise the &amp;Messages log when compiling</string>
</property> </property>
<property name="accel">
<string>Alt+M</string>
</property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>

@ -56,9 +56,6 @@
<property name="text"> <property name="text">
<string>Ign&amp;ore case (-i)</string> <string>Ign&amp;ore case (-i)</string>
</property> </property>
<property name="accel">
<string>Alt+O</string>
</property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
<string>All user defined symbols and macros are case sensitive. This option makes them case insensitive.</string> <string>All user defined symbols and macros are case sensitive. This option makes them case insensitive.</string>
</property> </property>
@ -70,9 +67,6 @@
<property name="text"> <property name="text">
<string>Generate DOS-formated hex file (-&amp;n)</string> <string>Generate DOS-formated hex file (-&amp;n)</string>
</property> </property>
<property name="accel">
<string>Alt+N</string>
</property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
<string>By default, gpasm generates hex files using ISO format. However, some device programmers required a DOS formatted file. This option will cause gpasm to generate a DOS formatted hex file. </string> <string>By default, gpasm generates hex files using ISO format. However, some device programmers required a DOS formatted file. This option will cause gpasm to generate a DOS formatted hex file. </string>
</property> </property>

@ -81,9 +81,6 @@
<property name="text"> <property name="text">
<string>&amp;Output a map file (-m)</string> <string>&amp;Output a map file (-m)</string>
</property> </property>
<property name="accel">
<string>Alt+O</string>
</property>
</widget> </widget>
<widget class="TQLabel" row="4" column="0"> <widget class="TQLabel" row="4" column="0">
<property name="name"> <property name="name">

@ -167,9 +167,6 @@ Drag it to set the type (input/output).</string>
<property name="text"> <property name="text">
<string>Modif&amp;y</string> <string>Modif&amp;y</string>
</property> </property>
<property name="accel">
<string>Alt+Y</string>
</property>
</widget> </widget>
<widget class="KPushButton" row="1" column="3"> <widget class="KPushButton" row="1" column="3">
<property name="name"> <property name="name">
@ -178,9 +175,6 @@ Drag it to set the type (input/output).</string>
<property name="text"> <property name="text">
<string>Rename</string> <string>Rename</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
</grid> </grid>
</widget> </widget>

@ -109,9 +109,6 @@ Creates a new circuit, with drag and drop editor. Real time simulation of the ci
<property name="text"> <property name="text">
<string>&amp;Add to project</string> <string>&amp;Add to project</string>
</property> </property>
<property name="accel">
<string>Alt+A</string>
</property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
</property> </property>

@ -200,9 +200,6 @@
<property name="text"> <property name="text">
<string>Reset</string> <string>Reset</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>

@ -57,9 +57,6 @@
<property name="text"> <property name="text">
<string>&amp;Add ...</string> <string>&amp;Add ...</string>
</property> </property>
<property name="accel">
<string>Alt+A</string>
</property>
</widget> </widget>
<widget class="KPushButton" row="1" column="3"> <widget class="KPushButton" row="1" column="3">
<property name="name"> <property name="name">
@ -68,9 +65,6 @@
<property name="text"> <property name="text">
<string>Re&amp;move</string> <string>Re&amp;move</string>
</property> </property>
<property name="accel">
<string>Alt+M</string>
</property>
</widget> </widget>
<widget class="TQLabel" row="0" column="0"> <widget class="TQLabel" row="0" column="0">
<property name="name"> <property name="name">

@ -44,9 +44,6 @@
<property name="text"> <property name="text">
<string>Don't search in the standard librar&amp;y directory (--nostdlib)</string> <string>Don't search in the standard librar&amp;y directory (--nostdlib)</string>
</property> </property>
<property name="accel">
<string>Alt+Y</string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -55,9 +52,6 @@
<property name="text"> <property name="text">
<string>Don't search in the standard include directory (--nostdinc)</string> <string>Don't search in the standard include directory (--nostdinc)</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -66,9 +60,6 @@
<property name="text"> <property name="text">
<string>Disa&amp;ble pedantic warnings (--less-pedantic)</string> <string>Disa&amp;ble pedantic warnings (--less-pedantic)</string>
</property> </property>
<property name="accel">
<string>Alt+B</string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -77,9 +68,6 @@
<property name="text"> <property name="text">
<string>Use C&amp;89 standard only (--std-c89)</string> <string>Use C&amp;89 standard only (--std-c89)</string>
</property> </property>
<property name="accel">
<string>Alt+8</string>
</property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>Follow the C89 standard and disable SDCC features that conflict with the standard.</string> <string>Follow the C89 standard and disable SDCC features that conflict with the standard.</string>
</property> </property>
@ -91,9 +79,6 @@
<property name="text"> <property name="text">
<string>Use C&amp;99 standard only (--std-c99)</string> <string>Use C&amp;99 standard only (--std-c99)</string>
</property> </property>
<property name="accel">
<string>Alt+9</string>
</property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
<string></string> <string></string>
</property> </property>
@ -138,9 +123,6 @@
<property name="text"> <property name="text">
<string>Stack auto&amp;matic variables (--stack-auto)</string> <string>Stack auto&amp;matic variables (--stack-auto)</string>
</property> </property>
<property name="accel">
<string>Alt+M</string>
</property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
<string></string> <string></string>
</property> </property>
@ -155,9 +137,6 @@
<property name="text"> <property name="text">
<string>Integer li&amp;braries were compiled as reentrant (--int-long-reent)</string> <string>Integer li&amp;braries were compiled as reentrant (--int-long-reent)</string>
</property> </property>
<property name="accel">
<string>Alt+B</string>
</property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
<string></string> <string></string>
</property> </property>
@ -172,9 +151,6 @@
<property name="text"> <property name="text">
<string>Floating point librar&amp;y was compiled as reentrant (--float-reent)</string> <string>Floating point librar&amp;y was compiled as reentrant (--float-reent)</string>
</property> </property>
<property name="accel">
<string>Alt+Y</string>
</property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>Floating point library is compiled as reentrant.</string> <string>Floating point library is compiled as reentrant.</string>
</property> </property>
@ -186,9 +162,6 @@
<property name="text"> <property name="text">
<string>Leave out the frame pointer (--fommit-frame-pointer)</string> <string>Leave out the frame pointer (--fommit-frame-pointer)</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -197,9 +170,6 @@
<property name="text"> <property name="text">
<string>Don't memcpy initialized &amp;xram from code (--no-xinit-opt)</string> <string>Don't memcpy initialized &amp;xram from code (--no-xinit-opt)</string>
</property> </property>
<property name="accel">
<string>Alt+X</string>
</property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>Will not memcpy initialized data from code space into xdata space. This saves a few bytes in code space if you don't have initialized data.</string> <string>Will not memcpy initialized data from code space into xdata space. This saves a few bytes in code space if you don't have initialized data.</string>
</property> </property>
@ -211,9 +181,6 @@
<property name="text"> <property name="text">
<string>Callee will &amp;always save registers used (--all-callee-saves)</string> <string>Callee will &amp;always save registers used (--all-callee-saves)</string>
</property> </property>
<property name="accel">
<string>Alt+A</string>
</property>
</widget> </widget>
<spacer> <spacer>
<property name="name"> <property name="name">
@ -252,9 +219,6 @@
<property name="text"> <property name="text">
<string>Disable overlaying leaf function &amp;auto variables (--nooverlay)</string> <string>Disable overlaying leaf function &amp;auto variables (--nooverlay)</string>
</property> </property>
<property name="accel">
<string>Alt+A</string>
</property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>The compiler will not overlay parameters and local variables of any function, see section Parameters and local variables for more details.</string> <string>The compiler will not overlay parameters and local variables of any function, see section Parameters and local variables for more details.</string>
</property> </property>
@ -266,9 +230,6 @@
<property name="text"> <property name="text">
<string>Disable the GCSE optimization (--nogcse)</string> <string>Disable the GCSE optimization (--nogcse)</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -277,9 +238,6 @@
<property name="text"> <property name="text">
<string>Disable label optimi&amp;zation (--nolabelopt)</string> <string>Disable label optimi&amp;zation (--nolabelopt)</string>
</property> </property>
<property name="accel">
<string>Alt+Z</string>
</property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>Will not optimize labels (makes the dumpfiles more readable).</string> <string>Will not optimize labels (makes the dumpfiles more readable).</string>
</property> </property>
@ -291,9 +249,6 @@
<property name="text"> <property name="text">
<string>Disable optimization of invariants (--noinvariant)</string> <string>Disable optimization of invariants (--noinvariant)</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -302,9 +257,6 @@
<property name="text"> <property name="text">
<string>Disable loop variable induction (--noinduction)</string> <string>Disable loop variable induction (--noinduction)</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -313,9 +265,6 @@
<property name="text"> <property name="text">
<string>Disable peep-hole optimization (--&amp;no-peep)</string> <string>Disable peep-hole optimization (--&amp;no-peep)</string>
</property> </property>
<property name="accel">
<string>Alt+N</string>
</property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>Disable peep-hole optimization.</string> <string>Disable peep-hole optimization.</string>
</property> </property>
@ -327,9 +276,6 @@
<property name="text"> <property name="text">
<string>Disable loop reverse optimization (--noloopreverse)</string> <string>Disable loop reverse optimization (--noloopreverse)</string>
</property> </property>
<property name="accel">
<string></string>
</property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>Will not do loop reversal optimization.</string> <string>Will not do loop reversal optimization.</string>
</property> </property>
@ -341,9 +287,6 @@
<property name="text"> <property name="text">
<string>Opti&amp;mize for compact code (--opt-code-size)</string> <string>Opti&amp;mize for compact code (--opt-code-size)</string>
</property> </property>
<property name="accel">
<string>Alt+M</string>
</property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>The compiler will optimize code generation towards compact code, possibly at the expense of code speed.</string> <string>The compiler will optimize code generation towards compact code, possibly at the expense of code speed.</string>
</property> </property>
@ -355,9 +298,6 @@
<property name="text"> <property name="text">
<string>&amp;Optimize for fast code (--opt-code-speed)</string> <string>&amp;Optimize for fast code (--opt-code-speed)</string>
</property> </property>
<property name="accel">
<string>Alt+O</string>
</property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>The compiler will optimize code generation towards fast code, possibly at the expense of code size.</string> <string>The compiler will optimize code generation towards fast code, possibly at the expense of code size.</string>
</property> </property>
@ -369,9 +309,6 @@
<property name="text"> <property name="text">
<string>Ena&amp;ble inline assembly peephole optimization (--peep-asm)</string> <string>Ena&amp;ble inline assembly peephole optimization (--peep-asm)</string>
</property> </property>
<property name="accel">
<string>Alt+B</string>
</property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>Pass the inline assembler code through the peep hole optimizer. This can cause unexpected changes to inline assembler code, please go through the peephole optimizer rules defined in the source file tree '&lt;target&gt;/peeph.def' before using this option.</string> <string>Pass the inline assembler code through the peep hole optimizer. This can cause unexpected changes to inline assembler code, please go through the peephole optimizer rules defined in the source file tree '&lt;target&gt;/peeph.def' before using this option.</string>
</property> </property>
@ -383,9 +320,6 @@
<property name="text"> <property name="text">
<string>Don't generate boundary check for &amp;jump tables (--nojtbound)</string> <string>Don't generate boundary check for &amp;jump tables (--nojtbound)</string>
</property> </property>
<property name="accel">
<string>Alt+J</string>
</property>
</widget> </widget>
<spacer> <spacer>
<property name="name"> <property name="name">
@ -424,9 +358,6 @@
<property name="text"> <property name="text">
<string>Don't use default libraries (--nodefaultlibs)</string> <string>Don't use default libraries (--nodefaultlibs)</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -435,9 +366,6 @@
<property name="text"> <property name="text">
<string>Don't generate BANKSEL directives (--pno-banksel)</string> <string>Don't generate BANKSEL directives (--pno-banksel)</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -446,9 +374,6 @@
<property name="text"> <property name="text">
<string>Use large stac&amp;k model (--pstack-model=large)</string> <string>Use large stac&amp;k model (--pstack-model=large)</string>
</property> </property>
<property name="accel">
<string>Alt+K</string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -457,9 +382,6 @@
<property name="text"> <property name="text">
<string>Show more debug info in assembl&amp;y output (--debug-xtra)</string> <string>Show more debug info in assembl&amp;y output (--debug-xtra)</string>
</property> </property>
<property name="accel">
<string>Alt+Y</string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -468,9 +390,6 @@
<property name="text"> <property name="text">
<string>E&amp;xplicit enable of peepholes (--denable-peeps)</string> <string>E&amp;xplicit enable of peepholes (--denable-peeps)</string>
</property> </property>
<property name="accel">
<string>Alt+X</string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -479,9 +398,6 @@
<property name="text"> <property name="text">
<string>Du&amp;mp call tree in .calltree file (--calltree)</string> <string>Du&amp;mp call tree in .calltree file (--calltree)</string>
</property> </property>
<property name="accel">
<string>Alt+M</string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -490,9 +406,6 @@
<property name="text"> <property name="text">
<string>Ena&amp;ble stack optimizations (--fstack)</string> <string>Ena&amp;ble stack optimizations (--fstack)</string>
</property> </property>
<property name="accel">
<string>Alt+B</string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -501,9 +414,6 @@
<property name="text"> <property name="text">
<string>Try to use conditional BRA instead of GOTO (--optimi&amp;ze-goto)</string> <string>Try to use conditional BRA instead of GOTO (--optimi&amp;ze-goto)</string>
</property> </property>
<property name="accel">
<string>Alt+Z</string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -512,9 +422,6 @@
<property name="text"> <property name="text">
<string>Try to optimize some compares (--optimize-cmp)</string> <string>Try to optimize some compares (--optimize-cmp)</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
@ -523,9 +430,6 @@
<property name="text"> <property name="text">
<string>Thorough data flow analyis (resource intensive) (--optimize-df)</string> <string>Thorough data flow analyis (resource intensive) (--optimize-df)</string>
</property> </property>
<property name="accel">
<string></string>
</property>
</widget> </widget>
<spacer> <spacer>
<property name="name"> <property name="name">

Loading…
Cancel
Save