Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: use a stackview instead of constrains in the summary view to ↵ | Damiano Galassi | 2019-03-06 | 2 | -245/+312 |
| | | | | simplify hiding UI elements. | ||||
* | MacGUI: fix building with Xcode new build system. | Damiano Galassi | 2019-03-05 | 2 | -25/+3 |
| | |||||
* | WinGui: Update the installers to include the zh language files. | sr55 | 2019-03-04 | 2 | -0/+12 |
| | |||||
* | LinGui: fix video codec preset when switching codecs | John Stebbins | 2019-03-04 | 1 | -3/+11 |
| | | | | | If the codec doesn't have a 'medium' preset, the GUI was left in an indeterminate state | ||||
* | WinGui: Adding initial Chinese Translation | sr55 | 2019-03-03 | 4 | -0/+2375 |
| | |||||
* | WinGui: Update German Translation | sr55 | 2019-03-03 | 2 | -39/+69 |
| | |||||
* | WinGui: Queue Up/Down button size aligned with other buttons on the window. | sr55 | 2019-03-03 | 1 | -2/+2 |
| | |||||
* | WinGui: Queue -> Overhaul the context menu on the queue to offer context ↵ | sr55 | 2019-03-03 | 5 | -24/+105 |
| | | | | aware tasks for the selected tasks. | ||||
* | WinGui: Remove the legacy queue design. The new design is now always used. | sr55 | 2019-03-03 | 16 | -1094/+465 |
| | |||||
* | libhb: Only display audio source bitrates greater than one, resolves #1944 | Andrew Brezovsky | 2019-03-01 | 1 | -5/+9 |
| | | | | Signed-off-by: Andrew Brezovsky <[email protected]> | ||||
* | MacGui: update German localization (Feb 2019) | Nomis101 | 2019-02-28 | 9 | -45/+190 |
| | | | | Latest Transifex sync of german macOS strings. Make HandBrake:master even with Transifex. | ||||
* | Fix Py3 compat and logic/syntax in handling version.txt | Frederick Ding | 2019-02-28 | 1 | -2/+3 |
| | | | | | | | | | | | | | | The first fix addresses the problem that readlines() gives back a list of strings, which do not have the `.decode()` method that bytes do. But `_parseSession()` is used both for the bytes output by running `repo-info.sh` and for the strings output by ingesting `version.txt`. So we still need to handle the bytes case. The second fix addresses syntax and logic problems. If a string is not empty, `if self.hash` will check that it's non-empty (I don't think `is not empty` actually works -- it has given me a NameError). And the string comparison should be done by value equality, not reference equality. | ||||
* | contrib: Update to FreeType 2.9.1. | Bradley Sepos | 2019-02-26 | 2 | -3/+27 |
| | |||||
* | contrib: Fix FreeType bzip2 dependency typo. | Bradley Sepos | 2019-02-26 | 1 | -1/+1 |
| | |||||
* | make: More Python 3 compatibility fixes. | Bradley Sepos | 2019-02-26 | 2 | -10/+10 |
| | |||||
* | make: Update python_launcher to accept Python 3. | Bradley Sepos | 2019-02-26 | 1 | -1/+1 |
| | |||||
* | configure: Add python (no version suffix) to configure. | Bradley Sepos | 2019-02-26 | 1 | -1/+1 |
| | | | | Fixes build on macOS not having python2 alias. | ||||
* | Revert "contrib: Update to FreeType 2.9.1." | Bradley Sepos | 2019-02-26 | 1 | -3/+3 |
| | | | | | | Hoses hb.dll. Reverting until a fix is implemented. This reverts commit 9ad4cae93670aa84349cd05b040a96f8d8e4ef24. | ||||
* | configure: gtk: make: scripts: Make scripts compatible with Python 3. | Bradley Sepos | 2019-02-25 | 6 | -31/+36 |
| | |||||
* | configure: Move configured special encoders output before launch output. | Bradley Sepos | 2019-02-25 | 1 | -10/+11 |
| | |||||
* | contrib: Update to libxml2 2.9.9. | Bradley Sepos | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | contrib: Update to libdvdread 6.0.1. | Bradley Sepos | 2019-02-24 | 2 | -165/+3 |
| | |||||
* | contrib: Update to libbluray 1.1.0. | Bradley Sepos | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | contrib: Update to Jansson 2.12. | Bradley Sepos | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | contrib: Update to HarfBuzz 2.3.1. | Bradley Sepos | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | contrib: Update to fribidi 1.0.5. | Bradley Sepos | 2019-02-24 | 6 | -62/+17 |
| | |||||
* | contrib: Update to FreeType 2.9.1. | Bradley Sepos | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | configure: Enable hardware encoders by default on suitable platforms. | Bradley Sepos | 2019-02-24 | 1 | -17/+29 |
| | | | | Print special encoders status at end of configure output, minor cosmetics. | ||||
* | WinGui: Further evolving the new queue design. | sr55 | 2019-02-23 | 3 | -163/+229 |
| | |||||
* | WinGui: Reinstate "Resume" vs "Start" encode on the Main screen. Fixes #1919 | sr55 | 2019-02-22 | 3 | -1/+24 |
| | |||||
* | Updated gitignore | sr55 | 2019-02-21 | 1 | -0/+1 |
| | |||||
* | WinGui: Attempt to be smarter with the Autonaming when dealing with ↵ | sr55 | 2019-02-21 | 1 | -10/+16 |
| | | | | directories with ".". Fixes #1917 | ||||
* | contrib: Remove fdk-aac SourceForge url. | Bradley Sepos | 2019-02-21 | 1 | -1/+0 |
| | | | | Checksum does not match the other urls. The GitHub repo by mstorsjo seems preferable at this time, anyway. | ||||
* | contrib: Update bzip2 upstream url. | Bradley Sepos | 2019-02-21 | 1 | -1/+1 |
| | | | | The previous url is gone. | ||||
* | WinGui: Fix summary tab delayed refresh. Fixes #1914 | sr55 | 2019-02-20 | 1 | -0/+2 |
| | |||||
* | LinGui: adjust the size of subtitle widgets | John Stebbins | 2019-02-19 | 2 | -5/+8 |
| | | | | | | | Make language text smaller. Some of the native characters are quite tall and result in an overly tall widget. Fixes https://github.com/HandBrake/HandBrake/issues/1869 | ||||
* | WinGui: Fix a crash for new installs or users upgrading from older versions. ↵ | sr55 | 2019-02-19 | 1 | -0/+4 |
| | | | | Fixes #1916 | ||||
* | MacGui: upgrade Sparkle to version 1.21.3 | Damiano Galassi | 2019-02-19 | 18 | -15/+25 |
| | |||||
* | WinGui: Set the button text to "Apply" on the Defaults Windows rather than ↵ | sr55 | 2019-02-18 | 7 | -18/+33 |
| | | | | "Save" to try avoid confusion. Improves #1907 | ||||
* | MacGui: improve view sizing. | Damiano Galassi | 2019-02-17 | 1 | -3/+3 |
| | |||||
* | WinGui: Undo some debugging code. | sr55 | 2019-02-17 | 1 | -1/+1 |
| | |||||
* | News: Remove item that's no longer relevant. | sr55 | 2019-02-17 | 1 | -1/+0 |
| | |||||
* | WinGui: Backout Handling of AccessViolations. Makes the hardware handling ↵ | sr55 | 2019-02-17 | 1 | -6/+6 |
| | | | | issue worse. | ||||
* | contrib: Update to AMF 1.4.9 | Ewout ter Hoeven | 2019-02-17 | 1 | -4/+4 |
| | |||||
* | WinGui: Attempt to fix the the exception handling when AccessViolations occur. | sr55 | 2019-02-16 | 1 | -4/+21 |
| | |||||
* | WinGui: Add HandleProcessCorruptedStateExceptions around Init. | sr55 | 2019-02-16 | 1 | -5/+11 |
| | |||||
* | NEWS Updates and corrections | sr55 | 2019-02-16 | 1 | -4/+2 |
| | |||||
* | meta: Update NEWS.markdown for 1.2.1 release. | Bradley Sepos | 2019-02-15 | 1 | -0/+82 |
| | |||||
* | MacGui: made some more strings localisable, update Italian locasation. | Damiano Galassi | 2019-02-15 | 7 | -17/+27 |
| | |||||
* | MacGui: disable NSWindow tabbing support. | Damiano Galassi | 2019-02-15 | 2 | -0/+10 |
| |