summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Improve Add to queue error Handling. Combine 2 Dialog prompts into ↵sr552019-01-246-28/+69
| | | | | | one. + Allow early exit from Add Selection. #1833
* 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: Update EncoderHelpers for Subtitle changessr552019-01-141-0/+12
|
* WinGui: Initial support for SSA file import.sr552019-01-1410-23/+26
|
* Add SSA subtitle importJohn Stebbins2019-01-142-5/+7
|
* WinGui: Make the toolbar customisation options more discoverable by making ↵sr552019-01-145-9/+84
| | | | them preferences in the options screen.
* WinGui: Removing a miss remnant of the old advanced tab.sr552019-01-141-3/+0
|
* WinGui: Make the MRU feature more useful. If the directory is not found, ↵sr552019-01-121-0/+18
| | | | check to see if the Parent directory exists. #1795
* WinGui: Minor tidyup in MVM.sr552019-01-121-176/+11
|
* WinGui: Strip out some legacy code for x264 options handling.sr552019-01-1221-8138/+5282
|
* 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-114-4/+12
| | | | 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: Improvements to the new queue design.sr552019-01-046-20/+128
| | | | | | | - Added "Options" drop button to the Summary Tab. Includes "Play File" and "Open Source/Dest directory" options - Moved the encode status information onto the Summary Tab (only shown when encoding) - Added placeholder buttons for Move up/down to make queue re-ordering more discoverable. - Space optimisation
* 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
* 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 Sepos2019-01-018-8/+8
|
* setup: don't require the user to agree to GPL-3 to complete setup.Diego Elio Pettenò2018-12-312-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 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: Make the new queue design default for new nightly installs. Move ↵sr552018-12-283-176/+196
| | | | the When Done option below the queue list.
* 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.3.0sr552018-12-265-7/+7
|
* 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-097-269/+92
| | | | manager. The consumers should manage this themselves.
* WinGui: FIx a small bug in the HTTP Servicesr552018-12-091-1/+1
|
* WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few ↵sr552018-12-0811-31/+45
| | | | 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
|