summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/UserSettingService.cs
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Fix a crash for new installs or users upgrading from older versions. ↵sr552019-02-201-0/+4
| | | | Fixes #1916
* 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: Adding Language support to the UI. Adding Partial Translation for ↵sr552018-11-111-1/+1
| | | | | | German Language (Work in progress) #1597 Also fix Main_SelectPreset error. #1669
* WinGui: Remove the preference to show the advanced tab. This can still be ↵sr552018-10-201-0/+3
| | | | toggled for 1 time uses via the extra args content menu on the video tab. Added a notification to remind users that it's going to be removed shortly.
* WinGui: Move UserSettings over to JSON format. Settings from the older XML ↵sr552018-07-181-35/+112
| | | | format will automatically transfer and the legacy files will be removed.
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵sr552018-06-051-1/+1
| | | | moving back to being more of an libhb interop/abstraction library only.
* Misc. typosluz.paz2018-02-201-2/+2
| | | Found via `codespell -q 3 --skip="./gtk/po`
* WinGui: Fix a number of stylecop warnings.sr552017-03-261-1/+1
|
* WinGui: Allow the Nightly build and Release version to be run side-by-side. ↵[email protected]2016-01-291-1/+22
| | | | The nightly build will store the config and presets file in a "Nightly" sub directory. If this directory doesn't exist, it'll create it and try port the release versions to it.
* WinGui: Some API and warnings cleanup.Scott2015-12-271-19/+5
|
* App Services Cleanup ContdScott2015-09-261-2/+1
| | | | Moving Exceptions and more utilities to the GUI project.
* WinGui: Moving the Queue Code out to the UI level. The services library will ↵sr552015-03-011-1/+2
| | | | | | be strictly a libhb warpper and service provider. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6959 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Re-factoring the services library. sr552014-11-291-10/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6567 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a large number of stylecop warnings. sr552013-11-191-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5900 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Finish off moving the User Settings service to the UI Layer. sr552013-11-191-0/+227
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5898 b64f7644-9d1e-0410-96f1-a4d463321fa5