Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Fix an issue with the EnumHelper that was causing some dropdowns not ↵ | sr55 | 2017-03-22 | 1 | -1/+1 |
| | | | | to render correctly. | ||||
* | WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName ↵ | sr55 | 2017-03-17 | 1 | -2/+1 |
| | | | | as it's not currently compatible with .NET standard. | ||||
* | WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue ↵ | sr55 | 2017-03-17 | 2 | -7/+8 |
| | | | | and Log Files not being stored correctly for Portable mode. #267 | ||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-02-11 | 6 | -17/+18 |
| | |||||
* | WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ↵ | sr55 | 2017-02-03 | 1 | -0/+56 |
| | | | | and WindowsBase from the Services library. This makes the library more portable. | ||||
* | WinGui: Add support to make the windows UI more portable friendly. ↵ | sr55 | 2016-12-26 | 2 | -2/+177 |
| | | | | Configurable via portable.ini file. All temp, presets, settings, logs etc can be stored in a specific or current directory. | ||||
* | WinGui: Prompt to create folder when the destination path does not exist. ↵ | sr55 | 2016-11-16 | 1 | -1/+19 |
| | | | | Fixes #394 | ||||
* | WinGui: Fix a large number of stylecop warnings. | sr55 | 2016-10-30 | 4 | -26/+51 |
| | |||||
* | WinGui: Check directory permissions before adding a job to the queue for ↵ | sr55 | 2016-06-09 | 1 | -0/+19 |
| | | | | processing. Fixes #219 | ||||
* | WinGui: Some initial work to make the HandBrake.ApplicationServices library ↵ | sr55 | 2016-04-19 | 2 | -0/+313 |
| | | | | more portable. | ||||
* | WinGui: Add SHA1 Verification of the update downloads and don't start the ↵ | sr55 | 2016-03-12 | 1 | -0/+6 |
| | | | | installer if the hash check fails. | ||||
* | WinGui: Extra Space. | sr55 | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | WinGui: Allow the Nightly build and Release version to be run side-by-side. ↵ | [email protected] | 2016-01-29 | 1 | -0/+41 |
| | | | | 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. | Scott | 2015-12-27 | 2 | -6/+9 |
| | |||||
* | Minor fixes to chapterdb.org support that were lost in a merge-gone-wrong. | Sverrir Sigmundarson | 2015-11-23 | 3 | -1/+21 |
| | |||||
* | Adding support for ChapterDb.org input formats (XML and TXT) files. Minor ↵ | Sverrir Sigmundarson | 2015-11-23 | 3 | -0/+196 |
| | | | | refactorings to accomodate the parsing of the new input formats. | ||||
* | Fixing importing and exporting of chapters via CSV files. Adding proper ↵ | Sverrir Sigmundarson | 2015-11-21 | 1 | -0/+34 |
| | | | | handling of escape characters, handling of most common alternative value separators. Fixing resource leakage via undisposed FileDialogs. | ||||
* | App Services Cleanup Contd | Scott | 2015-09-26 | 1 | -0/+156 |
| | | | | Moving Exceptions and more utilities to the GUI project. | ||||
* | App Services Tidyup Contd | Scott | 2015-09-26 | 5 | -0/+516 |
| | | | | Moving all the helper and utility classes to the gui project | ||||
* | WinGui: Strip out some old unused code. | Scott | 2015-09-18 | 1 | -3/+1 |
| | |||||
* | WinGui: Completely replace the plist preset import code with the ↵ | sr55 | 2015-06-26 | 1 | -155/+0 |
| | | | | | | functionality built into libhb. This now allows the new json preset format to be imported, as well as the legacy plist format. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7318 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Dropping more legacy code and moving some more UI only code up to ↵ | sr55 | 2015-03-01 | 1 | -0/+53 |
| | | | | | | the UI level. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6960 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Re-factoring the services library. | sr55 | 2014-11-29 | 3 | -0/+358 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6567 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Minor tidy up of options. Cleanup of some code warnings and some ↵ | sr55 | 2014-05-18 | 1 | -0/+66 |
| | | | | | | initial DPIAwareness code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6198 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Add a new command line argument to the HandBrake GUI executable ↵ | sr55 | 2014-03-01 | 1 | -0/+63 |
| | | | | | | | | (--reset). This deletes all preset, user preset and settings file which should result in a full reset to defaults. Also fixed a small bug on the Add to queue button. Don't actually add an item without a destination. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6091 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: cleanup some warnings. | sr55 | 2014-01-02 | 1 | -1/+0 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5952 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Some further work in the background on the still preview feature. | sr55 | 2013-12-06 | 1 | -0/+73 |
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5922 b64f7644-9d1e-0410-96f1-a4d463321fa5 |