Commit Graph

14602 Commits

Author SHA1 Message Date
Moritz Bunkus
7858db3ade
ISO 15924: added all private use entries, not just start & end 2021-07-19 14:32:12 +02:00
Moritz Bunkus
d2e0222418
ISO 3166: remove unused variable 2021-07-19 14:15:03 +02:00
Moritz Bunkus
e6eac871a2
GUI: preferences dialog: use no margin for all sub-pages 2021-07-17 22:15:45 +02:00
Moritz Bunkus
e104020eef
translations: update list of translatable strings; update German translation 2021-07-17 22:11:59 +02:00
Antoni Bella Pérez
aa874fe52d
translations: update Catalan 2021-07-17 22:07:49 +02:00
Moritz Bunkus
fbbc37a3af
GUI: source file model: remove unused icons 2021-07-17 22:05:05 +02:00
Moritz Bunkus
d0e95cc4ef
GUI: mux: added option for disabled file & track color indicators 2021-07-17 22:04:36 +02:00
Moritz Bunkus
5a353eba99
ISO 3166: update list of countries & regions from lists on the internet 2021-07-17 13:51:17 +02:00
Moritz Bunkus
f34fe823c4
ISO 3166: unify line format 2021-07-17 13:51:17 +02:00
Moritz Bunkus
f690be057b
build system: move HTML table data extraction to separate function 2021-07-17 13:51:17 +02:00
Moritz Bunkus
20437cb0f6
build system: move file download handling to dedicated module 2021-07-17 12:26:48 +02:00
Moritz Bunkus
df8db2a328
BCP 47: don't compare code to language names when looking up ISO 639 languages
There are several problems with comparing the language name as well:

1. The regular expression used to match user input against the general
   structure of BCP 47 tags only allows two or three letters for the
   language code. This means that language name lookups only worked
   for languages whose names were two or three letters long.

2. There are overlaps between ISO 639 codes and language names. For
   example, the language "Irish" has an 639-2 alpha-2 code of "ga",
   which happens to be identical to the name of the language "Ga",
   creating ambiguity.

3. It was never intended for the user to enter language names when
   specifying languages anyway.
2021-07-15 23:10:41 +02:00
Moritz Bunkus
862e38e54a
NEWS: re-word updates to list of valid subtags for BCP 47 language tags 2021-07-15 19:44:02 +02:00
Moritz Bunkus
3411605953
ISO 15924: update script list 2021-07-15 19:43:27 +02:00
Moritz Bunkus
c649427ff2
ISO 639: re-add entries only present in 639-2 but not 639-3 2021-07-15 19:35:29 +02:00
Moritz Bunkus
1bc531fb6b
update IANA language subtag registry 2021-07-15 18:11:38 +02:00
Moritz Bunkus
cf3fa3c86f
tests: add case for 2bd6bd28 / issue #3162 2021-07-15 15:34:28 +02:00
Moritz Bunkus
6867ba1db0
new_test: fix support for four-digit test case numbers 2021-07-15 15:32:55 +02:00
Moritz Bunkus
2bd6bd2864
HEVC parser: catch exceptions when parsing invalid VPS & SPS NALUs
Fixes #3162.
2021-07-15 15:29:58 +02:00
Burak Yavuz
b7e0531748
translations: update Turkish 2021-07-15 14:28:49 +02:00
Andrei Stepanov
cf05234f0f
translations: update Russian 2021-07-15 14:28:41 +02:00
Fúlvio Alves
e782a59600
translations: update Brazilian Portuguese 2021-07-15 14:28:35 +02:00
Roberto Boriotti
84f3fcb43a
translations: update Italian 2021-07-15 14:28:27 +02:00
TMTisFree
7b79f5f599
translations: update French 2021-07-15 14:26:03 +02:00
Moritz Bunkus
4191f40578
mkvmerge man page: fix enumeration 2021-07-15 14:22:28 +02:00
Moritz Bunkus
0474897c1b
ISO 639: update language list 2021-07-14 23:22:13 +02:00
Moritz Bunkus
50505d3d1b
ISO 639: generate language list directly from latest ISO lists 2021-07-14 22:52:56 +02:00
Moritz Bunkus
a351d7629f
BCP 47: fixed/fully implemented prefix matching 2021-07-14 21:59:02 +02:00
Moritz Bunkus
dc79a0e921
translations: update list of translatable strings; update German translation 2021-07-12 22:37:26 +02:00
Moritz Bunkus
bb63076f9a
GUI: mux: add/enable keyboard shortcuts for all language display widgets 2021-07-12 22:36:30 +02:00
Israel Lucas Torrijos
3f3b72355b
translations: update Spanish 2021-07-12 21:43:51 +02:00
Andrei Stepanov
6d1b24bdf3
man page translations: update Russian 2021-07-12 21:43:43 +02:00
TMTisFree
4e21aaa4ce
man page translations: update French 2021-07-12 21:43:36 +02:00
Israel Lucas Torrijos
f78d5d1c75
man page translations: update Spanish 2021-07-12 21:43:29 +02:00
Moritz Bunkus
05f8c0fa09
GUI: mux: move language widget buddy handling to language display widget 2021-07-12 21:35:12 +02:00
Moritz Bunkus
3a9358ec09
GUI: mux: open language dialog when pressing track language label's shortcut 2021-07-12 21:16:50 +02:00
Alex James
a202ad95a0
build system: avoid using LLD on macOS
LLD on macOS cannot successfully link MKVToolNix.
2021-07-11 15:53:15 -05:00
Alex James
8c91bf668a
Qt 6 check: remove $(EXPORT_ARCH_ARGS) from CFLAGS
This fixes compilation with Qt 6 on macOS.
2021-07-11 15:18:13 -05:00
Moritz Bunkus
164e51f7d7
GUI: mux: don't double-escape mkvmerge exe in "Show command-line" dialog
Fixes #3164.
2021-07-11 11:37:07 +02:00
Moritz Bunkus
fb7ff32d3d
BCP 47: support for "user-defined" country codes AA, QM–QZ, XA–XZ, ZZ 2021-07-11 11:22:41 +02:00
Moritz Bunkus
4892ed9e93
BCP 47: fix validation of extended language & variant subtags against prefixes
For example: the extended language subtag `1996` is valid for the `de`
prefix. This means that both a simple `de-1996` (primary language +
extended language) and the more complex `de-Latn-CH-1996` (primary
language + script + country + extended language) are valid.
2021-07-11 11:06:40 +02:00
Moritz Bunkus
07662bd0ac
GUI: fix legacy MIME type for font collections 2021-07-10 18:56:34 +02:00
Antoni Bella Pérez
1a338f4fd7
man page translations: update Catalan 2021-07-10 18:43:09 +02:00
Moritz Bunkus
c919271131
NEWS: cosmetics 2021-07-10 18:29:53 +02:00
Moritz Bunkus
96a013f4ae
macOS packaging: fix library paths in all executables
Needed since even the command-line utilities use Qt.

Fixes #3161.
2021-07-10 18:29:32 +02:00
Moritz Bunkus
8d08c82c6e
bump version number, set release code name 2021-07-10 12:31:42 +02:00
Moritz Bunkus
af9c55ca57
NEWS: re-order for easier consumption 2021-07-10 12:23:27 +02:00
Moritz Bunkus
5d47c56cc6
man page translations: update list of translatable strings; update German translation 2021-07-10 11:54:43 +02:00
Moritz Bunkus
2357ca34d9
man pages: clarify: mkvmerge only looks for additional parts for MPEG program streams 2021-07-10 11:52:47 +02:00
Burak Yavuz
04f4ae22e4
translations: update Turkish 2021-07-10 11:50:17 +02:00