Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Another smaller found of Namespace changes for HandBrake.Interop | sr55 | 2021-02-04 | 1 | -4/+4 |
| | |||||
* | WinGui: Refactor "When Done" to use an enum to avoid language issues. Also ↵ | sr55 | 2019-06-24 | 1 | -1/+1 |
| | | | | change "suspend" to "sleep" to be consistent with the OS. Fixes #2162 | ||||
* | WinGui: Minor code tidyup. | sr55 | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | WinGui: Move UserSettings over to JSON format. Settings from the older XML ↵ | sr55 | 2018-07-18 | 1 | -1/+1 |
| | | | | format will automatically transfer and the legacy files will be removed. | ||||
* | WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵ | sr55 | 2018-06-05 | 1 | -2/+2 |
| | | | | moving back to being more of an libhb interop/abstraction library only. | ||||
* | WinGui: Portable Mode: New option to disable startup update check. | sr55 | 2018-04-23 | 1 | -0/+5 |
| | |||||
* | WinGui: Tidy up the build system by removing x86 build profiles. | sr55 | 2018-04-13 | 1 | -8/+2 |
| | |||||
* | WinGui: Make the app UWP aware. When in a UWP container, the update options ↵ | sr55 | 2017-08-18 | 1 | -0/+7 |
| | | | | will now be disabled. | ||||
* | WinGui: Add a user agent for the HttpRequest on the update checker so we can ↵ | sr55 | 2017-06-23 | 1 | -0/+2 |
| | | | | identify the WinGui version that's checking for updates. | ||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-02-11 | 1 | -7/+3 |
| | |||||
* | WinGui: Enhance the security of our update checker. It can no longer access ↵ | sr55 | 2016-07-29 | 1 | -5/+18 |
| | | | | URL's that are not *.handbrake.fr if served with a compromised appcast. | ||||
* | WinGui: Improve the security of the update checker on windows. This download ↵ | sr55 | 2016-04-29 | 1 | -25/+54 |
| | | | | is now verified against a signed RSA-SHA256 hash verifying both file integrity and origin. | ||||
* | WinGui: Add SHA1 Verification of the update downloads and don't start the ↵ | sr55 | 2016-03-12 | 1 | -6/+34 |
| | | | | installer if the hash check fails. | ||||
* | WinGui: Strip out some old unused code. | Scott | 2015-09-18 | 1 | -10/+0 |
| | |||||
* | WinGui: Moving the Interop Code into the services library. This will allow ↵ | sr55 | 2015-02-28 | 1 | -1/+1 |
| | | | | | | some modelling simplifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fix the Check for update frequency setting. (Removed daily as an ↵ | sr55 | 2014-12-20 | 1 | -2/+4 |
| | | | | | | option to reduce server load) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6624 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Re-factoring the services library. | sr55 | 2014-11-29 | 1 | -0/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6567 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Remove the CLI Check Helper. Using LibHB to determine version ↵ | sr55 | 2014-11-28 | 1 | -5/+4 |
| | | | | | | information instead. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6564 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Change the update checker to use the 64bit appcast when the ↵ | sr55 | 2014-09-05 | 1 | -2/+2 |
| | | | | | | | | operating system is 64bit even when the app is the 32bit version. Added Operating bit-ness to the log header. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6392 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fix an issue with the preview scan count not being set correctly for ↵ | sr55 | 2014-03-16 | 1 | -2/+8 |
| | | | | | | | | libhb encode path. Added Nightly appcast update checking functionality back in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6117 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Finish off moving the User Settings service to the UI Layer. | sr55 | 2013-11-19 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5898 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Appcast related fixes and tidyup. | sr55 | 2013-03-20 | 1 | -4/+3 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5351 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Settings tidyup | sr55 | 2012-10-10 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5013 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Refactor the Update service and add a new options tab to deal with ↵ | sr55 | 2012-06-30 | 1 | -0/+206 |
updates. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4799 b64f7644-9d1e-0410-96f1-a4d463321fa5 |