Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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: 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 | 2 | -37/+13 |
| | |||||
* | LinGui: use fr.handbrake.ghb consistently | John Stebbins | 2018-06-19 | 8 | -30/+12 |
| | |||||
* | 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 | 2 | -22/+31 |
| | | | | 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. | ||||
* | 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 | 12 | -861/+516 |
| | | | | | | | | 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 | 2 | -214/+140 |
| | | | | | | | | | | * 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 |
| | |||||
* | Update copyright dates to 2018. | Bradley Sepos | 2018-01-01 | 41 | -42/+42 |
| | |||||
* | LinGui: fix display of volume name in queue | John Stebbins | 2017-12-29 | 1 | -1/+1 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1086 | ||||
* | LinGui: remove unused icon files | John Stebbins | 2017-12-26 | 11 | -991/+0 |
| | |||||
* | LinGui: fix margins around destination file settings | John Stebbins | 2017-12-23 | 1 | -2/+2 |
| | |||||
* | LinGui: remove preset options menu | John Stebbins | 2017-12-23 | 1 | -88/+0 |
| | |||||
* | LinGui: add support for alternate icons | John Stebbins | 2017-12-23 | 32 | -25/+39903 |
| | | | | GTK will use lower res icons if available for lower res screens. | ||||
* | LinGui: update additional icons | John Stebbins | 2017-12-23 | 3 | -385/+52 |
| | |||||
* | LinGui: add option to make new preset default in "Save As" | John Stebbins | 2017-12-23 | 2 | -5/+34 |
| | |||||
* | LinGui: fix window size queries on wayland | John Stebbins | 2017-12-23 | 1 | -8/+10 |
| | |||||
* | LinGui: update activity and add-queue icons | John Stebbins | 2017-12-23 | 2 | -250/+40 |
| | |||||
* | LinGui: allow chaning description in preset rename | John Stebbins | 2017-12-23 | 2 | -16/+97 |
| |