Commit Graph

16026 Commits

Author SHA1 Message Date
Andrei Stepanov
c9d0f111f1
program translations: update Russian 2024-10-17 20:56:22 +02:00
Burak Yavuz
f175d29dd6
program translations: update Turkish 2024-10-17 20:56:17 +02:00
TMTisFree
5329213c3f
program translations: update French 2024-10-17 20:56:09 +02:00
Moritz Bunkus
b50fb23cae
MP4 reader: only warn about multiple FourCC in track headers if different
fixes #3748
2024-10-17 20:54:40 +02:00
Moritz Bunkus
fc7492894b
fourcc_c tests: add fourcc_ ==/!= fourcc_c 2024-10-17 20:48:00 +02:00
Moritz Bunkus
25209196cb
MXE setup: don't build Qt 5 anymore 2024-10-17 20:05:29 +02:00
Moritz Bunkus
34e864fae1
translations: update list of translatable strings; update German translation 2024-10-17 12:39:05 +02:00
Burak Yavuz
1a930e45f4
program translations: update Turkish 2024-10-17 12:38:23 +02:00
Andrei Stepanov
5293aadabe
program translations: update Russian 2024-10-17 12:38:18 +02:00
Roger Knutsen
4fc6af85b0
program translations: update Norwegian Bokmål 2024-10-17 12:38:11 +02:00
Roberto Boriotti
6b29dbb708
program translations: update Italian 2024-10-17 12:38:01 +02:00
TMTisFree
36d4d64600
program translations: update French 2024-10-17 12:37:52 +02:00
Israel Lucas Torrijos
91b3d686c6
program translations: update Spanish 2024-10-17 12:37:42 +02:00
Antoni Bella Pérez
af290366e3
program translations: update Catalan 2024-10-17 12:37:33 +02:00
Moritz Bunkus
6fc8fa3a7c
mkvmerge, chapter editor: support reading from PotPlayer bookmark files 2024-10-17 12:34:40 +02:00
Moritz Bunkus
30eb0b9298
Merge remote-tracking branch 'atsampson/qt6.8' 2024-10-09 20:10:36 +02:00
Adam Sampson
fc83003f54 GUI: add missing include for Qt 6.8
This file uses qDebug, but didn't include <QDebug>, and it's no longer
transitively included with Qt 6.8.0.
2024-10-09 13:47:18 +01:00
Moritz Bunkus
e97fb66e61
MSIX asset generation: use magick command introduced in ImageMagick 7 2024-10-06 12:31:31 +02:00
Moritz Bunkus
ecf44d0dbc
configure: fix setting HAVE_QTDBUS if module is found
The m4 macro `AC_DEFINE()` seems to write the definition into a file
that's later evaluated and from which `config.h` is built. This
temporary file must reside in the proper directory, otherwise
`configure` will only know that `HAVE_QTDBUS` might be defined but not
that it should actually be set.

The function checking for Qt6 uses a different temporary directory for
its checks whether `qmake` can compile with certain modules. For the
invocations it changes the current working directory to the temporary
directory. If `AC_DEFINE()` is used while the working directory is
changed, this will break the mechanism described above.

The solution is to only use `AC_DEFINE()` once the current working
directory's been changed back to the original one.

fixes #3744
2024-10-01 12:50:14 +02:00
Moritz Bunkus
94bb863030
bump version number, set release code name 2024-09-07 13:08:00 +02:00
Moritz Bunkus
bfd63e0f2d
NEWS.md: re-order entries 2024-09-07 12:59:44 +02:00
Moritz Bunkus
b5e3bf2852
translations: update list of translatable strings; update German translation 2024-09-07 12:51:53 +02:00
Roger Knutsen
6b6d3b3faf
program translations: update Norwegian Bokmål 2024-09-07 12:50:08 +02:00
Roberto Boriotti
a466c39463
program translations: update Italian 2024-09-07 12:50:02 +02:00
Israel Lucas Torrijos
a179b75ae8
program translations: update Spanish 2024-09-07 12:49:46 +02:00
Antoni Bella Pérez
7f8395e7df
man page translations: update Catalan 2024-09-07 12:49:31 +02:00
Antoni Bella Pérez
d5a0d005cb
program translations: update Catalan 2024-09-07 12:49:19 +02:00
Moritz Bunkus
734db122e4
MPEG TS reader: add hack for not combining Dolby Vision layers from separate tracks 2024-09-03 22:09:18 +02:00
Burak Yavuz
dfe8f3eaf3
program translations: update Turkish 2024-09-01 17:17:43 +02:00
Timofey Lisunov
7cfc8b5221
program translations: update Russian 2024-09-01 17:17:36 +02:00
Camiel K
91fce9dfc1
program translations: update Dutch 2024-09-01 17:17:30 +02:00
TMTisFree
9f8c4ce308
program translations: update French 2024-09-01 17:17:19 +02:00
Moritz Bunkus
a82f6e6a6d
mkvmerge: chapters: support specifying MPLS with --chapters
Fixes/implements #3735
2024-08-30 10:33:01 +02:00
Moritz Bunkus
b3b6b06cad
chapter parsing: properly flag chapters read from DVDs 2024-08-30 10:25:10 +02:00
Moritz Bunkus
b891c13bc7
AUTHORS: reorder entries 2024-08-28 09:39:23 +02:00
Rob Cuiper
86aa2cd1fb Update AUTHORS 2024-08-28 07:23:05 +00:00
Moritz Bunkus
1167ed8e48
translations: update list of translatable strings; update German translation 2024-08-27 21:25:41 +02:00
Moritz Bunkus
f90e261153
Dutch translation: fix syntax error 2024-08-27 21:23:56 +02:00
Moritz Bunkus
5182db3c21
Merge remote-tracking branch 'robcuiper/main' 2024-08-27 21:23:28 +02:00
Moritz Bunkus
ddbd7b9eeb
GUI: status bar: differentiate between current & old warnings/errors
implements #3732
2024-08-27 21:22:37 +02:00
Andrei Stepanov
75c9035df2
program translations: update Russian 2024-08-27 20:40:34 +02:00
Roger Knutsen
eee44a68c9
program translations: update Norwegian Bokmål 2024-08-27 20:40:24 +02:00
Casper
448a4f7845
program translations: update Spanish 2024-08-27 20:40:18 +02:00
Rob Cuiper
4fcc6d17fe Update file nl.po 2024-08-27 11:14:35 +00:00
Rob Cuiper
b61a8c4d13 Update file nl.po 2024-08-27 11:01:59 +00:00
Rob Cuiper
c564a3750c Update file nl.po 2024-08-26 17:42:42 +00:00
Burak Yavuz
1fb83ff3e3
program translations: update Turkish 2024-08-04 14:09:33 +02:00
Timofey Lisunov
9d539a1458
program translations: update Russian 2024-08-04 14:09:28 +02:00
Roberto Boriotti
0c32e1cab9
program translations: update Italian 2024-08-04 14:09:22 +02:00
TMTisFree
13c949d318
program translations: update French 2024-08-04 14:09:13 +02:00