| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
settings that don't match the currently selected preset.
|
|
|
|
| |
support future features + some misc tidy up.
|
|
|
|
| |
change. #833
|
|
|
|
| |
will now be disabled.
|
| |
|
| |
|
|
|
|
| |
issues.
|
| |
|
|
|
|
| |
as it's not currently compatible with .NET standard.
|
|
|
|
| |
task tray header and system tray tooltip. (Configured via preferences). #630
|
|
|
|
| |
configurable in options. Resolves #590
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
- Gong-WPF-DragDrop (Upgraded to 0.1.4.3 -> 1.1.0)
- NewtonSoft.Json (Upgraded to 7.0.0 -> 9.0.1)
- Ookii.Dialogs 1.0
- Caliburn Micro (Upgraded to 2.0.2 -> 3.0.3)
|
| |
|
| |
|
|
|
|
| |
HandBrake.ApplicationServices now compiles cleanly under Mono)
|
|
|
|
| |
and WindowsBase from the Services library. This makes the library more portable.
|
|
|
|
| |
Configurable via portable.ini file. All temp, presets, settings, logs etc can be stored in a specific or current directory.
|
|
|
|
| |
are not from subversion.
|
|
|
|
|
|
| |
1. Strip out a lot of the old advanced tab infrastructure as it is no longer needed. Only the deprecated X264 Advacned Panel is left. All other encoders use the Video tab now.
2. Changed Option to "Allow use of 'Advanced Tab'" and only show the tab if the checkbox on the video tab is checked. It will no longer show based on the perference alone.
3. Fix the one-way communication from Video Tab to X264 Tab so preset options are reflected ont he X264 Tab. The reverse is not supported but it will retain the previous options.
|
| |
|
| |
|
| |
|
|
|
|
| |
behaviour to match the Mac and Linux GUIs. So you no longer have to have a source audio track before you can create presets.
|
|
|
|
| |
is now verified against a signed RSA-SHA256 hash verifying both file integrity and origin.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
more portable.
|
| |
|
|
|
|
| |
shows invalid mixdowns.
|
|
|
|
|
|
| |
exports the standardised JSON format that can be imported into the CLI.
Note, the GUI can not yet import the JSON formatted queue file. The old hbq format is still there for that.
|
|
|
|
| |
systems so the OS detection works correctly.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
- Refractor the Audio and Subtitle Defaults into their own View/ViewModel
- Add a new PopupWindow container system.
- Add "Edit Defaults" for Audio and Subtitles on the Add Preset Pane to make the feature more discoverable. (Note, this does not change the existing settings on the Audio/Subtitle Tabs)
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
refactorings to accomodate the parsing of the new input formats.
|
|
|
|
| |
handling of escape characters, handling of most common alternative value separators. Fixing resource leakage via undisposed FileDialogs.
|
| |
|
|
|
|
| |
Presets in the new version of the JSON format. This allows HandBrakeCLI to use the presets stored by the GUI.
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7378 b64f7644-9d1e-0410-96f1-a4d463321fa5
|
|
|
|
| |
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7376 b64f7644-9d1e-0410-96f1-a4d463321fa5
|