summaryrefslogtreecommitdiffstats
path: root/win/CS
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Various fixes and improvements to validation handling and options ↵sr552019-04-1910-88/+107
| | | | | | | | | in the UI. - Fixed add to queue error handling on 2 code paths that ignored errors returned. - AutoName will now guarantee a unique filename rather than stop after the first attempt. - Options Pane now lists the available format and path variables that can be used in the UI (rather than the tooltip) - Ordering of validation rules changed to be more sensible, especially when handling paths that end up same as source.
* WinGui: Fix Language ordering for Audio and Subtitle tabs. Fixes #2050sr552019-04-172-7/+15
|
* WinGui: Don't export Rotate is not set in preset export. Fixes #2047sr552019-04-171-1/+6
|
* WinGui: Fix previews after hb_image_s change. Fixes #2044sr552019-04-161-0/+1
|
* WinGui: Reset IsPresetModified when Updating a preset. Fixes #2042sr552019-04-161-0/+1
|
* WinGui: Set the Countdown Alert to top most. #2032sr552019-04-111-1/+1
|
* WinGui: Fix Race Condition crash when cancelling scan.sr552019-04-081-0/+1
|
* WinGui: Improve the failed scan information window. #2025sr552019-04-084-7/+7
|
* WinGui: Allow "Esc" key to be pressed on the source selection window. #2026sr552019-04-081-1/+1
|
* WinGui: Retry menu item disabled state fixed on queue.sr552019-04-061-0/+4
|
* WinGui: Minor bug fixes and UX improvements to the new queue design.sr552019-04-064-4/+22
|
* WinGui: Add "hardware.enabled" option to portable.inisr552019-04-063-2/+20
|
* WinGui: Reafactor application init and introduce a --no-hardware flat that ↵sr552019-04-0616-76/+149
| | | | can be added to HandBrake.exe to disable hardware encoder support.
* wingui: Fix filter order caused by addition of Chroma Smooth.Bradley Sepos2019-03-311-0/+1
|
* WinGui: Minor queue bugfix for delete actionsr552019-03-301-0/+5
|
* WinGui: Increase Queue Window size and make more space for the Filenames on ↵sr552019-03-294-10/+12
| | | | the left panel. #2009
* WinGui: Fix an issue where cropping was taking into account too late when ↵sr552019-03-241-14/+20
| | | | loading presets. Fixes #2007
* WinGui: More robust Timespan parsing.sr552019-03-231-3/+15
|
* WinGui: Add protection against unavailable directory in MRU List. Fixes #1995sr552019-03-171-2/+2
|
* WinGui: Move all image paths to be consistent.sr552019-03-101-4/+4
|
* WinGui: Fix inline queue.sr552019-03-102-2/+2
|
* WinGui: Log exceptions out to files in the log directory. #1950sr552019-03-091-27/+26
|
* WinGui: Add log messages around preset service actions that were not ↵sr552019-03-091-17/+16
| | | | previously logged.
* WinGui: Add some error checking into the Portable mode to guide users when ↵sr552019-03-094-23/+115
| | | | there are problems with probable.ini
* WinGui: Bind "Ctrl-C" on the Error window. This *may* be usable in some ↵sr552019-03-092-7/+34
| | | | instances where the screen doesn't render correctly to allow us to see the error. #1950
* WinGui: Update the installers to include the zh language files.sr552019-03-042-0/+12
|
* WinGui: Adding initial Chinese Translationsr552019-03-034-0/+2375
|
* WinGui: Update German Translationsr552019-03-032-39/+69
|
* WinGui: Queue Up/Down button size aligned with other buttons on the window.sr552019-03-031-2/+2
|
* WinGui: Queue -> Overhaul the context menu on the queue to offer context ↵sr552019-03-035-24/+105
| | | | aware tasks for the selected tasks.
* WinGui: Remove the legacy queue design. The new design is now always used.sr552019-03-0316-1094/+465
|
* WinGui: Further evolving the new queue design.sr552019-02-233-163/+229
|
* WinGui: Reinstate "Resume" vs "Start" encode on the Main screen. Fixes #1919sr552019-02-223-1/+24
|
* WinGui: Attempt to be smarter with the Autonaming when dealing with ↵sr552019-02-211-10/+16
| | | | directories with ".". Fixes #1917
* WinGui: Fix summary tab delayed refresh. Fixes #1914sr552019-02-201-0/+2
|
* WinGui: Fix a crash for new installs or users upgrading from older versions. ↵sr552019-02-191-0/+4
| | | | Fixes #1916
* WinGui: Set the button text to "Apply" on the Defaults Windows rather than ↵sr552019-02-187-18/+33
| | | | "Save" to try avoid confusion. Improves #1907
* WinGui: Undo some debugging code.sr552019-02-171-1/+1
|
* WinGui: Backout Handling of AccessViolations. Makes the hardware handling ↵sr552019-02-171-6/+6
| | | | issue worse.
* WinGui: Attempt to fix the the exception handling when AccessViolations occur.sr552019-02-161-4/+21
|
* WinGui: Add HandleProcessCorruptedStateExceptions around Init.sr552019-02-161-5/+11
|
* WinGui: Temp fix for the build until we can refactor the queue error handling.sr552019-02-133-1/+13
|
* Add WebM support (#1822)Justin Bull2019-02-1316-23/+204
| | | Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time.
* WinGui: Remove hard coded ordering on the in-line presets selector.sr552019-02-112-42/+57
|
* WinGui: Utilise new hb_global_init_no_hardware when hb_global_init fails. ↵sr552019-02-117-55/+79
| | | | The preferences Video tab now notes that hardware encoding options are disabled.
* WinGui: Remove left over Advanced Tab checkboxsr552019-02-114-39/+19
|
* WinGui: Change the behaviour of the destination source alert to revert to ↵sr552019-02-071-1/+1
| | | | the last change before the user triggered the alert.
* WinGui: Fix instance handling in Libencode.sr552019-02-031-17/+17
|
* WinGui: Make the disposal of services more aggressive. May Fix or help in #1851sr552019-02-024-50/+98
|
* WinGui: Remove inline Destination check. It's more annoying than useful. ↵sr552019-01-301-7/+0
| | | | Fixes #1857