| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
problems and it's maximum 5% performance improvement (in ideal circumstances) doesn't justify the effort to continue with it. The OpenCL framework will remain in place in case we decide to use it for something in the future. Closes #690
|
|
|
|
| |
programming to try track down this never ending scan.
|
| |
|
|
|
|
| |
indication in the UI. #676
|
|
|
|
| |
fails for any reason. Rejigged the logging in the scan service to help debug intermittent failures of the scan completed event from firing.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* subtitles: simplify and shorten subtitle descriptions
Generally, it eliminates parens to make things more readable.
I.e. it turns this:
English (Closed Caption)(Wide Screen)(Bitmap)(VOBSUB)
Into this:
English, Closed Caption [Wide Screen, VOBSUB]
* Revise punctuation per BradleyS request
* fix subtitle description formatting
* incorporate suggestions from PR
|
|
|
|
| |
and WindowsBase from the Services library. This makes the library more portable.
|
| |
|
|
|
|
| |
Scanned Track object.
|
|
|
|
| |
shows invalid mixdowns.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Decode checkbox not setting correctly all the time. Improved scan cancel handling.
|
|
|
|
| |
Moving Exceptions and more utilities to the GUI project.
|
|
|
|
| |
Moving all the helper and utility classes to the gui project
|
|
Moving the UI modelling and services to the GUI Project.
|