summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/defaultsettings.xml
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Add a new option to autoname that mimic's an unintended behaviour of ↵sr552020-01-011-0/+8
| | | | 1.2 "Always use the default path for each new name generated" #2434
* WinGui: Catchup some remaining strings that were not localisable. #2345sr552019-10-131-3/+3
|
* WinGui: Optional support for previewing flip/rotate. #2334sr552019-10-011-0/+8
|
* WinGui: Since the UI now has active storage space left monitoring, set the ↵sr552019-07-141-1/+1
| | | | default to 2GB rather than 10GB. Users can up this if they desire.
* WinGui: Remove the experimental embedded queue. It's not been working right ↵sr552019-07-141-8/+0
| | | | for a while and I don't intend to develop it out.
* WinGui: Build out code for active monitoring of storage and battery power ↵sr552019-07-051-0/+8
| | | | | | | | | | on the system. (Similar to what the LinUI does) - Automatic pause on "Low" or "Critical" battery alarms. The % level is set in Windows power settings. Automatic Resume when AC returns, if it was paused by an alarm. - Automatic encode pause when destination drive drops below 2GB. (May make this a preference set later) - Behaviour of pause queue on low disk space with a user defined level in preferences is unchanged. #2109 #2181
* WinGui: The preferences UI for "Pause on low disk space" was bad with the ↵sr552019-07-051-1/+1
| | | | checkbox being separated from the size limit. Wording / layout for this now matches MacGui.
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also ↵sr552019-06-241-2/+2
| | | | change "suspend" to "sleep" to be consistent with the OS. Fixes #2162
* WinGui: Few minor features + Early access to a new "Dark" theme. It's not ↵sr552019-06-161-0/+8
| | | | yet complete but will give a general idea of the look and feel! (Can be toggled on in preferences)
* WinGui: Add Preference to perform the When Done Action immediately without ↵sr552019-05-221-1/+8
| | | | the 60 second prompt. (off by default)
* WinGui: Update new default settings for collision behaviour.sr552019-04-211-1/+1
|
* WinGui: Auto-name System will now always generate a unique filename. The ↵sr552019-04-211-1/+17
| | | | Prefix is now a configurable Pre/Postfix in preferences. "(1)" will always be appended with an appropriate number where a collision occurs.
* WinGui: New option to control the file overwrite default behaviour. ↵sr552019-04-201-0/+9
| | | | Overwrite or Ask.
* WinGui: Remove the legacy queue design. The new design is now always used.sr552019-03-031-8/+0
|
* WinGui: Strip out some legacy code for x264 options handling.sr552019-01-121-8/+0
|
* WinGui: Make the new queue design default for new nightly installs. Move ↵sr552018-12-281-0/+8
| | | | the When Done option below the queue list.
* WinGui: Allow Add All / Add Selection to queue to be added to the toolbar ↵sr552018-11-241-0/+16
| | | | similar to the mac ui. Enabled via the toolbar right click context menu.
* WinGui: Set x264/5 Granularity to 0.5 by default. Also allow the slider ↵sr552018-08-311-1/+1
| | | | control to grow to the available size to make it easier for fine tuning by mouse.
* WinGui: Move UserSettings over to JSON format. Settings from the older XML ↵sr552018-07-181-48/+0
| | | | format will automatically transfer and the legacy files will be removed.
* WinGui: Extend the "Video" preference tab to allow the hardware encoders to ↵sr552018-06-291-0/+25
| | | | be disabled.
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-101-0/+16
|
* WinGui: Show Picture Preview on Summary Tab by default.sr552018-04-111-0/+8
|
* WinGui: Make the QSV Decoding options clearer.sr552017-12-131-1/+1
|
* WinGui: Make the When Done Play Sound option more granular. Queue vs Encode ↵sr552017-12-131-0/+8
| | | | preferences.
* WinGui: Rename the ShowPresetPanel option key to force everyone to have the ↵sr552017-12-101-1/+1
| | | | new default.
* WinGui: Experimenting with InLine vs Preset Pane designs.sr552017-09-171-0/+8
|
* WinGui: Implementing the new Preset design that does away with the legacy ↵sr552017-09-081-8/+0
| | | | style preset pane and re-arranges parts of the main window for better process flow.
* WinGui: Add a new option to play Sound when queue or single encode completessr552017-03-161-0/+16
|
* WinGui: Add option to show progress percentage in app title bar, and the ↵sr552017-03-161-1/+9
| | | | task tray header and system tray tooltip. (Configured via preferences). #630
* WinGui: New Setting to allow the QSV decoder to be used with Non QSV ↵sr552016-12-261-0/+8
| | | | encoders. (Was on by default and not configurable. Now off by default but configurable)
* WinGui: Set the Preset version to 3 in the defaultsettings.xml This should ↵sr552016-09-151-1/+1
| | | | prevent outdated preset notificaiton for new users.
* WinGUI: Remove option to enable DXVA decoding. There are too many issues ↵sr552016-03-211-8/+0
| | | | with timestamp handling and no easy way to fix them so instead of having a higher failure rate, we've decided to remove this.
* WinGui: Ability to Force Preset updates change tidy upScott2015-12-141-1/+1
|
* WinGui: Re-implement the ability to force a preset upgrade on nightly build ↵Scott2015-12-141-0/+8
| | | | users.
* WinGui: Add warning dialog on Destination Browse Button if disk space is ↵Scott2015-11-101-0/+16
| | | | | | 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
* Initial commit to allow the Queue Window to be embedded in the main window. ↵Scott2015-10-241-0/+8
| | | | Still some UX/UI stuff to tidy up later.
* WinGui: - Some updates to the libhb preset wrapper code. - Remove Preset ↵sr552015-05-261-8/+0
| | | | | | update notification and option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7227 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: General tidy up and remove the custom styling for the app. The app ↵sr552015-05-171-9/+0
| | | | | | will now always honour the system defaults. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7207 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552015-05-031-1/+1
| | | | | | | | | | | | | Bug Fixes: - Fix binding error on the audio tab. - Fix the X of X Pass count event args. UI Tweaks: - System colours is now default. - Removed the word "Source" from the Audio and Subtitles lists to make a bit more space for the track name. - Right Aligned the configure default buttons on the audio and subtitle tabs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7150 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Disable support for HandBrakeCLI in preparation of removing the ↵sr552015-01-301-8/+0
| | | | | | legacy code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6836 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make LibHB a first class citizen for encoding. (Now on by default). ↵sr552015-01-111-2/+2
| | | | | | Update for JSON API changes. Bug fixes in subtitles and twopass encoding. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6732 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix the Check for update frequency setting. (Removed daily as an ↵sr552014-12-201-1/+1
| | | | | | option to reduce server load) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6624 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the CLI Check Helper. Using LibHB to determine version ↵sr552014-11-281-24/+0
| | | | | | information instead. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6564 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add a "Add 'Foreign Audio Scan'" option to the Automatic Subtitle ↵sr552013-10-201-0/+8
| | | | | | track selection feature. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5846 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make Lanczos the default scaler in the WinGUI again.sr552013-10-101-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5826 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Added a new tab in Options to host "Video" related settings ↵sr552013-09-211-0/+33
| | | | | | including hardware acceleration. Only showing the QuickSync options. DXVA/OpenCl options are hidden for now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5794 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove now unneeded debug menusr552013-09-211-8/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5791 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the option to disable libhb features as it's now vital to ↵sr552013-09-171-8/+0
| | | | | | have this dll present. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5785 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Added a new option that will allow users to fallback to using system ↵sr552013-06-131-0/+8
| | | | | | colours. This is useful for those running non-standard system themes or high contrast mode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5575 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some usability improvements around presets. Also trying out a "Hide ↵sr552013-06-021-0/+8
| | | | | | Presets Panel" option similar to that of the macgui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5544 b64f7644-9d1e-0410-96f1-a4d463321fa5