diff options
author | sr55 <[email protected]> | 2019-02-11 14:05:27 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-02-11 14:26:07 +0000 |
commit | c1304a51781c70628522b1bd67b11b4639d0f71c (patch) | |
tree | 7a7efc800eb4c7a29de2628f67f1c200a159cedc | |
parent | 30ae1c01c231ac07e798be2b1c0ccb8d5069f968 (diff) |
WinGui: Remove left over Advanced Tab checkbox
4 files changed, 19 insertions, 39 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs index fe783e3b5..438ccc251 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs @@ -623,15 +623,6 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Use advanced options Tab for x264 settings..
- /// </summary>
- public static string Video_AdvancedOptions {
- get {
- return ResourceManager.GetString("Video_AdvancedOptions", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to Set the average bitrate.
///
///The instantaneous bitrate can be much higher or lower at any point in time.
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.de.resx b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.de.resx index 71357544e..05fe3fa08 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.de.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.de.resx @@ -59,46 +59,46 @@ : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> - <xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root"> - <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/> + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0"/> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> - <xsd:attribute name="name" use="required" type="xsd:string"/> - <xsd:attribute name="type" type="xsd:string"/> - <xsd:attribute name="mimetype" type="xsd:string"/> - <xsd:attribute ref="xml:space"/> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> - <xsd:attribute name="alias" type="xsd:string"/> - <xsd:attribute name="name" type="xsd:string"/> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/> - <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/> - <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/> - <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/> - <xsd:attribute ref="xml:space"/> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" use="required"/> + <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> @@ -218,9 +218,6 @@ Die tatsächlichen Abmessungen der Anzeige unterscheiden sich, wenn das Pixelsei <data name="QueueView_SendJobBack" xml:space="preserve"> <value>Die Aufgabe an das Hauptfenster zur Bearbeitung zurücksenden.</value> </data> - <data name="Video_AdvancedOptions" xml:space="preserve"> - <value>Den Tab der erweiterten x264-Einstellungen verwenden.</value> - </data> <data name="Video_AvgBitrate" xml:space="preserve"> <value>Aktiviert durchschnittliche Bitrate. @@ -462,4 +459,4 @@ Lapsharp's Abstimmung Sprite: Ist nützlich für 1-/4-/8-/16-bit 2D-Spiele. Spri <data name="MainView_StartPoint" xml:space="preserve"> <value>Der Startpunkt für diesen Bereich.</value> </data> -</root> +</root>
\ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx index 2d7d99218..5c8c2967a 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx @@ -219,9 +219,6 @@ The actual display dimensions will differ if the pixel aspect ratio is not 1:1.< <data name="QueueView_SendJobBack" xml:space="preserve">
<value>Send the job back to the main window for editing.</value>
</data>
- <data name="Video_AdvancedOptions" xml:space="preserve">
- <value>Use advanced options Tab for x264 settings.</value>
- </data>
<data name="Video_AvgBitrate" xml:space="preserve">
<value>Set the average bitrate.
diff --git a/win/CS/HandBrakeWPF/Views/VideoView.xaml b/win/CS/HandBrakeWPF/Views/VideoView.xaml index 8aae5c9b8..ec0056f62 100644 --- a/win/CS/HandBrakeWPF/Views/VideoView.xaml +++ b/win/CS/HandBrakeWPF/Views/VideoView.xaml @@ -125,17 +125,12 @@ <Grid Grid.Row="1" Grid.ColumnSpan="2" Margin="0,5,0,0">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
- <RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<TextBlock Text="{x:Static Properties:Resources.VideoView_OptimiseVideo}" Margin="0,0,0,0" Grid.Row="0" Grid.ColumnSpan="2" FontWeight="Bold" VerticalAlignment="Center" />
- <CheckBox Content="Use Legacy Advanced Tab" Grid.Row="1" IsChecked="{Binding UseAdvancedTab}" Margin="0,5,0,0"
- Visibility="{Binding IsAdvancedTabOptionEnabled, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}"
- ToolTip="{x:Static Properties:ResourcesTooltips.Video_AdvancedOptions}" />
-
- <Grid Grid.Row="2" Margin="0,8,0,0" IsEnabled="{Binding UseAdvancedTab, Converter={StaticResource inverseConverter}}">
+ <Grid Grid.Row="1" Margin="0,8,0,0">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
|