summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Utilities
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Fix an issue with the EnumHelper that was causing some dropdowns not ↵sr552017-03-221-1/+1
| | | | to render correctly.
* WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName ↵sr552017-03-171-2/+1
| | | | as it's not currently compatible with .NET standard.
* WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue ↵sr552017-03-172-7/+8
| | | | and Log Files not being stored correctly for Portable mode. #267
* WinGui: Fix a number of stylecop warnings.sr552017-02-116-17/+18
|
* WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ↵sr552017-02-031-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. ↵sr552016-12-262-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. ↵sr552016-11-161-1/+19
| | | | Fixes #394
* WinGui: Fix a large number of stylecop warnings.sr552016-10-304-26/+51
|
* WinGui: Check directory permissions before adding a job to the queue for ↵sr552016-06-091-0/+19
| | | | processing. Fixes #219
* WinGui: Some initial work to make the HandBrake.ApplicationServices library ↵sr552016-04-192-0/+313
| | | | more portable.
* WinGui: Add SHA1 Verification of the update downloads and don't start the ↵sr552016-03-121-0/+6
| | | | installer if the hash check fails.
* WinGui: Extra Space.sr552016-01-291-1/+1
|
* WinGui: Allow the Nightly build and Release version to be run side-by-side. ↵[email protected]2016-01-291-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.Scott2015-12-272-6/+9
|
* Minor fixes to chapterdb.org support that were lost in a merge-gone-wrong.Sverrir Sigmundarson2015-11-233-1/+21
|
* Adding support for ChapterDb.org input formats (XML and TXT) files. Minor ↵Sverrir Sigmundarson2015-11-233-0/+196
| | | | refactorings to accomodate the parsing of the new input formats.
* Fixing importing and exporting of chapters via CSV files. Adding proper ↵Sverrir Sigmundarson2015-11-211-0/+34
| | | | handling of escape characters, handling of most common alternative value separators. Fixing resource leakage via undisposed FileDialogs.
* App Services Cleanup ContdScott2015-09-261-0/+156
| | | | Moving Exceptions and more utilities to the GUI project.
* App Services Tidyup ContdScott2015-09-265-0/+516
| | | | Moving all the helper and utility classes to the gui project
* WinGui: Strip out some old unused code.Scott2015-09-181-3/+1
|
* WinGui: Completely replace the plist preset import code with the ↵sr552015-06-261-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 ↵sr552015-03-011-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. sr552014-11-293-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 ↵sr552014-05-181-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 ↵sr552014-03-011-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.sr552014-01-021-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.sr552013-12-061-0/+73
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5922 b64f7644-9d1e-0410-96f1-a4d463321fa5