Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LinGui: fix queue reload in flatpak sandbox | John Stebbins | 2018-07-12 | 3 | -10/+5 |
| | | | | | | 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. | ||||
* | LinGui: simplify dest name selection | John Stebbins | 2018-07-10 | 3 | -214/+141 |
| | | | | Removes cruft that wasn't realy used. | ||||
* | LinGui: Fix default destination filename for BDs | John Stebbins | 2018-06-28 | 3 | -5/+26 |
| | | | | | It was including the MPLS number as part of the default destination filename | ||||
* | audio_resample: switch from avresample to swresample | John Stebbins | 2018-06-27 | 1 | -1/+1 |
| | | | | Eliminates deprecation warnings for avresample | ||||
* | LinGui: add appstream metadata to translatable files | John Stebbins | 2018-06-21 | 1 | -1/+2 |
| | |||||
* | LinGui: icon name in desktop should not have file extension | John Stebbins | 2018-06-21 | 1 | -1/+1 |
| | |||||
* | flatpak: add link to translation project on transifex | John Stebbins | 2018-06-21 | 1 | -0/+1 |
| | |||||
* | LinGui: handle missing $HOME directory | John Stebbins | 2018-06-20 | 3 | -24/+37 |
| | | | | | | | 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 | ||||
* | LinGui: don't override PKG_CONFIG_PATH | John Stebbins | 2018-06-19 | 1 | -1/+1 |
| | | | | | | Add to the front, but don't override what was there. (cherry picked from commit db23f90fbe195361e1f147b392f76bda787bf95f) | ||||
* | LinGui: add fr.handbrake.ghb.svg icon | John Stebbins | 2018-06-19 | 3 | -1/+38852 |
| | |||||
* | LinGui: use normal priority for notification | John Stebbins | 2018-06-19 | 1 | -2/+1 |
| | |||||
* | LinGui: use GNotification instead of libnotify | John Stebbins | 2018-06-19 | 3 | -38/+14 |
| | |||||
* | LinGui: use fr.handbrake.ghb consistently | John Stebbins | 2018-06-19 | 8 | -30/+12 |
| | |||||
* | contrib: gtk: libhb: make: scripts: Remove yasm contrib. | Bradley Sepos | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | libhb: fix snprintf compiler warnings | John Stebbins | 2018-06-13 | 2 | -8/+5 |
| | | | | | Our handling of temporary directory paths could truncate resulting filenames. This fixes the warnings and prevents possible truncation. | ||||
* | LinGui: change language lists from GtkListBox to GtkTreeView | John Stebbins | 2018-06-12 | 6 | -202/+451 |
| | | | | | | | | 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. | ||||
* | LinGui: add search function to language popups | John Stebbins | 2018-06-11 | 2 | -0/+48 |
| | | | | | | | | 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. | ||||
* | flatpak: update appstream snapshot images | John Stebbins | 2018-06-11 | 1 | -3/+11 |
| | |||||
* | Add OARS metadata to appdata (#1397) | Nick Richards | 2018-06-08 | 1 | -1/+31 |
| | | | 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. | ||||
* | flatpak: automatically add <release> tag to LinGui appdata | John Stebbins | 2018-06-07 | 4 | -22/+34 |
| | | | | Also add translation support for appdata | ||||
* | flatpak: automatically add <release> tag to cli appdata | John Stebbins | 2018-06-07 | 1 | -0/+0 |
| | |||||
* | flatpak: change "appdata" dir to "metainfo" | John Stebbins | 2018-06-05 | 1 | -3/+3 |
| | | | | The specificaion for where appstream files go changed | ||||
* | LinGui: conform to newer flatpak manifest standards | John Stebbins | 2018-06-05 | 1 | -4/+5 |
| | |||||
* | LinGui: open URLs with flatpak portal aware API | John Stebbins | 2018-06-04 | 1 | -3/+8 |
| | |||||
* | LinGui: handle legacy preferences file better | John Stebbins | 2018-06-04 | 2 | -1/+3 |
| | | | | | "show_presets" key could cause the preset window to be shown at every startup. | ||||
* | contrib: add lzma support | John Stebbins | 2018-05-29 | 1 | -1/+1 |
| | | | | | lzma may be used by the ffmpeg tiff decoder which can be used in matroska files. | ||||
* | LinGui: add speex decoder lib | John Stebbins | 2018-05-29 | 1 | -1/+1 |
| | | | | Fixes building with new ffmpeg. | ||||
* | FFMPEG #974: Use latest FFMPEG 3.4.1 (1/2) | Sven Gothel | 2018-05-28 | 1 | -1/+1 |
| | | | | | | | | Patch 1/2 for https://github.com/HandBrake/HandBrake/issues/974 moving to FFMPEG 3.4.1 from LIBAV 12.2. The re-ordering of to be linked modules was required to solve statically linked dependencies. See libhb/module.defs etc. | ||||
* | LinGui: fix behaviour of queue add multiple | John Stebbins | 2018-05-18 | 1 | -4/+12 |
| | | | | | | It was adding titles that were not selected. Fixes https://github.com/HandBrake/HandBrake/issues/1347 | ||||
* | LinGui: fix opening files on command line | John Stebbins | 2018-05-17 | 1 | -1/+2 |
| | |||||
* | LinGui: fix display of video quality over slider | John Stebbins | 2018-05-15 | 1 | -0/+2 |
| | | | | | After changing video encoders, the slider value was cut off at the right edge of the window. | ||||
* | LinGui: start adding Gtk4 support | John Stebbins | 2018-04-19 | 13 | -867/+529 |
| | | | | | | | | 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. | ||||
* | LinGui: Add activity window font size preference | John Stebbins | 2018-04-17 | 4 | -9/+112 |
| | | | | | | And make the default font size 8 Fixes https://github.com/HandBrake/HandBrake/issues/1285 | ||||
* | LinGui: fix multi-instance queues | John Stebbins | 2018-04-16 | 1 | -1/+1 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1283 | ||||
* | LinGui: fix "source" tollbar button labels | John Stebbins | 2018-04-11 | 1 | -2/+2 |
| | | | | make them single line | ||||
* | LinGui: remove debug printf :( | John Stebbins | 2018-04-11 | 1 | -1/+0 |
| | |||||
* | LinGui: make main toolbar look like osx main toolbar | John Stebbins | 2018-04-11 | 13 | -42/+98 |
| | |||||
* | Port to GDBus (#1234) | Arkadiy Illarionov | 2018-03-18 | 3 | -215/+141 |
| | | | | | | | | | | * Port to GDBus Fixes #1121 * Restore NULL checks for the error return values. * NULL check for DBUS connection | ||||
* | LinGui: fix problem with application of autoscale | John Stebbins | 2018-03-16 | 1 | -0/+2 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1146 | ||||
* | LinGui: fix rounding error in display aspect | John Stebbins | 2018-03-16 | 3 | -15/+24 |
| | | | | | This is only a cosmetic display problem. The values used during encoding are correct. | ||||
* | Adds Load Queue File to main Queue menu (#1223) | Corey Daley | 2018-03-12 | 3 | -0/+19 |
| | | | Add a Load Queue File menu item to the main Queue menu for ease of use. | ||||
* | LinGui: add support for GtkApplication suspend inhibit/uninhibit | John Stebbins | 2018-02-27 | 2 | -518/+546 |
| | | | | This is a new API since GTK 3.4. Use it instead of DBUS when available. | ||||
* | Misc. typos | luz.paz | 2018-02-20 | 8 | -12/+12 |
| | | | Found via `codespell -q 3 --skip="./gtk/po` | ||||
* | LinGui: don't remember state of presets window | John Stebbins | 2018-01-31 | 2 | -10/+7 |
| | | | | | Do not automatically open the presets window when restarting the application. | ||||
* | LinGui: fix "official" preset reload | John Stebbins | 2018-01-14 | 1 | -1/+1 |
| | | | | | The preset type was overwritten with custom type causing a failure to look up the preset when reloading. | ||||
* | LinGui: fix tooltip for "Save New Preset" | John Stebbins | 2018-01-13 | 1 | -4/+3 |
| | |||||
* | LinGui: update preset menu button when editing queue item | John Stebbins | 2018-01-13 | 3 | -0/+13 |
| | |||||
* | gtk: socket(2) is defined in sys/socket.h in FreeBSD. | Yuichiro NAITO | 2018-01-13 | 1 | -1/+3 |
| | |||||
* | gtk: libdl is not needed for FreeBSD. | Yuichiro NAITO | 2018-01-13 | 1 | -0/+3 |
| | |||||
* | Update copyright dates to 2018. | Bradley Sepos | 2018-01-01 | 41 | -42/+42 |
| |