summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: use a stackview instead of constrains in the summary view to ↵Damiano Galassi2019-03-062-245/+312
| | | | simplify hiding UI elements.
* MacGUI: fix building with Xcode new build system.Damiano Galassi2019-03-052-25/+3
|
* WinGui: Update the installers to include the zh language files.sr552019-03-042-0/+12
|
* LinGui: fix video codec preset when switching codecsJohn Stebbins2019-03-041-3/+11
| | | | | If the codec doesn't have a 'medium' preset, the GUI was left in an indeterminate state
* WinGui: Adding initial Chinese Translationsr552019-03-034-0/+2375
|
* WinGui: Update German Translationsr552019-03-032-39/+69
|
* WinGui: Queue Up/Down button size aligned with other buttons on the window.sr552019-03-031-2/+2
|
* WinGui: Queue -> Overhaul the context menu on the queue to offer context ↵sr552019-03-035-24/+105
| | | | aware tasks for the selected tasks.
* WinGui: Remove the legacy queue design. The new design is now always used.sr552019-03-0316-1094/+465
|
* libhb: Only display audio source bitrates greater than one, resolves #1944Andrew Brezovsky2019-03-011-5/+9
| | | | Signed-off-by: Andrew Brezovsky <[email protected]>
* MacGui: update German localization (Feb 2019)Nomis1012019-02-289-45/+190
| | | | Latest Transifex sync of german macOS strings. Make HandBrake:master even with Transifex.
* Fix Py3 compat and logic/syntax in handling version.txtFrederick Ding2019-02-281-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 Sepos2019-02-262-3/+27
|
* contrib: Fix FreeType bzip2 dependency typo.Bradley Sepos2019-02-261-1/+1
|
* make: More Python 3 compatibility fixes.Bradley Sepos2019-02-262-10/+10
|
* make: Update python_launcher to accept Python 3.Bradley Sepos2019-02-261-1/+1
|
* configure: Add python (no version suffix) to configure.Bradley Sepos2019-02-261-1/+1
| | | | Fixes build on macOS not having python2 alias.
* Revert "contrib: Update to FreeType 2.9.1."Bradley Sepos2019-02-261-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 Sepos2019-02-256-31/+36
|
* configure: Move configured special encoders output before launch output.Bradley Sepos2019-02-251-10/+11
|
* contrib: Update to libxml2 2.9.9.Bradley Sepos2019-02-241-3/+3
|
* contrib: Update to libdvdread 6.0.1.Bradley Sepos2019-02-242-165/+3
|
* contrib: Update to libbluray 1.1.0.Bradley Sepos2019-02-241-3/+3
|
* contrib: Update to Jansson 2.12.Bradley Sepos2019-02-241-3/+3
|
* contrib: Update to HarfBuzz 2.3.1.Bradley Sepos2019-02-241-3/+3
|
* contrib: Update to fribidi 1.0.5.Bradley Sepos2019-02-246-62/+17
|
* contrib: Update to FreeType 2.9.1.Bradley Sepos2019-02-241-3/+3
|
* configure: Enable hardware encoders by default on suitable platforms.Bradley Sepos2019-02-241-17/+29
| | | | Print special encoders status at end of configure output, minor cosmetics.
* WinGui: Further evolving the new queue design.sr552019-02-233-163/+229
|
* WinGui: Reinstate "Resume" vs "Start" encode on the Main screen. Fixes #1919sr552019-02-223-1/+24
|
* Updated gitignoresr552019-02-211-0/+1
|
* WinGui: Attempt to be smarter with the Autonaming when dealing with ↵sr552019-02-211-10/+16
| | | | directories with ".". Fixes #1917
* contrib: Remove fdk-aac SourceForge url.Bradley Sepos2019-02-211-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 Sepos2019-02-211-1/+1
| | | | The previous url is gone.
* WinGui: Fix summary tab delayed refresh. Fixes #1914sr552019-02-201-0/+2
|
* LinGui: adjust the size of subtitle widgetsJohn Stebbins2019-02-192-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. ↵sr552019-02-191-0/+4
| | | | Fixes #1916
* MacGui: upgrade Sparkle to version 1.21.3Damiano Galassi2019-02-1918-15/+25
|
* WinGui: Set the button text to "Apply" on the Defaults Windows rather than ↵sr552019-02-187-18/+33
| | | | "Save" to try avoid confusion. Improves #1907
* MacGui: improve view sizing.Damiano Galassi2019-02-171-3/+3
|
* WinGui: Undo some debugging code.sr552019-02-171-1/+1
|
* News: Remove item that's no longer relevant.sr552019-02-171-1/+0
|
* WinGui: Backout Handling of AccessViolations. Makes the hardware handling ↵sr552019-02-171-6/+6
| | | | issue worse.
* contrib: Update to AMF 1.4.9Ewout ter Hoeven2019-02-171-4/+4
|
* WinGui: Attempt to fix the the exception handling when AccessViolations occur.sr552019-02-161-4/+21
|
* WinGui: Add HandleProcessCorruptedStateExceptions around Init.sr552019-02-161-5/+11
|
* NEWS Updates and correctionssr552019-02-161-4/+2
|
* meta: Update NEWS.markdown for 1.2.1 release.Bradley Sepos2019-02-151-0/+82
|
* MacGui: made some more strings localisable, update Italian locasation.Damiano Galassi2019-02-157-17/+27
|
* MacGui: disable NSWindow tabbing support.Damiano Galassi2019-02-152-0/+10
|