summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* LinGui: update translations from transifexJohn Stebbins2018-08-1010-11164/+20900
| | | | (cherry picked from commit d667a3d1d7f6a711a00e234f8a225b7526a5e15c)
* LinGUI: Update scalable pause encode icon.Bradley Sepos2018-08-101-2/+2
| | | | | | Center align the two bars creating the pause symbol on the horizontal axis. (cherry picked from commit cee41c48dd6cd25876a9c50425abb0eeabf5072f)
* LinGUI: Update 32x32 icons.Bradley Sepos2018-08-103-0/+0
| | | | | | These are special case versions of their larger versions. (cherry picked from commit cd895bc2559fe091cf43b0654d9d7ef2482fffee)
* LinGui: fix single title scan marks preset modifiedJohn Stebbins2018-08-092-1/+10
| | | | (cherry picked from commit b0725f6115e2400712d83285d0fb5a20fbe27401)
* LinGui: fix problem with preset selection...John Stebbins2018-08-091-2/+1
| | | | | | | ...from preset management window. Window closed every time a preset was selected. (cherry picked from commit 7203d0488b226d444d473e669328d19835029b62)
* LinGui: handle missing default preset betterJohn Stebbins2018-08-091-0/+14
| | | | | | | | | | 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)
* LinGui: simplify dest name selectionJohn Stebbins2018-08-093-214/+141
| | | | | | Removes cruft that wasn't realy used. (cherry picked from commit f2ce3838e9dbc1e6cffb3db875be723fd88cdbd3)
* LinGui: fix queue reload in flatpak sandboxJohn Stebbins2018-07-123-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. (cherry picked from commit 9b44cc7808d3d1e185a0ed517ac7d485e92cca93)
* LinGui: Fix default destination filename for BDsJohn Stebbins2018-06-283-5/+26
| | | | | | | It was including the MPLS number as part of the default destination filename (cherry picked from commit f947915145ce0c905f6a1ef64274a0860f642445)
* LinGui: fix display of preset menu arrow on ubuntu trustyJohn Stebbins2018-06-271-0/+17
| | | | | | "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.
* LinGui: fix display of preset name on ubuntu trustyJohn Stebbins2018-06-271-0/+5
| | | | | Pango on trusty doesn't understand the "alpha" span attribute and fails to format and display preset name.
* LinGui: handle legacy preferences file betterJohn Stebbins2018-06-272-1/+3
| | | | | | | "show_presets" key could cause the preset window to be shown at every startup. (cherry picked from commit 7e538312d588b9386245bc237aaf666578f35223)
* Fix build failure with old gtk versionsJohn Stebbins2018-06-271-1/+5
|
* LinGui: handle missing $HOME directoryJohn Stebbins2018-06-203-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 (cherry picked from commit 826d1a7fb862c292195d766f72c51dce120b47bd)
* LinGui: don't override PKG_CONFIG_PATHJohn Stebbins2018-06-191-1/+1
| | | | Add to the front, but don't override what was there.
* LinGui: use fr.handbrake.ghb consistentlyJohn Stebbins2018-06-198-30/+12
| | | | (cherry picked from commit d309b632bd7083d2c2d21463bc50f29fd33c3ab5)
* flatpak: update appstream snapshot imagesJohn Stebbins2018-06-141-3/+11
| | | | (cherry picked from commit 41a339fc64c06f104f8925a1c741bc9c5d28a8e4)
* flatpak: automatically add <release> tag to LinGui appdataJohn Stebbins2018-06-143-22/+33
| | | | | | Also add translation support for appdata (cherry picked from commit 1424cd47da5d2c21331da91e985a3154703e699c)
* flatpak: automatically add <release> tag to cli appdataJohn Stebbins2018-06-141-0/+0
| | | | (cherry picked from commit 7f59018bc89b09b78980c6404954bb1f1b8dd883)
* flatpak: change "appdata" dir to "metainfo"John Stebbins2018-06-141-3/+3
| | | | | | The specificaion for where appstream files go changed (cherry picked from commit 598ab78572f5aafc747cd570092d0cdeaa31f85c)
* LinGui: conform to newer flatpak manifest standardsJohn Stebbins2018-06-141-4/+5
| | | | (cherry picked from commit dd4017b3f8651c945585f0e1553d2195795048ca)
* LinGui: open URLs with flatpak portal aware APIJohn Stebbins2018-06-141-3/+8
| | | | (cherry picked from commit 4553094c8fb2fa5a0412e466aa974dbc01aafeb6)
* LinGui: fix behaviour of queue add multipleJohn Stebbins2018-05-181-4/+12
| | | | | | | | It was adding titles that were not selected. Fixes https://github.com/HandBrake/HandBrake/issues/1347 (cherry picked from commit ad88c56567ea543de294f25fa59b504ddb3013a2)
* LinGui: fix opening files on command lineJohn Stebbins2018-05-171-1/+2
| | | | (cherry picked from commit 15fca081f1a289737152060e9a771a1957b9d4bc)
* LinGui: fix display of video quality over sliderJohn Stebbins2018-05-151-0/+2
| | | | | | | After changing video encoders, the slider value was cut off at the right edge of the window. (cherry picked from commit 70151214eea4fa98eedbf796a6c749d14bf4909d)
* LinGui: fix multi-instance queuesJohn Stebbins2018-05-151-1/+1
| | | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1283 (cherry picked from commit 9b4b3ee193ad82ce1e19e170efcf330325cd7fcf)
* LinGui: update Russian translation from transifexJohn Stebbins2018-05-151-2229/+1899
| | | | Thanks to VictorR
* LinGui: fix "source" tollbar button labelsJohn Stebbins2018-05-151-2/+2
| | | | | | make them single line (cherry picked from commit 7cf1ae10b99c1878c12e7b277e55a45c5110662b)
* LinGui: remove debug printf :(John Stebbins2018-05-151-1/+0
| | | | (cherry picked from commit f599edd441e9b4769bcc1a666a4c083051a232fa)
* LinGui: make main toolbar look like osx main toolbarJohn Stebbins2018-05-1513-42/+98
| | | | (cherry picked from commit 7d016e30de666db1003fc093422992ed173965f1)
* Port to GDBus (#1234)Arkadiy Illarionov2018-03-183-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 autoscaleJohn Stebbins2018-03-161-0/+2
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/1146
* LinGui: fix rounding error in display aspectJohn Stebbins2018-03-163-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 Daley2018-03-123-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/uninhibitJohn Stebbins2018-02-272-518/+546
| | | | This is a new API since GTK 3.4. Use it instead of DBUS when available.
* Misc. typosluz.paz2018-02-208-12/+12
| | | Found via `codespell -q 3 --skip="./gtk/po`
* LinGui: don't remember state of presets windowJohn Stebbins2018-01-312-10/+7
| | | | | Do not automatically open the presets window when restarting the application.
* LinGui: fix "official" preset reloadJohn Stebbins2018-01-141-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 Stebbins2018-01-131-4/+3
|
* LinGui: update preset menu button when editing queue itemJohn Stebbins2018-01-133-0/+13
|
* gtk: socket(2) is defined in sys/socket.h in FreeBSD.Yuichiro NAITO2018-01-131-1/+3
|
* gtk: libdl is not needed for FreeBSD.Yuichiro NAITO2018-01-131-0/+3
|
* Update copyright dates to 2018.Bradley Sepos2018-01-0141-42/+42
|
* LinGui: fix display of volume name in queueJohn Stebbins2017-12-291-1/+1
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/1086
* LinGui: remove unused icon filesJohn Stebbins2017-12-2611-991/+0
|
* LinGui: fix margins around destination file settingsJohn Stebbins2017-12-231-2/+2
|
* LinGui: remove preset options menuJohn Stebbins2017-12-231-88/+0
|
* LinGui: add support for alternate iconsJohn Stebbins2017-12-2332-25/+39903
| | | | GTK will use lower res icons if available for lower res screens.
* LinGui: update additional iconsJohn Stebbins2017-12-233-385/+52
|
* LinGui: add option to make new preset default in "Save As"John Stebbins2017-12-232-5/+34
|