summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/MainView.xaml
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Implementing the new Preset design that does away with the legacy ↵sr552017-09-081-296/+132
| | | | style preset pane and re-arranges parts of the main window for better process flow.
* WinGui: Various improvements and fixes to the new summary tab. Revert tab ↵sr552017-08-261-3/+3
| | | | order change. #833
* WinGui: Put the Video Tab after the Summary tab rather than the Pictures ↵sr552017-08-231-3/+3
| | | | tab. Consistent with the Mac UI. #833
* WinGui: Add basic source information to the main window. #833sr552017-08-231-4/+12
|
* WinGui: Initial implementation of the Summary Tab. This may be subject to ↵sr552017-08-231-47/+6
| | | | change. #833
* WinGui: Make the app UWP aware. When in a UWP container, the update options ↵sr552017-08-181-2/+2
| | | | will now be disabled.
* WinGUI: Reorder Align A/V Start control.Bradley Sepos2017-07-261-9/+8
|
* WinGui: Add checkbox for Legacy A/V alignment behaviour for players that ↵sr552017-06-141-2/+11
| | | | don't support MP4 Edit Lists. #778
* WinGui: Rework of the preset systemsr552017-03-041-68/+54
| | | | | | | | - Better support for categories. - Switched from a List to Treeview Control. - Remember the expansion state of each group - Put User Presets on top after next save. Closes #445
* WinGui: Allow the log window to be opened from the Scan Status Overlay.sr552017-01-081-0/+2
|
* WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, ↵sr552017-01-081-23/+9
| | | | MainWindow and Preferences
* WinGui: A number of small fixes and Improvements.sr552016-12-271-1/+1
| | | | | | | | - Fix Update Preset Option. Add CC and Foreign Audio Scan were not setting correctly when updating a preset. Fixes #442 - Fix an issue where "Normal" Preset was showing as default as well as "Fast". - Fix issues in the preset loading of the Deinterlace/Decomb Presets. Fixes #443 - Make the Video Extra Options Box Fix to area to make it easier to read long option strings. - Change the logic for enabling the Use Advanced Options box to not look at the option string. Fixes #441
* WinGui: Improve many tooltips for 1.0 #426sr552016-12-201-8/+9
|
* WinGui: Advanced Tab Changessr552016-12-131-1/+1
| | | | | | 1. Strip out a lot of the old advanced tab infrastructure as it is no longer needed. Only the deprecated X264 Advacned Panel is left. All other encoders use the Video tab now. 2. Changed Option to "Allow use of 'Advanced Tab'" and only show the tab if the checkbox on the video tab is checked. It will no longer show based on the perference alone. 3. Fix the one-way communication from Video Tab to X264 Tab so preset options are reflected ont he X264 Tab. The reverse is not supported but it will retain the previous options.
* WinGui: Fix Disabled state of queue tab when queue is in-line and queue is ↵sr552016-12-121-5/+6
| | | | imported. It will now activate correctly.
* WinGui: Fix log display in the GUI where the start of a log could be cut ↵sr552016-09-231-36/+51
| | | | off. Fixes #326
* WinGui: Some minor improvements to the scalability and spacing of the main ↵sr552016-08-121-9/+8
| | | | window.
* WinGui: Add a tooltip to display the preset description. Initial delay ↵sr552016-07-251-0/+15
| | | | before appearing is 1.5 seconds to avoid annoying the user.
* WinGui: Lay the foundation for editing presets with a simple rename window.sr552016-07-251-0/+1
|
* WinGui: Change the Add to queue split button so that it's styling behaves a ↵sr552016-07-151-55/+21
| | | | bit better. Fixes #99
* WinGui: Make the "Presets" menu grouped by category.sr552016-06-161-14/+4
|
* WinGui: Missing file from last commit.sr552016-02-201-0/+2
|
* WinGui: Adding a "Queue" Menusr552016-02-201-0/+13
|
* WinGui: WebOptimised and iPod 5G support checkboxes were not displaying the ↵sr552016-02-101-2/+2
| | | | correct value on preset reload.
* WinGui: Couple of UI Tweaks.sr552016-02-021-1/+1
|
* Adding a "When Done" Label and Context Menu to the Main Screen status bar.Scott2015-10-241-6/+62
| | | | This should make it more obvious to users that they have a "When done" action turned on, especially when coming back to the app after a period of time.
* Improve the In-line queue display.Scott2015-10-241-3/+2
|
* Initial commit to allow the Queue Window to be embedded in the main window. ↵Scott2015-10-241-1/+14
| | | | Still some UX/UI stuff to tidy up later.
* WinGui: Adding a number of new tooltips for some of the more complicated ↵Scott2015-09-191-2/+6
| | | | controls.
* WinGui: If the Queue Recovery doesn't return any results, show the "Source ↵sr552015-08-231-1/+1
| | | | | | Selection" pane when the app starts up. Added quick access links to the preferences / About HandBrake Panes on this panel. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7411 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add right click menu to preset listbox.sr552015-08-231-4/+18
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7410 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Upgrade Caliburn to version 2.0.2sr552015-07-251-36/+36
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7378 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Starting to move UI text string to resources. This will allow us to ↵sr552015-06-041-32/+33
| | | | | | start looking at localisations on the windows gui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7276 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: General tidy up and remove the custom styling for the app. The app ↵sr552015-05-171-10/+0
| | | | | | will now always honour the system defaults. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7207 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552015-05-031-26/+28
| | | | | | | | | | | | | Bug Fixes: - Fix binding error on the audio tab. - Fix the X of X Pass count event args. UI Tweaks: - System colours is now default. - Removed the word "Source" from the Audio and Subtitles lists to make a bit more space for the track name. - Right Aligned the configure default buttons on the audio and subtitle tabs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7150 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Further Minor UI tweaks. F1 Keyboard shortcut for Help.sr552015-04-271-6/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7130 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Further UI / UX Tweaks. Main body of settings disabled until the ↵sr552015-04-251-2/+1
| | | | | | | | | | | | 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
* WinGui: Some minor UI Improvements. Including Waiting Queue Count on the ↵sr552015-04-221-4/+5
| | | | | | "Show Queue" toolbar icon. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7117 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Restore the "No Titles Found" dialog from previous versions of ↵sr552015-04-201-0/+13
| | | | | | HandBrake. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7108 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Adding Del shortcut to preset pane, and better warnings when deleting. sr552015-04-181-0/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7103 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some further UI design tweaks.sr552015-04-181-10/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7095 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Misc UI fixes and fixes to the logging code for scanning that could ↵sr552015-04-181-10/+12
| | | | | | sometimes cause a crash. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7094 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add TrueHD, Flac and EAC3 Passthru, and EAC3 encoder options. Fixed ↵sr552015-03-291-1/+6
| | | | | | No Audio Behaviour. Misc other experimental UX/UI code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7027 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Move the event trigger to make drag/drop of files on the UI more ↵sr552014-11-291-11/+1
| | | | | | reliable. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6571 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Playlist not displaying for bluray titles.sr552014-10-051-4/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6434 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Re-add Transparent background to toolbar.sr552014-09-171-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6414 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the Background Transparency off the toolbar to see if it ↵sr552014-09-151-1/+0
| | | | | | fixes the strange windows 8 colour of the toolbar. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6407 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add UIAutomation Names to some of the key controls on the main ↵sr552014-09-021-14/+14
| | | | | | window. If this works as described, will roll out on an extended basis. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6388 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Use OutputFormat display name, rather than the enum name.sr552014-08-211-3/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6330 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix up Pausing when using libhb encode.sr552014-05-141-0/+19
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6189 b64f7644-9d1e-0410-96f1-a4d463321fa5