| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit d667a3d1d7f6a711a00e234f8a225b7526a5e15c)
|
|
|
|
|
|
| |
Center align the two bars creating the pause symbol on the horizontal axis.
(cherry picked from commit cee41c48dd6cd25876a9c50425abb0eeabf5072f)
|
|
|
|
|
|
| |
These are special case versions of their larger versions.
(cherry picked from commit cd895bc2559fe091cf43b0654d9d7ef2482fffee)
|
|
|
|
| |
(cherry picked from commit b0725f6115e2400712d83285d0fb5a20fbe27401)
|
|
|
|
|
|
|
| |
...from preset management window. Window closed every time a preset was
selected.
(cherry picked from commit 7203d0488b226d444d473e669328d19835029b62)
|
|
|
|
|
|
|
|
|
|
| |
Search for original default official preset. If still missing, select
first available preset.
Addresses problem seen in:
https://github.com/HandBrake/HandBrake/pull/1524
(cherry picked from commit 42972a019972147c239f0f8b1a06ffa05c28e737)
|
|
|
|
|
|
| |
Removes cruft that wasn't realy used.
(cherry picked from commit f2ce3838e9dbc1e6cffb3db875be723fd88cdbd3)
|
|
|
|
|
|
|
|
| |
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.
(cherry picked from commit 9b44cc7808d3d1e185a0ed517ac7d485e92cca93)
|
|
|
|
|
|
|
| |
It was including the MPLS number as part of the default destination
filename
(cherry picked from commit f947915145ce0c905f6a1ef64274a0860f642445)
|
|
|
|
|
|
| |
"pan-end-symbolic" icon name doesn't exist on trusty. Use GtkArrow
instead. GtkArrow is deprecated in new GTK versions, but is still OK on
trusty.
|
|
|
|
|
| |
Pango on trusty doesn't understand the "alpha" span attribute and fails
to format and display preset name.
|
|
|
|
|
|
|
| |
"show_presets" key could cause the preset window to be shown at every
startup.
(cherry picked from commit 7e538312d588b9386245bc237aaf666578f35223)
|
| |
|
|
|
|
|
|
|
|
|
| |
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
(cherry picked from commit 826d1a7fb862c292195d766f72c51dce120b47bd)
|
|
|
|
| |
Add to the front, but don't override what was there.
|
|
|
|
| |
(cherry picked from commit d309b632bd7083d2c2d21463bc50f29fd33c3ab5)
|
|
|
|
| |
(cherry picked from commit 41a339fc64c06f104f8925a1c741bc9c5d28a8e4)
|
|
|
|
|
|
| |
Also add translation support for appdata
(cherry picked from commit 1424cd47da5d2c21331da91e985a3154703e699c)
|
|
|
|
| |
(cherry picked from commit 7f59018bc89b09b78980c6404954bb1f1b8dd883)
|
|
|
|
|
|
| |
The specificaion for where appstream files go changed
(cherry picked from commit 598ab78572f5aafc747cd570092d0cdeaa31f85c)
|
|
|
|
| |
(cherry picked from commit dd4017b3f8651c945585f0e1553d2195795048ca)
|
|
|
|
| |
(cherry picked from commit 4553094c8fb2fa5a0412e466aa974dbc01aafeb6)
|
|
|
|
|
|
|
|
| |
It was adding titles that were not selected.
Fixes https://github.com/HandBrake/HandBrake/issues/1347
(cherry picked from commit ad88c56567ea543de294f25fa59b504ddb3013a2)
|
|
|
|
| |
(cherry picked from commit 15fca081f1a289737152060e9a771a1957b9d4bc)
|
|
|
|
|
|
|
| |
After changing video encoders, the slider value was cut off at the
right edge of the window.
(cherry picked from commit 70151214eea4fa98eedbf796a6c749d14bf4909d)
|
|
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/1283
(cherry picked from commit 9b4b3ee193ad82ce1e19e170efcf330325cd7fcf)
|
|
|
|
| |
Thanks to VictorR
|
|
|
|
|
|
| |
make them single line
(cherry picked from commit 7cf1ae10b99c1878c12e7b277e55a45c5110662b)
|
|
|
|
| |
(cherry picked from commit f599edd441e9b4769bcc1a666a4c083051a232fa)
|
|
|
|
| |
(cherry picked from commit 7d016e30de666db1003fc093422992ed173965f1)
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/1086
|
| |
|
| |
|
| |
|
|
|
|
| |
GTK will use lower res icons if available for lower res screens.
|
| |
|
| |
|