diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-08-03 06:28:31 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-08-03 06:28:31 +0200 | 
| commit | 1bb21a80f3173d4e1c254fddd803559bf84a364a (patch) | |
| tree | 157dda3f9b8e6cf62d8b9ad83cb3b87e65b652f2 | |
| parent | 60c7b86e3b8fe957379aefc93a09abe89c15cfd9 (diff) | |
tracker/pt: add green only harder
Issue: #808
| -rw-r--r-- | tracker-pt/FTNoIR_PT_Controls.ui | 13 | ||||
| -rw-r--r-- | tracker-pt/lang/nl_NL.ts | 4 | ||||
| -rw-r--r-- | tracker-pt/lang/ru_RU.ts | 4 | ||||
| -rw-r--r-- | tracker-pt/lang/stub.ts | 4 | ||||
| -rw-r--r-- | tracker-pt/lang/zh_CN.ts | 4 | 
5 files changed, 29 insertions, 0 deletions
| diff --git a/tracker-pt/FTNoIR_PT_Controls.ui b/tracker-pt/FTNoIR_PT_Controls.ui index 366f219c..061f5351 100644 --- a/tracker-pt/FTNoIR_PT_Controls.ui +++ b/tracker-pt/FTNoIR_PT_Controls.ui @@ -412,6 +412,11 @@              </item>              <item>               <property name="text"> +              <string>Green only</string> +             </property> +            </item> +            <item> +             <property name="text">                <string>Blue only</string>               </property>              </item> @@ -1406,6 +1411,14 @@ Don't roll or change position.</string>   </tabstops>   <resources>    <include location="module/tracker_pt.qrc"/> +  <include location="module/tracker_pt.qrc"/> +  <include location="module/tracker_pt.qrc"/> +  <include location="module/tracker_pt.qrc"/> +  <include location="module/tracker_pt.qrc"/> +  <include location="tracker_pt_base.qrc"/> +  <include location="tracker_pt_base.qrc"/> +  <include location="tracker_pt_base.qrc"/> +  <include location="tracker_pt_base.qrc"/>    <include location="tracker_pt_base.qrc"/>   </resources>   <connections/> diff --git a/tracker-pt/lang/nl_NL.ts b/tracker-pt/lang/nl_NL.ts index b44e2a3f..efa66875 100644 --- a/tracker-pt/lang/nl_NL.ts +++ b/tracker-pt/lang/nl_NL.ts @@ -275,6 +275,10 @@ Don't roll or change position.</source>          <source>Camera Info:</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Green only</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>pt_module::Tracker_PT</name> diff --git a/tracker-pt/lang/ru_RU.ts b/tracker-pt/lang/ru_RU.ts index 50449ca3..44ccffc1 100644 --- a/tracker-pt/lang/ru_RU.ts +++ b/tracker-pt/lang/ru_RU.ts @@ -280,6 +280,10 @@ ROLL или X/Y-смещения.</translation>          <source>Camera Info:</source>          <translation>Параметры камеры:</translation>      </message> +    <message> +        <source>Green only</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>pt_module::Tracker_PT</name> diff --git a/tracker-pt/lang/stub.ts b/tracker-pt/lang/stub.ts index 78f6c3e9..f5ebbb49 100644 --- a/tracker-pt/lang/stub.ts +++ b/tracker-pt/lang/stub.ts @@ -275,6 +275,10 @@ Don't roll or change position.</source>          <source>Camera Info:</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Green only</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>pt_module::Tracker_PT</name> diff --git a/tracker-pt/lang/zh_CN.ts b/tracker-pt/lang/zh_CN.ts index 2bdd2508..c2f1d910 100644 --- a/tracker-pt/lang/zh_CN.ts +++ b/tracker-pt/lang/zh_CN.ts @@ -275,6 +275,10 @@  Don't roll or change position.</source>          <translation>用pitch和yaw校准。不要roll或者变换位置</translation>      </message> +    <message> +        <source>Green only</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>pt_module::Tracker_PT</name> | 
