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">
<string>&amp;Automatically format Microbe output</string>
</property>
<property name="accel">
<string>Alt+A</string>
</property>
</widget>
<spacer>
<property name="name">

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

@ -56,9 +56,6 @@
<property name="text">
<string>Ign&amp;ore case (-i)</string>
</property>
<property name="accel">
<string>Alt+O</string>
</property>
<property name="toolTip" stdset="0">
<string>All user defined symbols and macros are case sensitive. This option makes them case insensitive.</string>
</property>
@ -70,9 +67,6 @@
<property name="text">
<string>Generate DOS-formated hex file (-&amp;n)</string>
</property>
<property name="accel">
<string>Alt+N</string>
</property>
<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>
</property>

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

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

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

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

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

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

Loading…
Cancel
Save