summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Collapse)AuthorAgeFilesLines
* Merge WinGui: Update Min Title Scan labelsr552019-02-112-3/+3
|
* WinGui: Fix instance handling in Libencode.sr552019-02-111-17/+0
|
* WinGui: Make the disposal of services more aggressive. May Fix or help in #1851sr552019-02-111-0/+17
|
* WinGui: Remove hard coded ordering on the in-line presets selector.sr552019-02-112-42/+57
|
* WinGui: Merging no_hardware fallback change over.sr552019-02-115-53/+52
|
* WinGui: Fix instance handling in Libencode.sr552019-02-051-17/+17
|
* WinGui: Make the disposal of services more aggressive. May Fix or help in #1851sr552019-02-054-50/+98
|
* WinGui: Remove inline Destination check. It's more annoying than useful. ↵sr552019-01-301-7/+0
| | | | Fixes #1857
* WinGui: Adding some additional validation to the destination box.sr552019-01-271-0/+7
|
* WinGui: Fix preset updates. Built in presets should now automatically ↵sr552019-01-182-67/+56
| | | | update. It will try and preserve old prests but this may not always be possible.
* WinGui: Improve the quality of text rendering on the installer on high DPI ↵sr552019-01-112-0/+2
| | | | displays.
* WinGui: Improvements to the installer. Fixed the issue where the ↵sr552019-01-113-4/+10
| | | | uninstaller could appear behind the installer. Updated the Background Image on the installer to the project logo.
* WinGui: Fix a potential crash in the OptionsTabNameConverter. Fixes #1784sr552019-01-041-4/+12
|
* WinGui: Remove support for loading legacy settings files AND add VideoScaler ↵sr552019-01-031-53/+2
| | | | to the reset legacy settings list to avoid crash issues. Fixes #1782
* WinGui: Add CPU info back into the log header as it's not always available ↵sr552019-01-011-0/+1
| | | | in the log body.
* WinGui: Fix restriction on the picture settings tab after setting a preset. ↵sr552019-01-011-2/+6
| | | | It will use whatever is smaller. Source, or Preset #1773
* setup: don't require the user to agree to GPL-3 to complete setup.Diego Elio Pettenò2019-01-012-0/+6
| | | | | | | As @foone complains on twitter often enough, this should not require agreement for use since GPL is not an EULA. The definitions are inspired from the similar NSIS setup file from VLC.
* WinGui: Fix erroneous log message error about invalid x264 preset when not ↵sr552019-01-011-0/+5
| | | | using an x264 encoder.
* Update copyright dates to 2019.Bradley Sepos2018-12-314-4/+4
| | | | (cherry picked from commit 5a65df0d5838a3c8896ca0f5ce077cdf051358dc)
* WinGui: Fix Detelecine tooltip. Fixes #1760sr552018-12-303-27/+21
|
* WinGui: Fix issues with "Any" language selection with the "First" option ↵sr552018-12-302-70/+74
| | | | used. For both Audio and Subtitle tabs, this should now only provide 1 track. Fixes #1735 and makes the behaviour consistent with the Mac/Linux GUI's
* WinGui: Fix an issue where picture settings (crop and anamorphic) are not ↵sr552018-12-301-0/+11
| | | | correctly restored on queue edit. Fixes #1771
* WinGui: Restore the options dropdown on the legacy queue design.sr552018-12-281-0/+23
|
* WinGui: Tighten up the UI for marginal displays and move the "Back" button ↵sr552018-12-282-14/+12
| | | | on the options pane near the top.
* WinGui: Bump version to 1.2.1sr552018-12-263-4/+4
|
* WinGui: Where the system language isn't English, allow English language to ↵1.2.0sr552018-12-161-1/+1
| | | | be used in GUI.
* WinGui: Quick Fix of shutdown option for German translation.sr552018-12-161-0/+6
|
* WinGui: Fix an error when trying to encode an item with no destination.sr552018-12-161-8/+9
|
* WinGui: Try to work-around broken shell extensions breaking the Shutdown ↵sr552018-12-151-1/+3
| | | | feature.
* WinGui: Reset the cancel flag on the Countdown Window for post-encode ↵sr552018-12-152-2/+3
| | | | actions. #1729
* WinGui: Focus the preview window when the button is pressed while it is ↵sr552018-12-141-0/+5
| | | | still open.
* WinGui: Don't allow multiple preview windows to be opened.sr552018-12-143-2/+3
|
* WinGui: Consistency tweak. "Reload" instead of "Reload Defaults"sr552018-12-123-5444/+5443
|
* WinGui: Some further tidyup of HandBrake.Interop. Remove the instance ↵sr552018-12-093-1/+57
| | | | manager. The consumers should manage this themselves.
* WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few ↵sr552018-12-089-31/+39
| | | | other warnings in the code.
* WinGui: Completely hide the 2pass control for all hardware encoders.sr552018-12-022-16/+12
|
* Default Nvenc to use slower, higher quality settings. Fix some issues around ↵sr552018-12-011-1/+1
| | | | the rate control, profile and level settings.
* WinGui: Fix a minor cosmetic issue on the extra args box on the video tab. ↵sr552018-11-291-1/+1
| | | | Fixes #1705
* WinGui: Allow Add All / Add Selection to queue to be added to the toolbar ↵sr552018-11-247-5436/+5561
| | | | similar to the mac ui. Enabled via the toolbar right click context menu.
* WinGui: Tidy up a few instances of mesagebox.show.sr552018-11-244-10/+10
|
* WinGui: Trim some duplicate error messages on the main screen.sr552018-11-244-46/+2
|
* WinGui: Update German translation #1597sr552018-11-232-81/+188
|
* WinGui: Disable 2-pass for NVEnc and VCE. this is not implemented.sr552018-11-212-2/+33
|
* WinGui: Fixing various UI Localisation issues and missing strings. #1597sr552018-11-198-5153/+5572
|
* WinGui: Updated DE Translations. Updated the Source Selection view to be ↵sr552018-11-184-130/+604
| | | | more responsive #1597
* WinGui: Save Options when the app closes, if the options window was last ↵sr552018-11-182-8/+7
| | | | open and unsaved.
* Few Minor UI Tweaks to better handle localised content.sr552018-11-172-6/+6
|
* WinGui: Minor Code Tidyupsr552018-11-173-4/+1
|
* WinGui: Fix build system / installer issues around language support.sr552018-11-173-4/+15
|
* WinGui: Adding Language support to the UI. Adding Partial Translation for ↵sr552018-11-1111-5114/+7170
| | | | | | German Language (Work in progress) #1597 Also fix Main_SelectPreset error. #1669