summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Manually merged the QuickSync UI changes from the qsv branch to trunksr552013-08-2315-58/+482
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5741 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updated some structs to keep up with libhb. Exposed video quality ↵randomengy2013-08-2316-304/+238
| | | | | | limits. Exposed libhb language list. Suppressed a non-fatal avformat seek error. Fixed localization error in video rates list. Fixed missing sample rate for encoder-specific passthroughs. Fixed "disabled" quality level. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5740 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improved Audio Listbox Item style. Moved to a single line design. ↵sr552013-08-224-146/+55
| | | | | | Since most people generally don't use the DRC, Gain and Sample rate controls, these have been moved into the expandable area instead. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5739 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improve the layout of the Subtitle Tracks listbox items.sr552013-08-221-107/+69
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5736 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Missing theme file from last checkin.sr552013-08-221-0/+52
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5735 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Replace the MenuButtons with SplitButtons on the Audio/Subtitle tabs.sr552013-08-225-22/+326
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5734 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Cosmetic fixes around the new libhb scanning. sr552013-08-223-23/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5733 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Strip out legacy CLI scan code.sr552013-08-2214-1416/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5732 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Use LibHB for scanning. CLI is no longer used. It seems to be ↵sr552013-08-223-40/+7
| | | | | | stable enough now and it's quite a bit quicker at scanning. Encode is still optionally libhb. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5731 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial work around around a when done countdown.sr552013-08-2111-25/+317
| | | | | | When a queue finishes it will now popup a window giving the user 60 seconds to cancel the when done operation. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5728 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Stopping an encode or pausing the queue will no longer run the ↵sr552013-08-185-22/+69
| | | | | | "When Done" option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5714 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Missing file from a previous commit.sr552013-08-181-0/+67
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5713 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: General code tidyupsr552013-08-1715-131/+16
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5705 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improved the Queue Tooltip and Added a new "Reset to 'Do nothing' ↵sr552013-08-178-36/+61
| | | | | | when the app starts" option (for the when done dropdown) to preferences. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5704 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix the autoname helper so that it correctly sets the mkv extension ↵sr552013-08-171-1/+1
| | | | | | for av_mkv git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5703 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with Queue Import/Export that didn't obey the Ok/Cancel ↵sr552013-08-111-6/+8
| | | | | | buttons. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5696 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Setting the Initial Directory to null when we can't resolve a full ↵sr552013-07-301-4/+3
| | | | | | path to see if it helps an intermittent crash some users seem to see on the Browse Destination Dialog. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5676 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Updating Caliburn Micro Librariessr552013-07-284-1108/+1543
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5675 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some fixes around the Video and Advanced Tab query generation behaviour.sr552013-07-272-31/+44
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5674 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552013-07-278-17/+53
| | | | | | | | | - 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: Update the exception handling code to deal with Component Activation ↵sr552013-07-203-14/+44
| | | | | | Exceptions, allowing for better error messages. Changed the defaultsettings.xml file to be an embedded resource. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5655 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-206-8/+64
| | | | | | | | - 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-144-526/+161
| | | | | | 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-138-15/+21
| | | | 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: Fix an error in the Drive Menu Attached Propertysr552013-07-071-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5639 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some in-progress code that I'll pickup later on.sr552013-07-072-0/+683
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5638 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix to the Drive Menu service so that it doesn't refresh when ↵sr552013-07-062-9/+28
| | | | | | clicking on a menuitem. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5637 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-2913-11/+332
| | | | | | Instant HandBrake window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5617 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Rejig the Options window a bit.sr552013-06-281-5/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5616 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix the Source Drive MenuItems occasionally not working when ↵sr552013-06-215-6/+6
| | | | | | pressed. Updated the Drag/Drop library that has a few bug fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5596 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue on the queue where jobs would re-appear after clicking ↵sr552013-06-201-24/+39
| | | | | | edit queue and they had been removed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5595 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Bringing it up to speed with the latest nightlies. Interop now ↵randomengy2013-06-1812-190/+371
| | | | | | exposes the list of valid sample rates and framerates in Encoders.cs. Also fixing a problem with Custom anamorphic and maximum height. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5593 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WiWinGui: Remap the audio and video encoders. Hopefully this should also be ↵sr552013-06-1618-163/+230
| | | | | | 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: Fix a styling issue on the audio/subs tabsr552013-06-162-5/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5589 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Added a new option that will allow users to fallback to using system ↵sr552013-06-1313-16/+182
| | | | | | 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-064-36/+41
| | | | | | 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-024-8/+66
| | | | | | 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-028-9/+138
| | | | | | 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-015-15/+54
| | | | | | 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: Change the Add button on the Audio/Subtitle tabs to DropButtons to ↵sr552013-06-017-14/+116
| | | | | | better expose the add options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5538 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for the 24bit flac encoder.sr552013-06-013-3/+16
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5537 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Change AssemblyInfo.cs.tmpl0.9.9.1sr552013-05-301-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5530 b64f7644-9d1e-0410-96f1-a4d463321fa5