summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552008-11-201-1/+1
| | | | | | | - Small fix to allow the updated presets to display correctly. Note to self: re-write the code for this function. It's awful! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1937 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-192-22/+20
| | | | | | - Fix Format dropdown. It was not setting the file extension correctly, thus not updating the audio and video encoder dropdowns. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1932 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-191-1/+3
| | | | | | - Fixed small bug where release build numbers are not matched correctly with the regex. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1931 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-192-15/+9
| | | | | | - Changed chapters "to" to "through" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1930 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-161-12/+25
| | | | | | | Fix for Ticket #107 - Destination Save File Dialog window now shows extension of currently file in the destination field if there is one. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1924 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-151-1/+1
| | | | | | - Fix a problem with loading presets. Height would be automatically generated if only a width was selected and a source had been scanned. The MaxWidth and Height causes a small libhb conflict, therefor, do not automatically generate a height when maxHeight or maxWidth is used. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1922 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-151-0/+3
| | | | | | - Fix: Enable the chapter markers tab if the preset uses chapter markers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1921 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-121-45/+82
| | | | | | - Fix a potential crash in the Activity window where the window handler may not be initialized in time for the function setText to use it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1918 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-124-2/+44
| | | | | | - Adds the CLI query to the top of every log file generated after an encode finishes. Note: CLI query will only display in the activity window after the CLI has exited. This can be sorted later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1917 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-101-0/+1
| | | | | | - Small chapter marker tab fix. Thanks canvas. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1912 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-071-23/+7
| | | | | | - Fix for the "frmReadDVD.cs - startProc()System.OverflowException:Arithmetic operation resulted in an overflow" error in Title.cs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1903 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-061-2/+7
| | | | | | - Fix Normal preset not getting loaded if user didn't have default settings set. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1900 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-064-8/+97
| | | | | | | | | - Set's DRC to 1 by default. - Chapter Markers tab only enabled if it's a DVD source or ISO image. - -X and -Y options now parsed by the query parser. - Added a small hack to allow built-in presets to use -X and -Y and have the query generator correctly generate the query. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1898 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-301-39/+53
| | | | | | - Improved the code which remembers the expanded/collapsed states of each treeview node (presets bar) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1886 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-303-31/+64
| | | | | | - Simple right click context menu for the activity window. Allows users to copy text. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1885 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-308-55/+317
| | | | | | | | | | | - Activity logs for individual encodes can now be saved either: + With the encoded file + or to a a directory which is configured from options. Log file format: "YYYY-MM-DD HH-MM-SS {Destination File Name}.txt" Feature is disabled by default git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1883 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-263-33/+106
| | | | | | - Temporary hack to remember top level preset nodes expanded status. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1871 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-263-59/+85
| | | | | | | | | | | | - Nested presets right click delete now works correctly if a preset wasn't selected before clicking delete. buggy but "probably" good enough for some user feedback git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1870 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-258-332/+588
| | | | | | | | | | | | | | | | - Nested Presets bar (Built-in presets only) - Both user and built-in presets are now stored in XML files - Preset bar now has right-click menu with: Expand All, Collapse All and Delete Known Issues: - When a preset is removed, all items in the preset bar with child presets are collapsed. - Right Click menu only works if the preset was selected before right clicking. Code is probably a bit buggy so all feedback on this new bar is welcome. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1866 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-231-3/+15
| | | | | | - Hack to fix a bug introduced in 1819. Level 1 verbose caused an arithmetic error with sr.Peek(). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1864 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-221-4/+4
| | | | | | - Updated to read the new preset-list output format. Nested presets support code will come later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1858 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-1310-512/+551
| | | | | | | | - Started to decouple this code a bit. Common.cs (now Main.cs) no longer relies on the frmMain window being passed into it. frmAddPreset no longer requires to access QueryGenerator.cs - QueryGenerator.cs, x264Panel.cs, PresetLoader.cs all moved into their own "frmMain" folder as that is the only place they should be used. - Rearranged the base of frmMain.cs a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1830 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-131-9/+5
| | | | | | | - Fix preset bug where mkv and chapters are used in the preset, but on selecting said preset, the selected file extension would be m4v - Fix in Audio panel where the track 1 bit-rate is not always set correctly if the preset also changes the audio mixdown git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1829 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-093-577/+463
| | | | | | | - Removes Brdo and Bime checkboxes from the advanced tab. - Subme now goes up to 9 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1822 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-061-1/+4
| | | | | | - Another small improvement to the activity window. If the user has only selected a small block of text, then the copy to clipboard function now only copies that, rather than the full log. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1818 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-051-0/+1
| | | | | | - Re-select the preset control after an user interacts with it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1815 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-056-629/+620
| | | | | | - Just moving stuff functions around to different places. Probably some more of this to come. frmMain / common.cs are a bit of a mess right now git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1814 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-047-68/+67
| | | | | | - Few more improvements to the ActivityWindow. Hopefully makes it a bit more user friendly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1808 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-045-14/+111
| | | | | | | | | - Added Copy to Clipboard button back to the Activity Log Window. Now works on Vista. - Activity window now loads the load file for the last action. e.g If the last action was a scan, it'll load the scan log and if the last action was an encode, it will display the encode log. That should make it a little bit easier to use / understand. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1807 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-021-0/+3
| | | | | | - Fixed small UI annoyance bug with queue import/export/batch script feature. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1801 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-021-1/+11
| | | | | | - Query Parser - Regex was failing when the audio track was listed as " + 1, English (AAC)" instead of something like " + 2, English (AC3) (5.1 ch), 48000Hz, 384000bps" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1800 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-013-33/+146
| | | | | | - Resizeable Update window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1799 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-285-15/+19
| | | | | | | - Couple of debug changes slipped in that were not supposed to. Fixed. - Sorted incorrect styling on frmUpdater buttons. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1782 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-2812-153/+107
| | | | | | | - AppcastReader.cs re-factored. Reduces number of connections to the server. - Few UI tweaks to the updater / downloader git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1781 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-274-47/+70
| | | | | | | | | - Refined the Queue look. - Fixed bug which cause the move up and down buttons to cause an exception. - When you select an item on the queue and move it up or down, it will now remain selected. This saves re-selecting the item every time you want to move it up or down. - Added pending encodes counter. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1780 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-274-26/+144
| | | | | | | - Improved some of the messagebox error messages. Removed a few redundant error messages. - the x264 tooltips got lost at some point. They've been re-added. Changed one or 2 other tooltips. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1779 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-266-121/+29
| | | | | | | | - Removed VFR option and label. - Renamed checkboxes as per #1768 - Fixed x264Panel.cs animate bug as per #1765 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1775 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-234-17/+16
| | | | | | - Deblock Slider now displays "Off" and scales from 5 to 15 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1749 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-203-27/+37
| | | | | | | | - Removed Red Background colour on chapter selection dropdown menus. This is no longer needed. - Prevent the user from selecting an invalid combination of Chapters. e.g 12-5. Dropdowns now have the same behaviour as the macgui. - Fixed Start/Stop Tooltips on the mainwindow git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1736 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-207-122/+100
| | | | | | | | | | - User presets and built in presets are now show in seperate colours. User preset's are shown in black and built in are blue. - Added cancel button to add preset. - Removed File Menu > Import. This is not required. Users can import old .hb files as text into the query editor if need be. - Adding a new user preset no longer stores Title and file input/output information. While these were never used, it's a waste of space storing them in the user presets file. - Added a comfirm dialog for removing presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1735 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-191-0/+1
| | | | | | - Fix: Small issue with Queue Recovery feature. Encoded files were not removed from the recovery file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1733 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-192-2/+5
| | | | | | - Fixed bug. --markers wasn't detected with user presets, only -m worked. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1732 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-192-29/+13
| | | | | | | - Just allow ISO_Open to open all files. Will save adding all the ffmpeg options available. - Re-factored the chapter marker creation/query generation code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1731 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-193-63/+54
| | | | | | - Updated for x264's new default subme of 6. Remember to update your built-in presets! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1729 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-194-11/+24
| | | | | | | - Patch from canvas :- use format dropdown value for extension with the autoName function. Typo fix and add's the .m2ts file extension to the file open dialog box. - Fix in calculateDuration, don't crash if start chapter > end chapter. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1728 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-191-1/+1
| | | | | | - Forgot to remove a line of code used for debugging. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1721 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-184-23/+6
| | | | | | - Couple of bug fixes. Crop, -f option, typo git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1717 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-171-0/+8
| | | | | | - Possible fix in the Query Parser for the line "+ combing detected, may be interlaced or telecined" causing the parser to skip titles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1709 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552008-09-164-66/+67
| | | | | | | - Fixed a number of incorrect tooltips and text labels. - Moved the deblock control again, see if I can't completely avoid it overlapping another control. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1702 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-146-27/+28
| | | | | | - Fix: Cropping setting incorrectly set if --crop 0:0:0:0 is used in a preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1697 b64f7644-9d1e-0410-96f1-a4d463321fa5