summaryrefslogtreecommitdiffstats
path: root/win/C#
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552009-12-263-9/+10
| | | | | | | - Select the first audio track instead of "Automatic" in the Audio Track Dropdown Menu. - Cleaned up some subtitle code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3046 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-251-2/+2
| | | | | | - Make Parsers ReadLine() function even faster. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3045 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-251-11/+18
| | | | | | - Hopefully a significant performance improvement in the Parser ReadLine() Function. This should help when the CLI is throwing out huge amounts of read errors / logging data. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3044 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix subtitle forced for foreign scan. Set it to "scan" instead of ↵sr552009-12-241-1/+1
| | | | | | "Forced" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3043 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-191-4/+8
| | | | | | - Fix a crash when a preset with crop values is selected before the first source is scanned. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3037 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-193-20/+25
| | | | | | | - Shave ~0.5s of the application startup time by not initialising an XmlSerializer when it's not needed. This is quite expensive. - Make sure the Activity window is initialised before we try set it's title. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3035 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-182-3/+5
| | | | | | | | - Move the Queue Recovery file to HandBrakes appdata folder. Queue Recovery file won't be deleted when temp folder is cleared now. Note that it will not detect the old hb_queue_recovery.xml file in the systems temp folder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3034 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-183-47/+81
| | | | | | | | | | - Audio Panel fixes and Usability improvements. - Disabled DRC control which shouldn't have been active when AC3/DTS was selected - Greyed out text labels for Mixdown, Samplerate, bitrate and DRC to help make it clearer the controls are disabled when AC3/DTS is selected. - Changed the values which those controls are reset to when AC3/DTS are selected so they are not showing the first value in the dropdown. (e.g 32 for the bitrate. This was a little mis-leading) - Changed Mixdown from Automatic to "AC3 Passthru" to match the MacGui when AC3 is selected. Same for DTS git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3033 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-081-20/+53
| | | | | | - Added some code to recover from corrupted preset files. This will hopefully fix at least 1 cause of the CLR20r3 .NET error git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3012 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-061-1/+4
| | | | | | - Make SourceName a bit smarter when dealing with autonaming and folders. If Video_TS folder is the selected source, autoname will now use the upper level folder name instead. (thanks slaingod) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3009 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-061-1/+2
| | | | | | - Fix a compile time error. (Thanks slaingod) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3008 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-056-108/+135
| | | | | | - Some improvements to error messages, about window, minor code style fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3006 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-041-5/+15
| | | | | | - Hidden feature: Allow user presets to be categorised if they are manually editing the user_presets.xml git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3004 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-041-0/+1
| | | | | | | - Make sure a default preview is selected on the preview window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3003 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-041-105/+104
| | | | | | - Fix a few tooltips in options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3002 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-047-96/+117
| | | | | | - Implement new option: "--previews" allowing a range of 10 to 30 to be selected on the preview window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3001 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-033-87/+63
| | | | | | - Some minor code refactoring git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3000 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552009-12-031-5/+4
| | | | | | - Prevent the Download window from collapsing in on itself. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2999 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-021-10/+13
| | | | | | - Make sure the Activity window resets correctly on action or source change. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2998 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-021-48/+24
| | | | | | - Re-enabled UNC path support in the GUI. Seems the switch to MinGW enabled UNC paths to work correctly. Note: This is not supported for CygWin users. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2997 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-012-91/+92
| | | | | | - Something got a but nuked with regards to images in the last checkin. Fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2995 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-306-96/+114
| | | | | | - Few UI usability tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2994 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-302-11/+33
| | | | | | | - ActivityWindow Make sure the correct log is selected (Last action: scan or encode) - Make closing the window more responsive. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2993 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-292-3/+21
| | | | | | | - Preview window: Check the x86 program files directory for VLC if VLC doesn't exist in the main program files directory. - Activate the Activity Window when the button is clicked on. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2991 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-282-5/+14
| | | | | | - Cleanly close the ActivityWindow so that HandBrake.exe does not remain active after the main application window has been closed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2990 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-282-16/+38
| | | | | | - Some updates / fixes to the new Activity Window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2989 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-261-0/+111
| | | | | | - Scan.cs was missing from a previous checkin git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2986 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-257-298/+224
| | | | | | | | - Large performance improvements in the Activity Window when working with large log files. This should make the window less laggy when using batch folder scan. - New scan process handling code which pipes the data direct into the application. GUI now displays "Scanning title x of x" to give the user feedback on the process. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2983 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-256-129/+324
| | | | | | | - Batch Scan Support. - Export.cs - Export Mac Preset (unfinished and not hooked up right now. Just checking it in so I don't lose it.) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2981 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-252-8/+13
| | | | | | - The Subtitle offset numeric control can now take a negative value. Users can add - through the query editor in the mean time. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2977 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-251-5/+0
| | | | | | - Remove reference to unused file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2975 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-253-20/+31
| | | | | | | - Preview Window: Handle the lack of QuickTime in a more user friendly fashion. - Switch default .NET to 3.5 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2974 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-241-2/+2
| | | | | | - First fix for 0.9.4 : Fix a stupid regex bug git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2970 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-191-9/+5
| | | | | | - Fix Parser multi-angle support git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2944 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-141-1/+6
| | | | | | - Fix some issues with loose anamorphic and cropping. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2932 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-143-18/+52
| | | | | | | - Fixed --srt-default and Subtitle default selection checkbox. It's now possible to select a default srt and default subtitle track. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2931 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-141-0/+2
| | | | | | - Fixed: Chapter Markers were being disabled for VIDEO_TS directories when the folder above the VIDEO_TS folder was being used as the source path. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2930 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-131-3/+3
| | | | | | - Fix --subtitle-forced, --subtitle-burn and --subtitle-default. These should have been using an = between the command and value. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2928 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-131-1/+2
| | | | | | - Fix a culture issue in query generator. DRC appeared as x,x rather than x.x git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2927 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-032-7/+9
| | | | | | - Fix issue with weightb option on the x264 panel. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2912 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-021-0/+1
| | | | | | - Fixed: Subtitle panel did not clear subtitle list structure on clear(); (title / source change) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2908 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-318-20/+20
| | | | | | - Change enable libdvdnav option to disable libdvdnav option. (Since the CLI now uses libdvdnav by default) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2906 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-201-3/+3
| | | | | | - Fixed: Query Editor takes priority over GUI settings when "Prompt on unmatching queries" is disabled git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2893 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-161-1/+1
| | | | | | - Fixed a small error when selecting the correct array index when checking which subtitle track is selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2889 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-165-561/+490
| | | | | | - Improved / Simplified the Subtitle UI design. Hopefully should make it a bit easier to use and understand. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2888 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-131-2/+2
| | | | | | - Update assembly info file for new version. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2879 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-133-3/+3
| | | | | | - Set libdvdnav to on as default git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2878 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-086-64/+72
| | | | | | - Couple of UI / tooltip tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2875 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-042-0/+5
| | | | | | - Reset the Subtitles panel on Source or Title change. This can be made smarter later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2865 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-305-16/+30
| | | | | | - Add a notice to the log to indicate if the user has used a custom query. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2854 b64f7644-9d1e-0410-96f1-a4d463321fa5