Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LinGui: tooltip revisions | John Stebbins | 2016-12-14 | 1 | -13/+14 |
| | | | | | | Update decomb/deinterlace tooltip to reflect new behavior. Add tooltips for audio and subtitle selection behavior and language lists. | ||||
* | LinGui: make preview window resize smoother | John Stebbins | 2016-11-29 | 1 | -4/+4 |
| | |||||
* | LinGui: Fix some minor memory leaks | John Stebbins | 2016-11-15 | 3 | -0/+14 |
| | |||||
* | LinGui: fix setting default preset | John Stebbins | 2016-11-11 | 1 | -0/+1 |
| | | | | The old default was not getting scrubbed | ||||
* | LinGui: fix number of frames encoded for PtoP frames | John Stebbins | 2016-11-11 | 1 | -2/+2 |
| | |||||
* | LinGui: fix audio sanitizing after muxer change | John Stebbins | 2016-11-10 | 2 | -8/+7 |
| | |||||
* | LinGui: Fix running gtk versions older than 3.16 | John Stebbins | 2016-11-06 | 1 | -10/+0 |
| | | | | focus-chain turns out to not be necessary anyway. | ||||
* | LinGui: Improve tab focus navigation | John Stebbins | 2016-11-02 | 2 | -55/+66 |
| | |||||
* | LinGui: fix formatting of video encoder preset | John Stebbins | 2016-11-01 | 1 | -1/+1 |
| | | | | | GTK doesn't make the space for the label big enough. With some tweaking I managed to work around it's poor formatting. | ||||
* | Add new anamorphic mode "Automatic", delete "Strict" (#367) | John Stebbins | 2016-10-31 | 5 | -27/+28 |
| | | | | | | | | | * Add new anamorphic mode "Automatic", delete "Strict" Anamorphic mode automatic is added to support Bradley's new presets that are designed to pick a PAR that maximizes storage resolution. Strict is converted to Loose + mod == 2 + UsesPictureSettings == 2 when importing presets | ||||
* | LinGui: fix custom filter tooltips | John Stebbins | 2016-10-31 | 5 | -2/+84 |
| | | | | | Make them reflect the "key=value" format change we made to custom filter settings. | ||||
* | LinGui: delete unused column value in combo boxes | John Stebbins | 2016-10-28 | 1 | -119/+92 |
| | |||||
* | LinGui: fix use of freed pointer | John Stebbins | 2016-10-28 | 1 | -2/+2 |
| | |||||
* | LinGui: use HB_ERROR_CANCELED status ... | John Stebbins | 2016-10-26 | 1 | -3/+0 |
| | | | | ... rather than tracking canceled jobs internally in the UI. | ||||
* | LinGui: improve layout of Dimensions tab | John Stebbins | 2016-10-24 | 1 | -236/+200 |
| | |||||
* | LinGui: work around conflicting PicturePAR and UsesPictureSettings | John Stebbins | 2016-10-24 | 1 | -9/+16 |
| | | | | UsesPictureSettings takes precedence | ||||
* | LinGui: fix help string for --enable-flatpak configure option | John Stebbins | 2016-10-20 | 1 | -1/+1 |
| | | | | | Nobody ever sees this since configure is run by HandBrake's build system. But might as well make it right ;) | ||||
* | LinGui: fix installation of desktop file | John Stebbins | 2016-10-19 | 3 | -32/+28 |
| | | | | | Don't install flatpak desktop file when not building a flatpak. This was causing duplicate icons in some distros. | ||||
* | LinGui: UI tweaks | John Stebbins | 2016-10-12 | 3 | -30/+49 |
| | | | | | Adjust some widget alignments. Change some text color. | ||||
* | LinGui: update hb docs link | John Stebbins | 2016-10-06 | 1 | -3/+5 |
| | | | | Old docs are offline. So use new docs. | ||||
* | LinGui: Fix audio and subtitle lang list "Unknown" entry | John Stebbins | 2016-09-16 | 1 | -2/+6 |
| | | | | It should read "Any" instead of "Unknown" for these lists. | ||||
* | LinGui: fix width of min title length entry widget | John Stebbins | 2016-09-16 | 1 | -1/+3 |
| | | | | It cut off digits when > 2 digits | ||||
* | LinGui: fix some issues with reloading audio defaults | John Stebbins | 2016-09-08 | 4 | -121/+123 |
| | | | | | Reloading the audio defaults basically didn't work right. Some settings didn't get loaded, some got loaded and not displayed or displayed wrong. | ||||
* | LinGui: disable invalid audio samplerates | John Stebbins | 2016-09-02 | 3 | -0/+29 |
| | | | | | opus only supports a limited set of samplerates. disable those that do not apply. | ||||
* | contrib: Add opus audio encoder. | John Stebbins | 2016-09-02 | 2 | -15/+2 |
| | | | | | | | | | | Remove: hb_audio_samplerate_get_best() Add: hb_audio_samplerate_is_supported() hb_audio_samplerate_find_closest() hb_audio_samplerate_get_sr_shift() | ||||
* | LinGui: Add flatpak support (#231) | John Stebbins | 2016-08-30 | 6 | -8/+38965 |
| | | | | | | | | | | | | | | | | | | | | | | | * LinGui: add --flatpak configure option For building a linux flatpak bundle * LinGui: add rules to build flatpak repo and bundles * LinGui: add flatpak compatible icon * LinGui: add flatpak compatible desktop file * LinGui: add flatpak appdata xml * pkg: disable building LinGui when creating cli flatpak * pkg: clean flatpak build cache when updating source package * pkg: fix source package build dependencies Fixes errors when the git ref being packaged changes and you have not manually deleted stage and pkg build directories. | ||||
* | add ghb_override_user_config_dir function (#304) | 2wayne | 2016-08-30 | 3 | -1/+24 |
| | | | Allow selection of the config file directory from the command line | ||||
* | LinGui: Fix "Open Source" on older gtk versions | John Stebbins | 2016-08-29 | 1 | -2/+4 |
| | | | | | Older gtk versions do not support the mnemonics "cancel" and "no" as substitutes for integer response values. | ||||
* | LinGui: simplify maintenance of UI xml | John Stebbins | 2016-08-24 | 4 | -19699/+151 |
| | | | | | Combine the 3 separate UI description files into one m4 file that conditionally generates the needed UI description. | ||||
* | LinGui: fix tooltip grammer | John Stebbins | 2016-08-23 | 3 | -3/+3 |
| | |||||
* | LinGui: Add rotate filter | John Stebbins | 2016-08-23 | 4 | -1/+146 |
| | |||||
* | LinGui: Really fix icon_res.h build dependency. | Bradley Sepos | 2016-08-10 | 1 | -1/+1 |
| | | | | By fixing typo in 56c7ee7486b338f56812ae153178757c43dc0f9c. | ||||
* | gtk: Revise Russian translation of pop-up comment. | maxd | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | gtk: Add Russian translation for pop-up comment. | TotalCaesar659 | 2016-07-28 | 1 | -1/+2 |
| | |||||
* | LinGui: Fix icon_res.h build dependency | John Stebbins | 2016-07-14 | 1 | -0/+1 |
| | |||||
* | LinGui: fix source dialog default selection | John Stebbins | 2016-06-30 | 1 | -0/+1 |
| | | | | | Dialog needs to be shown before attempting to set selection. Selection is not reliably set otherwise (sometimes yes, sometimes no). | ||||
* | LinGui: fix preview hud colors with gtk 3.20 | John Stebbins | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | LinGui: fix deprecation warning against gtk 3.20 | John Stebbins | 2016-06-29 | 1 | -0/+10 |
| | |||||
* | LinGui: revert old gtk bug workaround | John Stebbins | 2016-06-29 | 1 | -13/+1 |
| | | | | It is no longer necessary in current gtk versions \o/ | ||||
* | LinGui: fix initial preview scaling size | John Stebbins | 2016-06-20 | 1 | -2/+2 |
| | |||||
* | LinGui: Fix preview window sizing when there is no title yet | John Stebbins | 2016-06-17 | 1 | -0/+12 |
| | |||||
* | build: fix references to documents (e.g. NEWS -> NEWS.markdown) | John Stebbins | 2016-06-11 | 1 | -1/+1 |
| | |||||
* | fix(de.po): Minor typo causing a nasty warning (#222) | setec | 2016-06-10 | 1 | -1/+1 |
| | | | Fixes `Gtk: Failed to set text '<b>Nur Erzwungene>' from markup due to error parsing markup: Fehler in Zeile 1, Zeichen 35: Element »markup« wurde geschlossen, aber das derzeit offene Element ist »b«` | ||||
* | vpx: add encoder presets | John Stebbins | 2016-05-29 | 3 | -13/+26 |
| | | | | | | | | | | | presets are veryfast - deadline=good:cpu-used=5 faster - deadline=good:cpu-used=4 fast - deadline=good:cpu-used=3 medium - deadline=good:cpu-used=2 slow - deadline=good:cpu-used=1 slower - deadline=good:cpu-used=0 veryslow - deadline=best:cpu-used=0 | ||||
* | enable libvpx VP9 encoder | John Stebbins | 2016-05-27 | 2 | -2/+3 |
| | |||||
* | LinGui: add source title dict to queue | John Stebbins | 2016-05-27 | 9 | -149/+159 |
| | | | | | | By adding the title to the queue entry, all necessary information for displaying queued job is present in the queue entry. So I no longer need hackish "Description" key in job audio and subtitle lists. | ||||
* | LinGui: fix audio and subtitle descriptions in queue | John Stebbins | 2016-05-24 | 5 | -1/+33 |
| | | | | ... When "Add Multiple" is used. | ||||
* | LinGui: save backup of presets whenever the version changes | John Stebbins | 2016-05-19 | 1 | -13/+12 |
| | | | | | | ... and not only when the version increases. This ensures that presets from a newer version are not lost when temporarily reverting to an older version. | ||||
* | LinGui: allow the main window to be taller | John Stebbins | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | LinGui: add {preset} auto-file naming option | John Stebbins | 2016-05-05 | 4 | -3/+10 |
| |