diff options
author | sr55 <[email protected]> | 2015-04-25 16:35:43 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-04-25 16:35:43 +0000 |
commit | 780d8a9a1c86a27c8608f0cdca3a8b58cc9fb894 (patch) | |
tree | 212d93ed4dcca8274f755e005487dfe2e62eb238 /win/CS/HandBrakeWPF/ViewModels/Interfaces | |
parent | ca6ad7f1c6f414758a99ea82bdfa9e64aae6aada (diff) |
WinGui: Further UI / UX Tweaks. Main body of settings disabled until the user performs a scan.
Keyboard shortcut changes:
Alt+O -> Open Source Panel (New)
Ctrl+O -> Open FileScan (Unchanged)
Ctrl+Shift+O -> Open Folder (Was Ctrl+R)
Ctrl+F (Removed)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7125 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/Interfaces')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs index 8e66c661e..a47a70865 100644 --- a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs @@ -50,6 +50,11 @@ namespace HandBrakeWPF.ViewModels.Interfaces bool AddToQueue();
/// <summary>
+ /// The select source window.
+ /// </summary>
+ void SelectSourceWindow();
+
+ /// <summary>
/// File Scan
/// </summary>
void FileScan();
|