| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The change of state of the queue job was not getting written to the
queue file. So restarting HandBrake would result in the queue job being
lost.
|
|
|
|
|
| |
Adds {creation-date} and {creation-time} templates to autoname
preference option.
|
|
|
|
| |
Center align the two bars creating the pause symbol on the horizontal axis.
|
|
|
|
| |
These are special case versions of their larger versions.
|
| |
|
|
|
|
|
| |
...from preset management window. Window closed every time a preset was
selected.
|
|
|
|
|
|
|
|
| |
Search for original default official preset. If still missing, select
first available preset.
Addresses problem seen in:
https://github.com/HandBrake/HandBrake/pull/1524
|
|
|
|
|
|
|
|
|
| |
The sequence_id was only available for the WORKING state and not the
WORKDONE state. But frontends poll for status periodically and can miss
all status updates for the WORKING state if the file is very short or an
error occurs early during transcoding. When WORKING status is missed,
there was no way to know the sequence_id associated with the WORKDONE
status.
|
| |
|
|
|
|
|
|
| |
Queues are tied to the PID of the process that wrote them. But
the app runs with the same PID in the sandbox on every invocation. So
the new pid file must be written after processing any previous queue.
|
|
|
|
| |
Removes cruft that wasn't realy used.
|
|
|
|
|
| |
It was including the MPLS number as part of the default destination
filename
|
| |
|
| |
|
|
|
|
|
|
|
| |
Improves determination of a user config dir under these circumstances
and prevents access to NULL file pointer
Fixes https://github.com/HandBrake/HandBrake/issues/1432
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Our handling of temporary directory paths could truncate resulting
filenames. This fixes the warnings and prevents possible truncation.
|
|
|
|
|
|
|
|
| |
The GtkTreeView is more flexible and more capable. Languages can be
searched for in the GtkTreeView by focusing the widget and typing what
you want to find. Double clicking an item in the list will add or
remove it from the "selected" languages list in audio and subtitle track
selection settings.
|
|
|
|
|
|
|
|
| |
The language list is long and displays native names while sorted by
English names, so it is difficult to find a language. This adds the
ability to "search" for a language based on it's initial character.
Typing a character will jump to the next entry that starts with that
character in its native name.
|
| |
|
|
|
| |
OARS https://hughsie.github.io/oars/ is a content description system that allows software stores (such as GNOME Software) to categorise and classify applications. Having the markup available is a flathub requirement.
|
|
|
|
| |
Also add translation support for appdata
|
| |
|
|
|
|
| |
The specificaion for where appstream files go changed
|
| |
|
| |
|
|
|
|
|
| |
"show_presets" key could cause the preset window to be shown at every
startup.
|
|
|
|
|
|
| |
It was adding titles that were not selected.
Fixes https://github.com/HandBrake/HandBrake/issues/1347
|
| |
|
|
|
|
|
| |
After changing video encoders, the slider value was cut off at the
right edge of the window.
|
|
|
|
|
|
|
|
| |
Gtk4 drops support for a number of widget properties and APIs.
Fortunately these were all pretty much duplicate functionality that
could be replaced by other existing properties and APIs.
Building with Gtk4 is currently disabled due to several bugs in libgtk4.
|
|
|
|
|
|
| |
And make the default font size 8
Fixes https://github.com/HandBrake/HandBrake/issues/1285
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/1283
|
|
|
|
| |
make them single line
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Port to GDBus
Fixes #1121
* Restore NULL checks for the error return values.
* NULL check for DBUS connection
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/1146
|
|
|
|
|
| |
This is only a cosmetic display problem. The values used during
encoding are correct.
|
|
|
| |
Add a Load Queue File menu item to the main Queue menu for ease of use.
|
|
|
|
| |
This is a new API since GTK 3.4. Use it instead of DBUS when available.
|
|
|
| |
Found via `codespell -q 3 --skip="./gtk/po`
|
|
|
|
|
| |
Do not automatically open the presets window when restarting the
application.
|
|
|
|
|
| |
The preset type was overwritten with custom type causing a failure to
look up the preset when reloading.
|
| |
|
| |
|
| |
|