summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Helpers
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Added a new option that will allow users to fallback to using system ↵sr552013-06-131-0/+37
| | | | | | 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: Added option to AutoName functionality to remove common punctuation ↵sr552013-06-011-14/+16
| | | | | | from filenames (Comma, Period and Dash) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5542 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make the AutoNaming feature less trigger happy. It should not run ↵sr552013-05-221-2/+2
| | | | | | for cases where it's not going to change the underlying filename. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5498 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Change the CLI Helper to use the application startup path rather ↵sr552013-05-191-2/+3
| | | | | | than the search path when looking for the CLI exe. Apparently OpenWith on windows causes the search path to be different. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5487 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Appcast related fixes and tidyup.sr552013-03-201-9/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5351 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Part 1: Fix numerous issues around app versioning. Hopefully the GUI ↵sr552013-03-191-2/+0
| | | | | | and CLI will no longer be out of sync. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5350 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Default the custom anamorphic values correctly. (Part 1 of Custom ↵sr552012-11-181-0/+63
| | | | | | anamorphic implementation) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5070 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes to the new queue recovery code. Cleanup of old recovery files ↵sr552012-10-161-4/+3
| | | | | | should now work. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5017 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Refactor multi-instance support to use Process ID. Fix old log file ↵sr552012-10-131-5/+40
| | | | | | cleanup function. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5016 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: API Tidyup Part 3 of many.sr552012-10-131-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5015 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Settings tidyupsr552012-10-101-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5013 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: API Tidyup Part 2 of many. Growl Support.sr552012-10-101-0/+124
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5011 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes to the Advanced Panel (8x8t and ref) and Picture Panel ↵sr552012-08-151-1/+1
| | | | | | (Further Max W/H fixes) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4907 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Add Preset not honouring custom source width / height.sr552012-06-301-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4802 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Refactor the Update service and add a new options tab to deal with ↵sr552012-06-301-126/+0
| | | | | | updates. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4799 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial Implementation of Add All to Queue. Fix the Queue so that it ↵sr552012-05-201-1/+27
| | | | | | processes everything correctly rather than just the last job added. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4689 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552012-05-141-5/+10
| | | | | | | - Fix some stupid code in the CliCheckHelper class which could easily cause it to not set version information. - Fix an issue in the scan service where it could try to write to a log directory which doesn't exist yet leading to no log file being displayed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4680 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Bug fixes to the advanced panelsr552012-04-011-1/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4578 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Port the Advanced Panel for x264 from VidCoder. sr552012-03-241-0/+365
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4536 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Fix duration displaysr552012-03-201-4/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4521 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Started implementing the startup procedure: Update checking, ↵sr552012-03-192-2/+197
| | | | | | Preset updates, CLI monitoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4517 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Preview pane grouping added.sr552012-03-101-2/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4503 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) General work hooking up various aspects of the new WPF UI, bug ↵sr552012-02-182-0/+193
| | | | | | fixes and improvements. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4456 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Initial wire-up work on the Picture settings panel and setup ↵sr552012-02-111-16/+9
| | | | | | the auto-nameing feature for the destination path. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4445 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Fix build, Audio / Subtitle Panel initial template design, ↵sr552011-12-301-101/+100
| | | | | | Output settings on the Main UI Wired up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4392 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Initial work to hookup the log viewer + some additional helper ↵sr552011-12-271-0/+174
| | | | | | classes ported over form the WinForms version. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4390 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further work on the new Options window. Just UI/Cosmetic code ↵sr552011-10-301-0/+93
to finish now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4330 b64f7644-9d1e-0410-96f1-a4d463321fa5