Commit Graph

16090 Commits

Author SHA1 Message Date
Moritz Bunkus
465be405a4
fix compilation with Qt < 6.7.0 2024-12-02 21:44:44 +01:00
Antoni Bella Pérez
0616bca855
program translations: update Catalan 2024-12-01 16:31:49 +01:00
Antoni Bella Pérez
b3727ac864
man page translations: update Catalan 2024-12-01 16:31:42 +01:00
Moritz Bunkus
28cd5bcb8a
more avoiding the use of deprecated Qt functions 2024-12-01 15:58:02 +01:00
Moritz Bunkus
2d9d0f9e3f
make mxerror() abort even if no error handler is installed 2024-12-01 15:43:46 +01:00
Moritz Bunkus
6954288ef4
cosmetics: alignment 2024-11-17 22:14:10 +01:00
Moritz Bunkus
2dd30845fb
mkvinfo: accept --checksums, too, to match man page 2024-11-17 22:13:37 +01:00
Burak Yavuz
9b9e46ff9b
program translations: update Turkish 2024-11-17 22:09:29 +01:00
Moritz Bunkus
8287d52f99
README: update support links
1. replace sub-Reddit with help.mkvtoolnix.download forum
2. replace Freenode IRC with Libera IRC
2024-11-17 21:47:26 +01:00
Moritz Bunkus
e3ee341316
translations: fix syntax errors 2024-11-14 19:53:32 +01:00
Oleh Hishak
4637026c92
man page translations: update Ukrainian 2024-11-14 19:51:20 +01:00
Oleh Hishak
85c9990ba0
program translations: update Ukrainian 2024-11-14 19:51:12 +01:00
Burak Yavuz
6fc4b38c45
program translations: update Turkish 2024-11-14 19:50:07 +01:00
Andrei Stepanov
6e30b84dd4
program translations: update Russian 2024-11-14 19:50:01 +01:00
Roger Knutsen
10234d6684
program translations: update Norwegian Bokmål 2024-11-14 19:49:46 +01:00
Roberto Boriotti
9452e3f104
program translations: update Italian 2024-11-14 19:49:40 +01:00
TMTisFree
477a5b4232
program translations: update French 2024-11-14 19:49:35 +01:00
Moritz Bunkus
e3eac84516
Merge remote-tracking branch 'robcuiper/main' 2024-11-14 19:49:02 +01:00
Camiel K
1189669cde
program translations: update Dutch 2024-11-14 19:48:31 +01:00
Rob Cuiper
a90aa2dcae Update file nl.po 2024-11-12 09:56:08 +00:00
Rob Cuiper
09a0ad4d25 Update file nl.po 2024-11-11 10:15:35 +00:00
Rob Cuiper
19a8984a90 Update file nl.po 2024-11-08 14:19:43 +00:00
Rob Cuiper
62f6d7cd70 Update file nl.po 2024-11-08 14:19:04 +00:00
Rob Cuiper
a23e821256 Update file nl.po 2024-11-06 15:13:33 +00:00
Rob Cuiper
338f330452 Update file nl.po 2024-11-05 15:08:37 +00:00
Rob Cuiper
a4a164e7f7 Update file nl.po 2024-11-04 14:25:01 +00:00
Rob Cuiper
e3d072f51f Update file nl.po 2024-10-30 11:55:49 +00:00
Rob Cuiper
012212b34c Update file nl.po 2024-10-30 11:54:35 +00:00
Rob Cuiper
be8ec4e935 Update file nl.po 2024-10-30 09:55:16 +00:00
Rob Cuiper
7ec0b2fac2 Update file nl.po 2024-10-29 10:30:43 +00:00
Rob Cuiper
904efde3ca Merge branch mkvtoolnix:main into main 2024-10-28 13:55:46 +00:00
Rob Cuiper
a9c53deab0 Update file nl.po 2024-10-28 13:36:39 +00:00
Moritz Bunkus
f9e99a5082
merge: support for JSON-formatted timestamp files (v1, 2 & 4 so far)
missing:

- v3
- man page update
- NEWS entry
2024-10-27 16:46:02 +01:00
Moritz Bunkus
902ee0ac1b
JSON parser: remove custom comment remover, use nlohmann's comment stripping 2024-10-26 19:16:12 +02:00
Moritz Bunkus
1bd07a8da6
timestamp factory: mark several virtual functions override 2024-10-26 12:13:28 +02:00
Moritz Bunkus
1f5677f42f
mark mxexit* functions as noreturn 2024-10-26 12:07:23 +02:00
Moritz Bunkus
01a4e54818
translations: update list of translatable strings; update German translation 2024-10-25 16:42:11 +02:00
Moritz Bunkus
8e65e50dc7
font MIME types: legacy & current ones always present in GUI's combo boxes
Partially fixes #3751
2024-10-25 15:57:39 +02:00
Moritz Bunkus
d858c2bf13
font MIME types: map types application/x-font-{otf,ttf} to current or legacy MIME types
Qt 6.7.3 seems to have switched to a different embedded MIME type
database. This one returns `application/x-font-{otf,ttf}` for OpenType
& TrueType fonts. MKVToolNix did not know about these two types &
therefore used them as-is, not mapping them to the well-known legacy
types if enabled, but not using the currently specced types
`font/{otf,ttf}` either.

This change forces mapping of all three known font MIME type types to
either the legacy or the current specs ones, depending on the "enable
legacy font MIME types" settings.

Partially fixes #3751.
2024-10-25 15:41:51 +02:00
Moritz Bunkus
5ff981a942
Rakefile: provide default_targets target even if default target is overriden 2024-10-25 15:00:07 +02:00
Moritz Bunkus
70cfb3c012
Rakefile: require files from rake.d/local.d but don't store them in git 2024-10-25 14:59:46 +02:00
Rob Cuiper
ecf59f8eee Update file nl.po 2024-10-25 10:29:54 +00:00
Rob Cuiper
b7d2b8485e Update file nl.po 2024-10-25 10:29:16 +00:00
TMTisFree
c31a08e27e
man page translations: update French 2024-10-24 17:41:40 +02:00
Fúlvio Alves
72256260df
program translations: update Brazilian Portuguese 2024-10-24 17:41:24 +02:00
Roger Knutsen
d5b346d052
man page translations: update Norwegian Bokmål 2024-10-24 17:41:13 +02:00
Roger Knutsen
7768fe5b71
program translations: update Norwegian Bokmål 2024-10-24 17:41:06 +02:00
Moritz Bunkus
93d33997a0
avoid use of deprecated Qt functions 2024-10-24 17:27:47 +02:00
Moritz Bunkus
164e774790
AC-3 writer: use codec ID A_AC3 without /BSID<n> suffixes
Follows latest spec changes.

fixes #2387
2024-10-24 17:08:57 +02:00
Moritz Bunkus
7a32d31e70
bump version number, set release code name 2024-10-19 15:13:11 +02:00