summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Update Assembly Info and Installer templatessr552013-03-097-11/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5315 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update some default settings for first install. Changed default ↵sr552013-03-091-3/+3
| | | | | | update check from weekly to monthly since we don't release often. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5314 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: UI Cosmetic fixes.sr552013-03-095-4/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5313 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Use invariant culture for scan percentage conversion.sr552013-03-081-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5312 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some Threading, Performance and Log window fixes.sr552013-03-0711-126/+199
| | | | 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-052-89/+33
| | | | | | 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-033-12/+3
| | | | 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-024-10/+19
| | | | 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-244-10/+24
| | | | | | 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-1613-1628/+2014
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5253 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: A Stylecop cleanup pass on Interop Library. Note, moved the ↵sr552013-02-1234-265/+591
| | | | | | Eventargs into their own package. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5248 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-029-861/+1098
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5235 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Code Tidyup.sr552013-01-263-25/+58
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5206 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Numerous bug fixes to the services library.sr552013-01-2610-234/+291
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5205 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a bug in the GongSolutions.Wpf.DragDrop library that was causing ↵sr552013-01-264-39/+39
| | | | | | queue items to be re-added after they were removed from the list simply by hovering the mouse over the control. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5203 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remember the last used preview duration.sr552013-01-243-0/+15
| | | | 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-235-19/+955
| | | | | | 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-233-3/+16
| | | | 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-2012-8/+554
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5185 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple UI tidyup'ssr552013-01-183-14/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5184 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update advanced tab notice to be clearer.sr552013-01-182-0/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5183 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: UI Tweaks.sr552013-01-1714-42/+406
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5180 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Allow Sleep option.sr552013-01-171-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5179 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Options screen refactoring.sr552013-01-1317-119/+333
| | | | | | | 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-136-119/+117
| | | | | | 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-113-185/+147
| | | | | | section the options come under. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5167 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple of minor UI tweaks and new tooltips.sr552013-01-115-7/+69
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5166 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Restore RF0 warning and Correctly show RF or QP depending on the ↵sr552013-01-065-5/+67
| | | | | | 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-067-28/+1002
| | | | | | 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: Removed High444, use auto instead.sr552012-12-312-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5123 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Increase the size of the cropping numeric boxes and change their ↵sr552012-12-311-4/+4
| | | | | | binding update trigger to be lost focus so that the modulus calculation doesn't interfere with the user typing values. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5122 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Missed a place for removing High10 and 422sr552012-12-311-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5121 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Bump copyright date.sr552012-12-315-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5120 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove High10 and High422 options.sr552012-12-311-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5119 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add the plist keys and fix numerous bugs in the x264 ↵sr552012-12-297-8/+85
| | | | | | 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-2825-221/+732
| | | | | | 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-273-18/+22
| | | | | | 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: Make the advanced encoder options respond before the control has ↵sr552012-12-241-1/+1
| | | | | | lost focus. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5106 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Allow negative srt offset.sr552012-12-241-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5105 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix SRT Offset.sr552012-12-241-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5104 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a number of potential culture issues with doubles. (Advanced ↵sr552012-12-083-5/+5
| | | | | | 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
* Interop: Fixing title number/title index mixup. Adding Playlist to the Title ↵randomengy2012-12-024-13/+51
| | | | | | object. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5088 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: UI Tweaks and further fixes to Custom Anamorphic.sr552012-11-273-7/+25
| | | | 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-273-39/+35
| | | | | | throw exceptions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5083 b64f7644-9d1e-0410-96f1-a4d463321fa5