Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Fix for configure audio tracks not behaving correctly with "Any" option. | sr55 | 2016-01-31 | 1 | -7/+12 |
| | |||||
* | WinGui: Extra Space. | sr55 | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | WinGui: Allow the Nightly build and Release version to be run side-by-side. ↵ | [email protected] | 2016-01-29 | 4 | -4/+76 |
| | | | | The nightly build will store the config and presets file in a "Nightly" sub directory. If this directory doesn't exist, it'll create it and try port the release versions to it. | ||||
* | WinGui: Add support for the rotate and flip filter. | [email protected] | 2016-01-29 | 8 | -124/+237 |
| | |||||
* | WinGui: Fix an issue loading the language lists in the Audio / Subtitle ↵ | sr55 | 2016-01-23 | 2 | -194/+210 |
| | | | | default tabs. | ||||
* | WinGui: Unsaved file | sr55 | 2016-01-17 | 1 | -1/+0 |
| | |||||
* | WinGui: Fix an issue reloading "None" anamorphic setting on presets during ↵ | sr55 | 2016-01-17 | 1 | -1/+2 |
| | | | | app startup. | ||||
* | WinGui: Fix Preset json file import. | sr55 | 2016-01-17 | 2 | -6/+7 |
| | |||||
* | WinGui: QuickSync H265 supports levels. | sr55 | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix an issue where the framerate shaper wasn't applied when the ↵ | sr55 | 2016-01-05 | 1 | -7/+5 |
| | | | | framerate was same as source. | ||||
* | WinGui: Fixed an issue that was preventing the h264 level combo displaying ↵ | sr55 | 2016-01-05 | 1 | -1/+1 |
| | | | | for quicksync h264 | ||||
* | WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal ↵ | sr55 | 2016-01-03 | 2 | -3/+3 |
| | | | | libhb defaults. | ||||
* | WinGui: Presets: Fix loading of container type. | sr55 | 2016-01-03 | 1 | -0/+3 |
| | |||||
* | Update copyright dates to 2016. | Bradley Sepos | 2016-01-01 | 8 | -8/+8 |
| | |||||
* | WinGui: Some API and warnings cleanup. | Scott | 2015-12-27 | 25 | -135/+305 |
| | |||||
* | WinGui: Missing changes from previous checking that was fixing queue edit bugs. | Scott | 2015-12-27 | 1 | -3/+4 |
| | |||||
* | WinGui: Couple of fixes for the Edit Queue feature. (Video Tune, Video ↵ | Scott | 2015-12-27 | 3 | -21/+57 |
| | | | | | | Bitrate, Video Preset and Framerate) options were not setting correctly. In addition, if the app recovers the queue, it will by default enable the whole UI now. This is needed particularly with the in-line queue when enabled. | ||||
* | WinGui: Some fixes around the preset audio / subtitle configure default ↵ | Scott | 2015-12-15 | 1 | -7/+17 |
| | | | | settings not being loaded correctly. | ||||
* | WinGui: Fix an issue with the Subtitle Burn In Behavior dropdown not being ↵ | Scott | 2015-12-14 | 1 | -3/+1 |
| | | | | selected correctly on preset change and first load. | ||||
* | WinGui: Ability to Force Preset updates change tidy up | Scott | 2015-12-14 | 4 | -4/+20 |
| | |||||
* | WinGui: Re-implement the ability to force a preset upgrade on nightly build ↵ | Scott | 2015-12-14 | 3 | -76/+99 |
| | | | | users. | ||||
* | WinGui: Fix an issue where presets crop settings could be incorrectly stored ↵ | Scott | 2015-12-12 | 1 | -1/+1 |
| | | | | for fresh installs of the app until the user reset built-in presets manually. | ||||
* | WinGui: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast ↵ | Scott | 2015-12-12 | 8 | -9/+46 |
| | | | | Decode checkbox not setting correctly all the time. Improved scan cancel handling. | ||||
* | Using ErrorService.ShowMessageBox instead of MessageBox.Show | Sverrir Sigmundarson | 2015-11-26 | 1 | -11/+21 |
| | |||||
* | Minor fixes to chapterdb.org support that were lost in a merge-gone-wrong. | Sverrir Sigmundarson | 2015-11-23 | 6 | -6/+30 |
| | |||||
* | Adding support for ChapterDb.org input formats (XML and TXT) files. Minor ↵ | Sverrir Sigmundarson | 2015-11-23 | 9 | -41/+461 |
| | | | | refactorings to accomodate the parsing of the new input formats. | ||||
* | Merge pull request #37 from sverrirs/chapters-csv-upd | Scott | 2015-11-22 | 5 | -62/+162 |
|\ | | | | | Improving support for importing Chapter names via CSV file | ||||
| * | Fixing importing and exporting of chapters via CSV files. Adding proper ↵ | Sverrir Sigmundarson | 2015-11-21 | 5 | -62/+162 |
| | | | | | | | | handling of escape characters, handling of most common alternative value separators. Fixing resource leakage via undisposed FileDialogs. | ||||
* | | Quick Fix for the broken Nightly build. Will add bit-depth support at a ↵ | Scott | 2015-11-22 | 2 | -1/+3 |
|/ | | | | later point. | ||||
* | WinGui: Fixing subtitle behavior option in the json preset factory. | Scott | 2015-11-15 | 1 | -2/+1 |
| | |||||
* | WinGui: Add warning dialog on Destination Browse Button if disk space is ↵ | Scott | 2015-11-10 | 12 | -4/+176 |
| | | | | | | low. Added new Advanced Option in preferences that will force the queue to check for low disk space before starting each job and pause if necessary. Low Disk Space level is currently set at 10GB. Will add a preference to adjust this at a later point | ||||
* | Add Error count to the Status bar when queue completes. | Scott | 2015-11-08 | 5 | -1/+35 |
| | |||||
* | Make Process Priority a real-time setting. Not per encode instance. | Scott | 2015-10-31 | 5 | -30/+47 |
| | |||||
* | Allow the preview encode to run at the same time as an actual encode. | Scott | 2015-10-31 | 5 | -32/+46 |
| | |||||
* | Missed file from last checkin. | Scott | 2015-10-30 | 1 | -0/+1 |
| | |||||
* | Tidy up the Preset Service. Preset version checking should now be working ↵ | Scott | 2015-10-30 | 5 | -37/+88 |
| | | | | for the new format. | ||||
* | Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same ↵ | Scott | 2015-10-24 | 12 | -99/+197 |
| | | | | "presets / custom" format that the other UI's do. | ||||
* | Adding a "When Done" Label and Context Menu to the Main Screen status bar. | Scott | 2015-10-24 | 8 | -10/+88 |
| | | | | This should make it more obvious to users that they have a "When done" action turned on, especially when coming back to the app after a period of time. | ||||
* | Tidy up some code for the new inline queue view. | Scott | 2015-10-24 | 3 | -26/+0 |
| | |||||
* | Improve the In-line queue display. | Scott | 2015-10-24 | 8 | -21/+336 |
| | |||||
* | Initial commit to allow the Queue Window to be embedded in the main window. ↵ | Scott | 2015-10-24 | 12 | -352/+136 |
| | | | | Still some UX/UI stuff to tidy up later. | ||||
* | Merge pull request #21 from jstebbins/grayscale | John Stebbins | 2015-10-19 | 3 | -7/+8 |
|\ | | | | | grayscale: make it a real filter | ||||
| * | grayscale: wingui changes | John Stebbins | 2015-10-16 | 3 | -7/+8 |
| | | |||||
* | | Completely re-factored the preset file storage to use the same format as the ↵ | Scott | 2015-10-16 | 7 | -248/+224 |
| | | | | | | | | | | | | Mac and Linux GUI's. You can now copy the file between platforms and it should load correctly. WARNING: Any current presets will be lost when you install this or any later build as the format is not backwards compatible and there is no upgrade path. | ||||
* | | Fixing the storage of user presets. Need to confirm PresetContainer format. | Scott | 2015-10-16 | 1 | -1/+3 |
| | | |||||
* | | Refactoring the Preset service to store the Built-In Presets and User ↵ | Scott | 2015-10-16 | 5 | -69/+77 |
|/ | | | | Presets in the new version of the JSON format. This allows HandBrakeCLI to use the presets stored by the GUI. | ||||
* | Updating the status to be consistent with the queue display. | Scott | 2015-10-10 | 3 | -12/+7 |
| | |||||
* | Adding Pass Count back onto the status bar. | Scott | 2015-10-10 | 3 | -6/+13 |
| | |||||
* | Updating for the new deinterlace/decomb preset keys. | Scott | 2015-10-09 | 2 | -51/+65 |
| | |||||
* | Adding some additional tooltips to the picture settings and video tabs. | Scott | 2015-10-03 | 6 | -120/+409 |
| |