summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Collapse)AuthorAgeFilesLines
* 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
* WinGui: Some Threading, Performance and Log window fixes.sr552013-03-074-23/+121
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5308 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Show the two log files as tabs rather than a combobox selection. ↵sr552013-03-051-71/+16
| | | | | | Makes it more obvious that there are two logs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5306 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Push Any up to the top of the language lists.sr552013-03-032-11/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5286 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Port advanced tab caching code to trunksr552013-03-021-0/+41
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5285 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update the scan parser to handle the new scan progress meter.sr552013-03-021-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5283 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Show "Scan failed: Unrecognized file type." when a scan fails for ↵sr552013-02-241-3/+7
| | | | | | this reason. Patch by Roman Starkov. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5265 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Enhancements to the preview window and scanning option.ssr552013-02-232-9/+24
| | | | | | | | - Allow up to 60 preview images and expand the video preview selection up to 240 seconds. - Allow a preview to be generated when the queue is already running. - Grey out the preview Play button when it's encoding. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5263 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Split out the advanced tab code into separate panels.sr552013-02-165-1081/+1365
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5253 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix the source display label for batch scan mode.sr552013-02-091-19/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5244 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for the tray icon.sr552013-02-021-48/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5235 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Numerous bug fixes to the services library.sr552013-01-262-29/+59
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5205 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remember the last used preview duration.sr552013-01-241-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5201 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Allow a shorted preview video.sr552013-01-241-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5200 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: For Point to Point Frames: Use Numeric Up Down Control. For PTP ↵sr552013-01-231-3/+38
| | | | | | Seconds, use Timespan Up down so the user can enter a time in format hh:mm:ss git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5199 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add duration of the chapter to the chapters tab.sr552013-01-231-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5196 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Just some prototype code for safe keeping. Not currently used.sr552013-01-203-0/+270
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5185 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: UI Tweaks.sr552013-01-173-0/+146
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5180 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Options screen refactoring.sr552013-01-135-48/+56
| | | | | | | Help -> Check for updates now takes the user to the options screen update tab. Help -> About now takes the user to the options screen about tab. Saves popping up annoying window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5169 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Numerous bug fixes. Many around the automatic selection feature on ↵sr552013-01-134-117/+115
| | | | | | the Audio Panel. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5168 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some Layout improvements to the Advanced tab to make it clearer what ↵sr552013-01-111-29/+26
| | | | | | section the options come under. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5167 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Restore RF0 warning and Correctly show RF or QP depending on the ↵sr552013-01-061-4/+22
| | | | | | video encoder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5159 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix AllowSleep option. Port the Numeric Stepper control from ↵sr552013-01-061-10/+4
| | | | | | Vidcoder onto the Picture settings panel. This should fix a number of strange behavioural issues with the old control. Please report any new issues that this causes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5158 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add the plist keys and fix numerous bugs in the x264 ↵sr552012-12-291-4/+16
| | | | | | preset/tune/profile/level code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5115 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial work to implement x264 Preset/Tune/Profile/Level options in-gui.sr552012-12-286-138/+370
| | | | | | Still some stuff to tidy up but should be usable for now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5113 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Default the textboxes for Seconds and Frames to sensible values.sr552012-12-271-1/+23
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5109 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improved handling of preview filename generation and fixed the ↵sr552012-12-271-8/+19
| | | | | | seconds / frames options to update in realtime with the duration calculation. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5108 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a number of potential culture issues with doubles. (Advanced ↵sr552012-12-082-4/+4
| | | | | | Panel, Query Handling and Picture settings) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5091 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: When we have a variable framerate preset, reset to "same as source" ↵sr552012-12-082-6/+8
| | | | | | rather than just remaining at whatever fps was set previously. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5090 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: UI Tweaks and further fixes to Custom Anamorphic.sr552012-11-271-0/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5084 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: General code tidy-up and fix a couple of possible points that could ↵sr552012-11-271-3/+10
| | | | | | throw exceptions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5083 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Tweak the advanced panel design so it is less likely to go off screen.sr552012-11-251-1/+1
| | | | | | Fix a framework selection but on non gb/us cultures. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5081 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple of Audio and Advanced Panel bug fixes.sr552012-11-241-12/+25
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5080 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Default the custom anamorphic values correctly. (Part 1 of Custom ↵sr552012-11-181-30/+38
| | | | | | anamorphic implementation) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5070 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: UI Tweaks and improvementssr552012-11-102-9/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5053 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes to deblock filter.sr552012-11-081-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5045 b64f7644-9d1e-0410-96f1-a4d463321fa5