// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
// </copyright>\r
// <summary>\r
-// TODO: Update summary.\r
+// A model for the multiple selection window for adding to the queue.\r
// </summary>\r
// --------------------------------------------------------------------------------------------------------------------\r
\r
}\r
}\r
\r
- /// <summary>\r
- /// Gets a value indicating whether is automatic track selection enabled.\r
- /// </summary>\r
- public bool IsAutomaticTrackSelectionEnabled\r
- {\r
- get\r
- {\r
- // TODO decide what is the minimal requirement to hide the warning message.\r
- //if (this.UserSettingService.GetUserSetting<string>(UserSettingConstants.NativeLanguage) != Constants.Any ||\r
- // this.UserSettingService.GetUserSetting<string>(UserSettingConstants.NativeLanguageForSubtitles) !=\r
- // Constants.Any)\r
- //{\r
- // return true;\r
- //}\r
-\r
- return false;\r
- }\r
- }\r
-\r
/// <summary>\r
/// The order by title.\r
/// </summary>\r
}\r
\r
this.NotifyOfPropertyChange(() => this.IsAutoNamingEnabled);\r
- this.NotifyOfPropertyChange(() => this.IsAutomaticTrackSelectionEnabled);\r
}\r
}\r
}\r
Source="Images/AddToQueue_small.png" />\r
<StackPanel VerticalAlignment="Center" Orientation="Vertical">\r
<TextBlock FontWeight="Bold" Text="Add to Queue" />\r
- <TextBlock Text="*** Experimental ***" />\r
+ <TextBlock Text="Select multiple titles to add to the queue." />\r
</StackPanel>\r
</StackPanel>\r
\r
\r
<!-- Checlist -->\r
<StackPanel Orientation="Vertical" Grid.Row="3" Margin="10,10,10,0">\r
- <TextBlock Text="{x:Static Properties:Resources.QueueSelection_AutoTrackSelectionWarning}"\r
- TextWrapping="Wrap" Visibility="{Binding IsAutomaticTrackSelectionEnabled, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" \r
- Margin="0,0,0,10"/>\r
-\r
<TextBlock Text="{x:Static Properties:Resources.QueueSelection_AutoNameWarning}"\r
TextWrapping="Wrap" Visibility="{Binding IsAutoNamingEnabled, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}"/>\r
</StackPanel>\r