Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Remove further unneeded references from HandBrake.ApplicationServices | sr55 | 2017-02-03 | 1 | -7/+0 |
| | |||||
* | WinGui: Change the services library dll imports to be "hb" rather than ↵ | sr55 | 2017-02-03 | 1 | -92/+92 |
| | | | | "hb.dll". This will allow libhb.dylib and libhb.so to be loaded. | ||||
* | WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ↵ | sr55 | 2017-02-03 | 6 | -31/+64 |
| | | | | and WindowsBase from the Services library. This makes the library more portable. | ||||
* | WinGui: Adding missing Tape and Sprite Denoise Tunes #544 | sr55 | 2017-01-25 | 1 | -0/+8 |
| | |||||
* | WinGui: Always use iso639 for srt language code rather than name. #541 | sr55 | 2017-01-24 | 3 | -2/+48 |
| | |||||
* | WinGui: Another fix to WhenDone. Should reset when the main window opens, ↵ | sr55 | 2017-01-23 | 1 | -0/+6 |
| | | | | not when preferences opens. | ||||
* | WinGui: Bump version to 1.0.3 for the future release. | sr55 | 2017-01-22 | 6 | -8/+8 |
| | |||||
* | WinGui: Fix an issue with QueueEdit not restoring PointToPoint settings ↵ | sr55 | 2017-01-22 | 1 | -6/+7 |
| | | | | correctly. | ||||
* | WinGui: Set a min height on the queue selection window. | sr55 | 2017-01-21 | 1 | -0/+1 |
| | |||||
* | WinGui: Pause on Low Diskspace is for local drives only. Disabling check for ↵ | sr55 | 2017-01-15 | 1 | -1/+1 |
| | | | | UNC paths. #527 | ||||
* | WinGui: Remove extension check as it can cause an erroneous error when ↵ | sr55 | 2017-01-15 | 1 | -1/+1 |
| | | | | setting the filename manually. | ||||
* | WinGui: Fix typo in #496 | sr55 | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Use new hb_opencl_set_enable function. #496 | sr55 | 2017-01-15 | 4 | -3/+8 |
| | |||||
* | WinGui: SplitButton was broken. #524 | sr55 | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix erroneous path and filename handling. #515 | sr55 | 2017-01-14 | 2 | -8/+18 |
| | |||||
* | WinGui: Fix a crash when saving presets for video encoders that don't have ↵ | sr55 | 2017-01-14 | 1 | -3/+3 |
| | | | | preset or profile options. #516 | ||||
* | WinGui: Fix an issue which prevented the GUI from parsing presets with ↵ | sr55 | 2017-01-13 | 3 | -4/+11 |
| | | | | | | hb_presets_read_file_json becaused it returned an unnamed list when reading plist files. It can now handle PresetList or just unnamed Json List [] Also made the parser more tolerant to casing and unset and unexpected values. | ||||
* | WinGui: Put up a clearer error when we can't read older presets rather than ↵ | sr55 | 2017-01-12 | 4 | -5/+29 |
| | | | | just showing a stack trace. #513 | ||||
* | WinGui: Update EndPoint for API Change. | sr55 | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix for the Queue Item Tooltip. Would erroneously display "2Pass" ↵ | sr55 | 2017-01-11 | 1 | -1/+7 |
| | | | | for CRF encodes. | ||||
* | WinGui: Fix a stack overflow exception in Options screen that was causing a ↵ | sr55 | 2017-01-09 | 1 | -1/+0 |
| | | | | settings reset. | ||||
* | WinGui: Allow the log window to be opened from the Scan Status Overlay. | sr55 | 2017-01-08 | 4 | -20/+81 |
| | |||||
* | WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, ↵ | sr55 | 2017-01-08 | 7 | -50/+66 |
| | | | | MainWindow and Preferences | ||||
* | WinGui: Workaround a bug in libhb where if the audio track name == "", the ↵ | sr55 | 2017-01-07 | 1 | -1/+2 |
| | | | | engine crashes when initially writing the mp4 file. | ||||
* | WinGui: Make sure to set libdvdnav setting before encoding. This fixes an ↵ | sr55 | 2017-01-07 | 1 | -0/+2 |
| | | | | issue where reloading the queue would result in this setting being ignored. | ||||
* | WinGui: Adding Queue Start/Pause Context Menu options to the In-line queue ↵ | sr55 | 2017-01-07 | 7 | -29/+107 |
| | | | | and queue window. #489 | ||||
* | WinGui: Improve the SourceMax / Custom Picture Settings modes. Fixes a numer ↵ | sr55 | 2017-01-02 | 2 | -31/+38 |
| | | | | of edge causes and problems with this code #455 | ||||
* | 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 |