summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Fix around logging when the TextWriter is closed and Removed an ↵sr552013-09-012-13/+18
| | | | | | unneeded error handler in Interop library. (libavformat mp4 muxer does not have a large file size option) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5764 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another small fix around point to point mode setting of start and ↵sr552013-09-011-1/+1
| | | | | | end points. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5763 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with the Seconds mode (not setting end point correctly)sr552013-09-011-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5762 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with cropping param not being send to the CLI in ↵sr552013-09-012-5/+5
| | | | | | | | AutoMode. This is an issue where scan previewer count >10. Fixed an Auto-Name issue for DVD drives. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5761 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Possible fix for the main feature detection.sr552013-08-301-2/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5758 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Add Path to the Title objectsr552013-08-293-2/+9
| | | | | | WinGui: Set the SourceName in the Title object so auto-naming works correctly for folder scans. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5757 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some more work on the Instant HandBrake prototype. sr552013-08-2710-60/+1142
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5756 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update the new radio buttons to work with the presets changing.sr552013-08-271-0/+13
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5755 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Show a radio button on the filters tab to select between Deinterlace ↵sr552013-08-273-20/+82
| | | | | | and Decomb mode similar to the Mac/Linux UI's git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5754 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Quality slider in QSV mode.sr552013-08-251-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5748 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Fix Scanning due to qsv change to hb_title_ssr552013-08-242-3/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5747 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Few minor updates for QuickSync.sr552013-08-245-35/+28
| | | | | | WinGui: Create a new instances of HandBrakeInstance for every new encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5746 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Additional fixes to libhb logging, libdvdnav option and min ↵sr552013-08-245-30/+97
| | | | | | duration setting. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5745 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes around libhb scanning. (Progress % was not shown and the scan ↵sr552013-08-244-54/+65
| | | | | | logs was not written to disc) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5744 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a small logic bug in the video encoder dropdown with av_mkvsr552013-08-231-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5743 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Implement hb_qsv_available in the UI so that the encoder isn't shown ↵sr552013-08-234-2/+33
| | | | | | when the build hasn't been built with quicksync support or the system doesn't support it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5742 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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