Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Refactor "When Done" to use an enum to avoid language issues. Also ↵ | sr55 | 2019-06-24 | 1 | -2/+2 |
| | | | | change "suspend" to "sleep" to be consistent with the OS. Fixes #2162 | ||||
* | WinGui: More Robust Queue Backup and Recovery. | sr55 | 2019-05-11 | 1 | -0/+22 |
| | |||||
* | WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not ↵ | sr55 | 2019-05-10 | 1 | -21/+24 |
| | | | | | | the same format as the CLI and thus cannot be imported. This may happen in the future) Please finish existing queue before installing new version. | ||||
* | WinGui: Minor refactoring of the AutoNameHelper class to improve code ↵ | sr55 | 2019-04-25 | 1 | -131/+130 |
| | | | | readability. | ||||
* | WinGui: Fix Autoname directory selection | sr55 | 2019-04-25 | 1 | -5/+3 |
| | |||||
* | WinGui: Auto-name System will now always generate a unique filename. The ↵ | sr55 | 2019-04-21 | 1 | -16/+51 |
| | | | | Prefix is now a configurable Pre/Postfix in preferences. "(1)" will always be appended with an appropriate number where a collision occurs. | ||||
* | WinGui: New option to control the file overwrite default behaviour. ↵ | sr55 | 2019-04-20 | 1 | -9/+15 |
| | | | | Overwrite or Ask. | ||||
* | WinGui: Various fixes and improvements to validation handling and options ↵ | sr55 | 2019-04-19 | 1 | -5/+13 |
| | | | | | | | | | in the UI. - Fixed add to queue error handling on 2 code paths that ignored errors returned. - AutoName will now guarantee a unique filename rather than stop after the first attempt. - Options Pane now lists the available format and path variables that can be used in the UI (rather than the tooltip) - Ordering of validation rules changed to be more sensible, especially when handling paths that end up same as source. | ||||
* | WinGui: More robust Timespan parsing. | sr55 | 2019-03-23 | 1 | -3/+15 |
| | |||||
* | Add WebM support (#1822) | Justin Bull | 2019-02-13 | 1 | -0/+4 |
| | | | Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time. | ||||
* | WinGui: Strip out some legacy code for x264 options handling. | sr55 | 2019-01-12 | 1 | -367/+0 |
| | |||||
* | WinGui: Make the Autoname macros case-insensitive. Fixes #1670 | sr55 | 2018-11-10 | 1 | -11/+10 |
| | |||||
* | WinGui: Archive Queue Recovery files for 7 days. Add an option on the Source ↵ | sr55 | 2018-09-21 | 1 | -5/+58 |
| | | | | Selection Panel to recover archived queue files. Option will disappear automatically after 7 days. | ||||
* | Autoname creation date | Matthew Lazarow | 2018-08-13 | 1 | -3/+35 |
| | | | | | Adds {creation-date} and {creation-time} templates to autoname preference option. | ||||
* | 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: Fix a bug in queue recovery where old files were not deleted. | sr55 | 2018-06-15 | 1 | -2/+8 |
| | |||||
* | WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵ | sr55 | 2018-06-05 | 4 | -8/+8 |
| | | | | moving back to being more of an libhb interop/abstraction library only. | ||||
* | WinGui: Potential Fix for #1288 Crash in the TreeViewHelper when selecting ↵ | sr55 | 2018-05-18 | 1 | -0/+5 |
| | | | | presets. | ||||
* | WinGui: Remove Logging abstraction from the Services library. Let the ↵ | sr55 | 2018-05-08 | 1 | -3/+3 |
| | | | | library consumers decide how to log instead utilising the log events instead. | ||||
* | WinGui: New start-up command line option. --recover-queue-ids=<command ↵ | sr55 | 2018-04-14 | 1 | -7/+17 |
| | | | | separated id list> to recover specific queue files on startup. | ||||
* | WinGui: Cleanup the QueueRecoveryHelper and make it a little smarter about ↵ | sr55 | 2018-04-14 | 1 | -66/+52 |
| | | | | how it handles multi-instance. | ||||
* | WinGui: Adding support for Custom Anamorphic back. Implements #504 | sr55 | 2017-06-28 | 1 | -2/+0 |
| | |||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-03-26 | 1 | -2/+2 |
| | |||||
* | WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue ↵ | sr55 | 2017-03-17 | 1 | -3/+3 |
| | | | | and Log Files not being stored correctly for Portable mode. #267 | ||||
* | WinGui: Rework of the preset system | sr55 | 2017-03-04 | 1 | -0/+88 |
| | | | | | | | | - Better support for categories. - Switched from a List to Treeview Control. - Remember the expansion state of each group - Put User Presets on top after next save. Closes #445 | ||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-02-11 | 3 | -7/+17 |
| | |||||
* | WinGui: Fix erroneous path and filename handling. #515 | sr55 | 2017-01-14 | 1 | -3/+11 |
| | |||||
* | WinGui: Add support to make the windows UI more portable friendly. ↵ | sr55 | 2016-12-26 | 1 | -1/+1 |
| | | | | Configurable via portable.ini file. All temp, presets, settings, logs etc can be stored in a specific or current directory. | ||||
* | WinGui: Remove Preset AutoName function as it hasn't ever worked properly. | sr55 | 2016-12-22 | 1 | -5/+4 |
| | |||||
* | WinGui: Fix a large number of stylecop warnings. | sr55 | 2016-10-30 | 4 | -7/+28 |
| | |||||
* | WinGui: Add {preset} to autoname options. This is a non-live option meaning ↵ | sr55 | 2016-06-09 | 1 | -6/+11 |
| | | | | it only changes when the title changes. (Same as {date} {time} {quality} {bitrate}). Implements #156 | ||||
* | WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will ↵ | sr55 | 2016-04-23 | 1 | -9/+22 |
| | | | | | | automatically start the queue and not prompt to recover the queue. Behaviour Change: When reloading the queue, any job that is "In progress" will be marked as "Error" now. We don't know if HandBrake crashed or the system restarted. This avoids any crash -> restart loops that may occur. This allows HandBrake to get on with the rest of the queue until the user can action the failed encode. | ||||
* | WinGui: Small code optimisation in the QueueRecoveryHelper | sr55 | 2016-04-18 | 1 | -3/+8 |
| | |||||
* | WinGui: Fix a couple of silent errors with the new logging system. | sr55 | 2016-03-26 | 1 | -0/+5 |
| | |||||
* | WinGui: If there are multiple queue recovery files, don't fail the set if ↵ | sr55 | 2016-03-26 | 1 | -11/+20 |
| | | | | one is bad. Let the rest load normally. | ||||
* | WinGui: Add a Logging Service into the AppServices library. This does not ↵ | sr55 | 2016-03-21 | 1 | -0/+49 |
| | | | | | | | depend on any 3rd party libraries and is off by default. It must be initialised by calling Enable() on the LogService class. Otherwise LogMessage does nothing. Changed the Logging screen to a single panel in the WinGui. This will change back to separate Scan/Encode logs when we get libhb it's own processes. Added Auto-Scroll to the log window. | ||||
* | WinGui: Fixes to the refactored Audio Defaults View. Settings were not ↵ | sr55 | 2016-02-07 | 1 | -1/+0 |
| | | | | getting applied correctly. | ||||
* | WinGui: Some API and warnings cleanup. | Scott | 2015-12-27 | 3 | -8/+66 |
| | |||||
* | Adding support for ChapterDb.org input formats (XML and TXT) files. Minor ↵ | Sverrir Sigmundarson | 2015-11-23 | 1 | -0/+31 |
| | | | | refactorings to accomodate the parsing of the new input formats. | ||||
* | App Services Modelling Tidy Up | Scott | 2015-09-26 | 2 | -1/+40 |
| | | | | | | Making event objects immutable. Making Libhb constructs internal to the library. We should expose this with a managed api if we need it outside the library. (Part 1) | ||||
* | Tidy up some Stylecop Warnings | Scott | 2015-09-26 | 1 | -0/+3 |
| | | | | Tidy up some Stylecop Warnings | ||||
* | App Services Cleanup Contd | Scott | 2015-09-26 | 1 | -0/+1 |
| | | | | Moving Exceptions and more utilities to the GUI project. | ||||
* | AppServices tidyup | Scott | 2015-09-26 | 1 | -3/+3 |
| | | | | Moving the UI modelling and services to the GUI Project. | ||||
* | WinGui: Queue Recovery now sets the GUI to enabled if it recovers a job. | sr55 | 2015-06-03 | 1 | -2/+8 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7270 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: General tidy up and remove the custom styling for the app. The app ↵ | sr55 | 2015-05-17 | 1 | -37/+0 |
| | | | | | | will now always honour the system defaults. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7207 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fix Line Endings and (StyleCop)Warnings | sr55 | 2015-05-03 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7152 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Small bug fix to handling of queue recovery when running mulitple ↵ | sr55 | 2015-04-18 | 1 | -1/+15 |
| | | | | | | instances. The GUI should not load the other app instances queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7098 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Some further refactoring of the services library. Moving all the ↵ | sr55 | 2015-04-12 | 1 | -1/+2 |
| | | | | | | queueing functionality up to app layer for now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7086 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Dropping more legacy code and moving some more UI only code up to ↵ | sr55 | 2015-03-01 | 2 | -3/+0 |
| | | | | | | the UI level. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6960 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Moving the Queue Code out to the UI level. The services library will ↵ | sr55 | 2015-03-01 | 1 | -0/+2 |
| | | | | | | be strictly a libhb warpper and service provider. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6959 b64f7644-9d1e-0410-96f1-a4d463321fa5 |