Dian Li
4e381e2235
program translations: update Chinese Simplified (China)
2022-04-09 23:12:17 +02:00
Andrei Stepanov
6eac2e6afd
program translations: update Russian
2022-04-09 23:12:00 +02:00
Roberto Boriotti
17aaba1712
program translations: update Italian
2022-04-09 23:11:47 +02:00
Vlad Anisimov
288020c4dc
man page translations: update Ukrainian
2022-04-09 23:11:35 +02:00
Moritz Bunkus
eb4e244681
pugixml: update to 1.12.1
2022-04-09 22:48:37 +02:00
Moritz Bunkus
eaca6da4fb
nlohmann-json: update to 3.10.5
2022-04-09 22:36:53 +02:00
Moritz Bunkus
fa849c55c7
fmt: update to 8.1.1
2022-04-09 22:24:46 +02:00
Moritz Bunkus
52e053ae2d
NEWS: update
2022-04-09 22:24:23 +02:00
Moritz Bunkus
7e0f170c1a
GUI: use Opus-in-WebM variants of the default GUI job sounds
...
My previous statement that WAV was the only widely supported format
seems to have been wrong, somewhat. WebM seems to be fine, too.
2022-04-09 13:58:28 +02:00
Moritz Bunkus
1b39e41e8d
translations: update list of translatable strings; update German translation
2022-04-09 12:20:01 +02:00
Moritz Bunkus
2e710f9410
tests: intentional update due to translation updates
2022-04-09 12:17:30 +02:00
Moritz Bunkus
ddd90bd117
translations: update Serbian Latin
2022-04-09 12:15:28 +02:00
Симеон Цветков
bcbb5a8324
translations: update Serbian Cyrillic
2022-04-09 12:14:47 +02:00
Daniel
7d3af6712e
translations: update Romanian
2022-04-09 12:14:30 +02:00
Ricardo Perdigão
9e420bfafc
translations: update Portuguese
2022-04-09 12:14:13 +02:00
NipponGo
25285bfbcf
translations: update Japanese
2022-04-09 12:13:57 +02:00
Xabier Aramendi
b3013d69ad
translations: update Basque
2022-04-09 12:13:30 +02:00
Pavel Rehak
52e8564bac
translations: update Czech
2022-04-09 12:13:23 +02:00
Dian Li
68cc448318
translations: update Chinese Simplified (China)
2022-04-09 12:13:09 +02:00
Dian Li
5e3629e4f6
translations: update Chinese Simplified (Singapore)
2022-04-09 12:12:57 +02:00
Dian Li
9c92debeaf
translations: update Chinese Simplified
2022-04-09 12:11:48 +02:00
Kai Mao
36e9566a11
man page translations: update Chinese Traditional
2022-04-09 12:11:32 +02:00
Andrei Stepanov
4355b86292
translations: update Russian
2022-04-09 12:11:16 +02:00
Andrei Stepanov
793ed0cf4c
man page translations: update Russian
2022-04-09 12:11:02 +02:00
Moritz Bunkus
9541dfca5a
man page translations: update Polish
2022-04-09 12:10:32 +02:00
rctgamer3
f86edfc5c1
translations: update Dutch
2022-04-09 12:09:58 +02:00
Theo Gommans
e5ee1c1dc6
man page translations: update Dutch
2022-04-09 12:09:27 +02:00
Potato
64340a7c4e
translations: update Korean
2022-04-09 12:08:35 +02:00
Potato
4daa0f911b
man page translations: update Korean
2022-04-09 12:07:58 +02:00
Симеон Цветков
d5335177d8
translations: update Bulgarian
2022-04-09 12:07:17 +02:00
Симеон Цветков
54f94043a6
man page translations: update Bulgarian
2022-04-09 12:06:54 +02:00
Moritz Bunkus
fdc178fbc2
NEWS: add entry about Windows binaries being compiled with Qt 6
2022-04-09 11:46:17 +02:00
Moritz Bunkus
ac9951eaed
GUI: use WAV variants of the default GUI job sounds
...
It seems that WAV is the only format supported across most versions of
Qt (5 & 6) and most operating systems.
Existing "run program" configurations will be adjusted if they still
contain Ogg files with the installation directory placeholder.
2022-04-09 11:43:18 +02:00
Moritz Bunkus
4a4e8dc035
GUI: report audio playback errors to the user
2022-04-09 11:43:18 +02:00
Moritz Bunkus
84713575cd
GUI: prefs: only offer "all files" filter when browsing audio files
...
In Qt5 it is impossible to enumerate the file formats actually
supported by Qt.
In Qt6 it is possible to enumerate them. However, that list seems to
be incorrect. Tests on Windows showed both false negatives (e.g. the
enumeration didn't contain WAV files, but playing them worked just
fine) and false positives (e.g. the enumeration contained WebM & Opus,
but playing Opus-in-WebM didn't work).
2022-04-09 11:43:18 +02:00
Moritz Bunkus
77a93d59a5
GUI: system info: include list of supported audio codecs/file formats for Qt ≥ 6.2.0
2022-04-09 11:42:42 +02:00
Moritz Bunkus
9deee8e6a1
build system: Qt6: try to detect qtmultimedia for mingw, too
2022-04-09 11:42:42 +02:00
Moritz Bunkus
f0521d73c1
configure, GUI: fix detection of & compilation with Qt multimedia ≥ 6.2.0
2022-04-09 11:25:23 +02:00
Moritz Bunkus
022ffc87cc
NEWS: add entry about fixing #3316
2022-04-06 22:19:55 +02:00
Moritz Bunkus
f0caeb7836
GUI: only enable sleep actions if systemctl found in path
...
Part of the fix of #3316 .
2022-04-06 22:19:55 +02:00
Moritz Bunkus
61f188181c
GUI: build "Linux" runner on other Unices, too
...
Part of the fix of #3316 .
2022-04-06 22:19:55 +02:00
Moritz Bunkus
8c3e827e2a
build system: fix OS-based file selection for non-Linux/macOS/Windows systems
...
Several files have OS-specific names like "…/windows.cpp", and they
should only be compiled when currently compiling for that OS. The
three main OS mentioned in the build system are Linux, macOS and
Windows. Other Unices like FreeBSD aren't mentioned explicitly and
should be treated the same as Linux (as the code in those
Linux-specific files is rather Unix-but-not-macOS-specific).
Fixes #3316 .
2022-04-06 22:19:55 +02:00
Moritz Bunkus
d8a4eef67f
add translation to Chinese Simplified (Singapore) by Dian Li
2022-04-06 21:44:54 +02:00
Moritz Bunkus
6abaaac967
add translation entries for currently worked on but very incomplete translations
2022-04-06 21:40:55 +02:00
Moritz Bunkus
250f61901f
sort list of language in source alphabetically by whole line
2022-04-06 21:40:31 +02:00
Moritz Bunkus
3aa624c6d7
normalize language names
2022-04-06 21:34:34 +02:00
Moritz Bunkus
bac0916d5b
update link to list of language IDs on Windows
2022-04-06 21:34:07 +02:00
Andrei Stepanov
e500d22b8d
Fix typo in mkvmerge.xml
2022-04-03 23:53:21 +00:00
Dian Li
a2213823ab
translations: update Chinese Simplified
2022-04-03 20:50:24 +02:00
Burak Yavuz
cbe8a0b99f
translations: update Turkish
2022-04-03 20:50:07 +02:00