| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
dependant 3.2 version.
|
| |
|
|
|
|
| |
available.
|
|
|
|
| |
entry boxes. #3431
|
| |
|
|
|
|
|
|
|
|
| |
- Tab Section titles removed from single purpose tabs (Chapters, Subtitle, Audio, Filters). Was unnecessary and frees up some space.
- A number of labels updated for consistency with the mac UI
- Added "Open preview" button to the Dimensions tab.
- Added "Source Preview" label to the Summary tab to try avoid confusion as to what this is for.
- Better job status display (HB Error codes with text description) on queue summary.
|
| |
|
| |
|
| |
|
|
|
|
| |
"AppsUseLightTheme" setting. #3369
|
|
|
|
| |
preferences. Closes #3363
|
| |
|
|
|
|
| |
Menu items.
|
|
|
|
|
| |
- The Toolbar "Presets" button has been changed to a dropdown button. This now allows access to the Preset manage, and also displays all the preset categories. This is similar to the preset overlay window on macOS.
- Use a larger font size for the default preset in the Preset Manager in place of what used to be bold to make it a bit more noticable.
|
|
|
|
| |
inverts the UI.
|
|
|
|
| |
It's not so meaningful here.
|
|
|
|
| |
Yes/No" to remove association of bold == default. #3331
|
|
|
|
| |
Thanks. #3222
|
| |
|
|
|
|
|
|
| |
to be installed on the machine)
Changed the configruation to make the UI platform agnostic. This will allow it to run on ARM64 natively (in theory) with if provided with an ARM64 native hb.dll
|
|
|
|
|
| |
- Improvements to the hardware resource manager that determines simultaneous job processing.
- Reliability improvements in multiple log file handling.
|
|
|
|
| |
Small performance improvement on the log window.
|
| |
|
| |
|
| |
|
|
|
|
| |
backups #2917
|
|
|
|
| |
Fixes #3070
|
|
|
|
| |
path in preferences. #3069
|
|
|
|
|
|
|
|
|
| |
- Add Category to the preset information pane.
- Allow Preset Category to be changed for User Preset only.
- Add "(Default Preset)" label on the info tab
- Add button to Set Default Preset on the info tab.
- Add Help Icon to open up the docs page (Per Mac UI)
- Misc Fixes
|
|
|
|
|
|
|
|
| |
utilises the change 2677f9fe9e91f9dfeccaf8c265615a703e20efa5
This is a new preference in Preferences -> Output Files -> Metadata
There is no change to the previous metadata passthru behaviour. It's simply now possible to turn it off.
|
| |
|
| |
|
|
|
|
| |
Stop button that allows for existing jobs to be completed before stopping the queue. When done action will also be honoured. #2974
|
|
|
|
| |
the limit to 8 where a system has > 8 physical cores.
|
|
|
|
|
|
|
|
| |
- Remove the deprecated side panel. The in-line preset selector is now always shown in it's place. This frees up significant horizontal space for upcoming enhancements.
- The toolbar "Presets" button now launches a new preset manager. Same design language as the Queue window allowing for better management of presets.
-- Add option to delete all built-in presets. #2963
This is considered an experimental design for now. It may or may not change.
|
|
|
|
| |
screenn #2437
|
|
|
|
| |
Adding the Resolution Limit on display and removing upscale limitations. (These will come back in some less restrictive than current form later) #2437
|
|
|
|
|
|
|
|
| |
- Added the same Filters summary that exists on the main window summary tab to the queue summary window.
- Compacted the Advanced summary from 5 to 3 lines.
- Match the mac UI and show default/forced on the subtitle tracks.
Fixes #2922
|
|
|
|
| |
Windows 8. We are only going to support this on 10 or later. Fixes #2940
|
|
|
|
| |
(cherry picked from commit a19b4b0a304ba5c8e5349a50dcce7fdcaf48691a)
|
|
|
|
|
|
|
|
| |
closed, trigger a series of events that cause the preset to be de-selected.
Fix an issue where removing a preset can leave none selected.
#2875
|
|
|
|
| |
importing of scan data where it is not possible for us to recieve a sample source. + some code tidyup.
|
|
|
|
| |
Minor UI tweaks on the Picture settings tab including moving the Rotate/Flip filter onto this tab. #2437
|
|
|
|
| |
link button) #2827
|
| |
|
|
|
|
| |
accidental track's being dropped.
|
| |
|
|
|
|
|
|
|
|
|
| |
WinGui: Refactoring and laying the groundwork in many parts of the UI code in preparation for supporting multiple concurrent jobs running.
- Add support for multiple log files to the Activity log screen and refactor usages of ILog. Each Encode instance will now get a separate instance instead of there being one global instance.
- Retire the Mini Display Window. It's very rarely used, not very easy to even find and of limited value.
- Add the preferences code for the Simultaneous encode setting.
Locked to one instance for now. This will allow us to test with users that existing functionality still works fine.
|
|
|
|
|
|
| |
how it works.
Locked down protable mode so process isolation can't be tricked to be on.
|
|
|
|
|
|
| |
- Harden the worker process. Token is now required as a HTTP header for all actions.
- Added an option to portable.ini to completely disable this functioanlity. May be useful for some enterprise environents
- Few fixes
|