summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Some fixes around the Video and Advanced Tab query generation behaviour.sr552013-07-271-1/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5674 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552013-07-273-7/+36
| | | | | | | | | - When switching between the video tab and advanced panel, set the advanced tab's advanced query string from the x264 preset. - Add a copy full query context menu to the "extra options" text box. - Auto set the Picture settings mode on the Add Preset window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5673 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixed Anamorphic mode was not being saved when adding a preset with ↵sr552013-07-271-0/+1
| | | | | | no picture sizes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5672 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Switch to native WPF dialogs for file handling except for the folder ↵sr552013-07-201-5/+5
| | | | | | browser. Will replace this later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5654 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Misc fixes and improvementssr552013-07-202-5/+24
| | | | | | | | - Added "Open This Directory" right click context menu on the destination box. - Fixed the av_mp4/mkv file extension bug. - Add new autoname options {time} {bitrate} {quality} git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5653 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Change Loose and Strict Anamorphic to use hb_set_anamorphic_sizesr552013-07-141-152/+157
| | | | | | Note: No Anamorphic mode still needs work, and Custom Anamorphic is still hand calculation. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5649 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make the AVFormat Muxers default.sr552013-07-134-7/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5646 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Typo on the queue.sr552013-07-101-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5640 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Broke Status display. Fixed.sr552013-06-293-15/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5618 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Just some prototype code for safe keeping. Some ideas around an ↵sr552013-06-293-6/+78
| | | | | | Instant HandBrake window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5617 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WiWinGui: Remap the audio and video encoders. Hopefully this should also be ↵sr552013-06-161-3/+4
| | | | | | backwards compatible with user presets, but it is recommended to re-create any user presets to that the new keys get picked up incase we drop the fallbacks in the future. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5591 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Added a new option that will allow users to fallback to using system ↵sr552013-06-133-0/+37
| | | | | | colours. This is useful for those running non-standard system themes or high contrast mode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5575 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Better keyboard navigation in the GUI. Added an encode progress bar ↵sr552013-06-062-3/+8
| | | | | | back in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5570 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Undo last commit, causes more problems than it fixes.sr552013-06-051-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5564 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Disable the last bit of Custom Anamorphic calculation code until I ↵sr552013-06-051-4/+4
| | | | | | can get around to making it work correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5563 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue where cropping wasn't getting set correctly after a ↵sr552013-06-051-18/+18
| | | | | | title change. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5560 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Put Lower / Placebo Quality (Higher quality for non x264) markers ↵sr552013-06-021-0/+13
| | | | | | under the quality slider. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5545 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some usability improvements around presets. Also trying out a "Hide ↵sr552013-06-021-1/+52
| | | | | | Presets Panel" option similar to that of the macgui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5544 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Added option to AutoName functionality to remove common punctuation ↵sr552013-06-011-0/+23
| | | | | | from filenames (Comma, Period and Dash) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5542 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Don't crash if a corrupted source file causes the duration to be ↵sr552013-06-011-1/+1
| | | | | | mis-detected. Note, in this case duration of the title / chapters will show as 00:00:00 and no chapters may display. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5539 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Picture Settings Tab and Preset Behaviours changed to be consistent ↵sr552013-05-291-77/+81
| | | | | | | | | | | | | | | | | | | | | | | with the macgui. - None: Nothing will happen to the W/H/KeepAR when changing preset. Changing Title or source will change the Width to the source width and turn Keep AR on. - Custom Changing preset will change the resolution to be no more than what the Max W and H were set to. Keep AR flag will be honour'd, so if it's turned off, the output AR could be incorrect. Set the W/H to a large number for the equiv of No Limit. - Source Max Same idea as custom, but limited to the resolution of the current source instead of a custom W/H This now means that importing a mac or linux preset provides consistent behaviour. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5525 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Use ISO639-2 Codes rather than language names for auto language ↵sr552013-05-292-8/+18
| | | | | | selection git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5524 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Continuation of previous fix to the queue event handling.sr552013-05-271-0/+20
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5521 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an option in prefs that wasn't reloadingsr552013-05-271-2/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5520 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add an attached property to the source menu to handle drive ↵sr552013-05-261-32/+17
| | | | | | detection rather than relying on callbacks from the OS. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5517 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Disable End point affecting the start point for anything other than ↵sr552013-05-261-1/+1
| | | | | | chapters. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5516 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Attempt 2 at fixing text overlap and fixed lossless warning label ↵sr552013-05-251-1/+1
| | | | | | not appearing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5514 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Refactor the Presets Picture Size handling to make it a bit clearer ↵sr552013-05-254-60/+74
| | | | | | what's actually happening. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5512 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: End Point can not be greater than Start and vice versa for the ↵sr552013-05-251-0/+10
| | | | | | chapters dropdowns. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5511 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some usability improvements and bug fixes around the queue window.sr552013-05-242-40/+46
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5510 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add a warning about user presets not being updated until such time ↵sr552013-05-241-1/+2
| | | | | | that we handle this scenario better. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5508 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Queue Job display count not refreshing after the window is ↵sr552013-05-241-0/+2
| | | | | | closed and re-opened. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5507 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix AutoName when no {title} tag is set.sr552013-05-241-2/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5506 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make the AutoNaming feature less trigger happy. It should not run ↵sr552013-05-221-3/+12
| | | | | | for cases where it's not going to change the underlying filename. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5498 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some additional work on my prototype batch add to queue feature.sr552013-05-194-12/+65
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5486 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Rectored some Encode/Queue service code. This restoes "Quit ↵sr552013-05-193-30/+24
| | | | | | HandBrake" when done option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5485 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix typosr552013-05-181-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5467 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a number of cosmetic issues and a bug with the Check for updates ↵sr552013-05-111-3/+3
| | | | | | dropdown on a clean system. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5450 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a reset issue on the log window.sr552013-04-301-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5429 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Lock System action and hide the quit handbrake option from when ↵sr552013-04-291-2/+2
| | | | | | done actions. Quit will return after the release. Won't fix now due to required re factoring work to fix it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5425 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Quick fix to the preset export cancel option.sr552013-04-261-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5413 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Change the Audio Automatic behaviour to be a bit more sane. When ↵sr552013-04-261-1/+13
| | | | | | Add All Remaining/Selected is turned on, changing title will now clear down first, then add the preset tracks with the preferred language, then add the remaining after with default settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5412 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Disable Custom Anamorphic calculations (Will implement these via ↵sr552013-04-211-2/+29
| | | | | | libhb after the next release) but leave the options as passthru only. Hide the Keep AR checkbox when it's not applicable. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5406 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Added some additional sanity checking around preset import/export code.sr552013-04-211-6/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5405 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix the x264 preset/tune/profile tooltip so that it now shows the ↵sr552013-04-123-5/+57
| | | | | | equivalent x264 query. Also added an option to disable libhb features such as this incase this turns out to be problematic. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5397 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: default to burn-in for VobSub too (when the container is MP4).Rodeo2013-04-021-1/+1
| | | | | | | | This is for compatibility reason (VobSub in MP4 is supported by very few players or devices) and matches the MacGUI behavior . git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5377 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple bug fixes and tweaks.sr552013-03-271-2/+19
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5366 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Removed extra property.sr552013-03-201-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5354 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Small tweak to enable burned in for pgs by default in mp4 files. ↵sr552013-03-201-0/+8
| | | | | | (Adding tracks only for now) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5353 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Part 1: Fix numerous issues around app versioning. Hopefully the GUI ↵sr552013-03-192-13/+3
| | | | | | and CLI will no longer be out of sync. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5350 b64f7644-9d1e-0410-96f1-a4d463321fa5