Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Change the name of the night build start menu shortcut to "HandBrake ↵ | sr55 | 2017-01-01 | 2 | -4/+4 |
| | | | | Nightly" to distinguish it from the public release builds. | ||||
* | WinGui: Set version to 1.0.2 | sr55 | 2017-01-01 | 6 | -8/+8 |
| | |||||
* | Update copyright dates to 2017. | Bradley Sepos | 2017-01-01 | 8 | -8/+8 |
| | |||||
* | WinGui: Store the Extra Args when switching video encoders. This prevents ↵ | sr55 | 2016-12-31 | 1 | -4/+16 |
| | | | | invalid arguments getting passed to the encoder and as a bonus, remembers the users setting if they switch back | ||||
* | WinGui: Fixes to Subtitle Default behaviours. | sr55 | 2016-12-31 | 1 | -3/+17 |
| | |||||
* | WinGui: Downgrade Subtitle Behaviour Error to a warning. Also checks the ↵ | sr55 | 2016-12-29 | 3 | -5/+26 |
| | | | | behaviour mode now so it should not appear as often. Also change it to Yes/No confirmation. | ||||
* | WinGui: Don't open the source panel on launch if we are scanning a file by ↵ | sr55 | 2016-12-28 | 1 | -4/+1 |
| | | | | command line arguments. | ||||
* | WinGui: Bump versions to 1.0.1 | sr55 | 2016-12-27 | 6 | -8/+8 |
| | |||||
* | WinGui: A number of small fixes and Improvements. | sr55 | 2016-12-27 | 7 | -26/+27 |
| | | | | | | | | - Fix Update Preset Option. Add CC and Foreign Audio Scan were not setting correctly when updating a preset. Fixes #442 - Fix an issue where "Normal" Preset was showing as default as well as "Fast". - Fix issues in the preset loading of the Deinterlace/Decomb Presets. Fixes #443 - Make the Video Extra Options Box Fix to area to make it easier to read long option strings. - Change the logic for enabling the Use Advanced Options box to not look at the option string. Fixes #441 | ||||
* | WinGui: Fix "(Any)" language track option on the Audio Tab for Automatic ↵ | sr55 | 2016-12-26 | 2 | -7/+9 |
| | | | | Selection Behaviours | ||||
* | WinGui: Add support to make the windows UI more portable friendly. ↵ | sr55 | 2016-12-26 | 6 | -3/+202 |
| | | | | Configurable via portable.ini file. All temp, presets, settings, logs etc can be stored in a specific or current directory. | ||||
* | WinGui: New Setting to allow the QSV decoder to be used with Non QSV ↵ | sr55 | 2016-12-26 | 9 | -0/+71 |
| | | | | encoders. (Was on by default and not configurable. Now off by default but configurable) | ||||
* | WinGui: Change the status bar to show when it's doing a subtitle scan. | sr55 | 2016-12-22 | 5 | -10/+48 |
| | |||||
* | WinGui: Remove Preset AutoName function as it hasn't ever worked properly. | sr55 | 2016-12-22 | 3 | -7/+6 |
| | |||||
* | WinGui: Improve many tooltips for 1.0 #426 | sr55 | 2016-12-20 | 6 | -60/+392 |
| | |||||
* | WinGui: Update the VersionUtility class to work for official releases that ↵ | sr55 | 2016-12-18 | 7 | -158/+9 |
| | | | | are not from subversion. | ||||
* | WinGui: Set QSV Decode to false if the hardware isn't available for use. | sr55 | 2016-12-18 | 1 | -1/+3 |
| | |||||
* | WinGui: Advanced Tab Changes | sr55 | 2016-12-13 | 17 | -399/+29 |
| | | | | | | 1. Strip out a lot of the old advanced tab infrastructure as it is no longer needed. Only the deprecated X264 Advacned Panel is left. All other encoders use the Video tab now. 2. Changed Option to "Allow use of 'Advanced Tab'" and only show the tab if the checkbox on the video tab is checked. It will no longer show based on the perference alone. 3. Fix the one-way communication from Video Tab to X264 Tab so preset options are reflected ont he X264 Tab. The reverse is not supported but it will retain the previous options. | ||||
* | WinGui: Mark the Advanced Tab as Deprecated. #123 | sr55 | 2016-12-13 | 2 | -2/+2 |
| | |||||
* | WinGui: Fix Disabled state of queue tab when queue is in-line and queue is ↵ | sr55 | 2016-12-12 | 1 | -5/+6 |
| | | | | imported. It will now activate correctly. | ||||
* | WinGui: Further Fixes to the Picture Settings screen when handling new sources. | sr55 | 2016-12-10 | 1 | -10/+6 |
| | |||||
* | WinGui: Further fixes to handle the new "Automatic" anamorphic.. This should ↵ | sr55 | 2016-12-10 | 3 | -13/+18 |
| | | | | fix the case where Selecting a downscaled preset, then selecting a non downscaled preset would result in the Height not being recalculated. For now I've also disabled "Custom" anamorphic as it's quite badly broken until it can be re-worked. Fixes #415 | ||||
* | WinGui: Fix the numberbox control for users that have the High Contrast ↵ | sr55 | 2016-11-27 | 1 | -6/+9 |
| | | | | windows theme. The text should now be readable. Fixes #400 | ||||
* | WinGui: Fix a possible CollecitonModified Exception in the log service. | sr55 | 2016-11-27 | 1 | -1/+2 |
| | |||||
* | WinGui: Prompt to create folder when the destination path does not exist. ↵ | sr55 | 2016-11-16 | 4 | -21/+115 |
| | | | | Fixes #394 | ||||
* | Interop: Added functions to get the list of keys for filter settings, and ↵ | RandomEngy | 2016-11-06 | 2 | -0/+44 |
| | | | | the default settings for a filter. | ||||
* | WinGui: When we are dealing with Automatic anaorphic, we also need to ↵ | sr55 | 2016-11-06 | 1 | -0/+3 |
| | | | | pre-set the Height now when loading the source. | ||||
* | WinGui: Fix Anamorphic Mode Auto | sr55 | 2016-11-01 | 3 | -3/+4 |
| | |||||
* | WinGui: Fix Typo | sr55 | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | WinGui: Make the Width/Height fields enabled for Anamorphic=Automatic | sr55 | 2016-10-30 | 1 | -3/+3 |
| | |||||
* | WinGui: Fix a large number of stylecop warnings. | sr55 | 2016-10-30 | 42 | -120/+269 |
| | |||||
* | WinGui: Update status bar label text to say "errors or cancellations" to ↵ | sr55 | 2016-10-30 | 3 | -3/+4 |
| | | | | better handle the HB_ERROR_CANCELED change. Partially fixes #366 . Full implementation will come after 1.0 | ||||
* | WinGui: Better handle empty/null strings from ↵ | sr55 | 2016-10-30 | 1 | -33/+69 |
| | | | | hb_generate_filter_settings_json #374 | ||||
* | WinGui: Reduce margin around track icon on audio panel. Should get rid of ↵ | sr55 | 2016-10-29 | 1 | -1/+1 |
| | | | | the scrollbar by default. | ||||
* | WinGui: Replace Strict Anamorphic with Automatic. | sr55 | 2016-10-29 | 8 | -20/+21 |
| | |||||
* | WinGui: Always show the framerate controls when using QSV. When full QSV ↵ | sr55 | 2016-10-02 | 3 | -17/+2 |
| | | | | path is used (decode and encode), libhb will sanatise the setting for now. Fixes #340 | ||||
* | WinGui: Fix log display in the GUI where the start of a log could be cut ↵ | sr55 | 2016-09-23 | 2 | -40/+53 |
| | | | | off. Fixes #326 | ||||
* | WinGui: Fix log display in the GUI where the start of a log could be cut off. | sr55 | 2016-09-22 | 1 | -3/+2 |
| | |||||
* | WinGui: Set the Preset version to 3 in the defaultsettings.xml This should ↵ | sr55 | 2016-09-15 | 1 | -1/+1 |
| | | | | prevent outdated preset notificaiton for new users. | ||||
* | WinGui: Fix RF0 Lossless warning for x264 10bit | sr55 | 2016-09-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Add more space around the preview window when the content is larger ↵ | sr55 | 2016-09-09 | 1 | -2/+2 |
| | | | | than the screen work area. | ||||
* | WinGui: Fix #318 Video Previews can start at the beginning of the file, but ↵ | sr55 | 2016-09-09 | 1 | -1/+1 |
| | | | | the first preview is a little bit inside the file. So StartAtPreview indexes are out by 1. | ||||
* | WinGui: Add initial support for libopus audio encoder. | sr55 | 2016-09-03 | 2 | -0/+5 |
| | |||||
* | Fix an issue applying audio codec settings from the defaults which are ↵ | Andrij Abyzov | 2016-08-28 | 1 | -7/+7 |
| | | | | different from the current preset. | ||||
* | WinGui: Some cosmetic tweaks to the preferences window to fix some alignment ↵ | sr55 | 2016-08-26 | 1 | -8/+18 |
| | | | | issues. | ||||
* | WinGui: Change help link on toolbar to point to the new docs. | sr55 | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | WinGui: Some minor improvements to the scalability and spacing of the main ↵ | sr55 | 2016-08-12 | 1 | -9/+8 |
| | | | | window. | ||||
* | WinGui: prefer /docs over docs. | sr55 | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix some binding errors trigged by generated menu items. | sr55 | 2016-08-03 | 1 | -0/+7 |
| | |||||
* | WinGui: Fixing some data binding errors in the Audio and Subtitle Views | sr55 | 2016-08-03 | 2 | -7/+3 |
| |