Moritz Bunkus
4db4ad928b
AUTHORS: add new Dutch translator Theo Gommans
2019-08-26 21:32:44 +02:00
Theo Gommans
6fe8c072cd
translations: update Dutch
2019-08-26 21:32:21 +02:00
Moritz Bunkus
df9e739439
translations: fix error in Dutch translation
2019-08-25 12:02:17 +02:00
Moritz Bunkus
a9bcd5673b
AUTHORS: update for Brazilian Portuguese translator
2019-08-25 12:02:02 +02:00
Rafael Fontenelle
1f875ecef6
translations: update Brazilian Portuguese
2019-08-25 12:00:14 +02:00
Moritz Bunkus
c8f74c82f1
bump version number, set release code name
2019-08-24 10:02:59 +02:00
Yoshidumi, Rentaro
bd3a2a73a0
man page translations: update Japanese
2019-08-24 09:58:50 +02:00
Moritz Bunkus
f643aabfed
NEWS: add entry about Qt version downgrade for Windows builds
...
Addresses #2605 .
2019-08-24 09:56:02 +02:00
Moritz Bunkus
1912c35d6d
GUI: sysinfo: copy the whole Markdown text on Ctrl+C
2019-08-20 12:23:35 +02:00
Moritz Bunkus
bb604f5580
GUI: sysinfo: include compiler vendor & version
...
Only implemented for GNU C++ and clang++.
2019-08-20 00:01:41 +02:00
Moritz Bunkus
06cced4ebc
AUTHORS: add new translator for Japanese
2019-08-19 23:51:08 +02:00
Dian Li
9425fd4857
translations: update Chinese Simplified
2019-08-19 23:51:00 +02:00
Burak Yavuz
3aa2feba0a
translations: update Turkish
2019-08-19 23:51:00 +02:00
solokot
c1fb6a356e
translations: update Russian
2019-08-19 23:51:00 +02:00
Yoshidumi, Rentaro
78bb56b3fe
translations: update Japanese
2019-08-19 23:50:57 +02:00
TMTisFree
f4f7b6fd62
translations: update French
2019-08-19 23:50:48 +02:00
Israel Lucas Torrijos
aec7a5ad23
translations: update Spanish
2019-08-19 23:50:48 +02:00
Antoni Bella Pérez
cf79a5bd7d
translations: update Catalan
2019-08-19 23:50:48 +02:00
Dian Li
97a4e354ea
man page translations: update Chinese Simplified
2019-08-19 23:50:48 +02:00
Yoshidumi, Rentaro
f15616338c
man page translations: update Japanese
2019-08-19 23:50:26 +02:00
Israel Lucas Torrijos
de30f70ff1
man page translations: update Spanish
2019-08-19 13:47:27 +02:00
Antoni Bella Pérez
5c4f72e21a
man page translations: update Catalan
2019-08-19 13:47:26 +02:00
Moritz Bunkus
07b412ae6b
GUI: mux: unique file names: only remove trailing number on directory changes
...
The caller of the function `generateUniqueOutputFileName` knows
whether or not the base name given to the function is the base name of
the first added file or the current content of the destination file
name control. Only in the latter case is the suffix added for
uniqueness present and has to be removed.
2019-08-19 13:47:26 +02:00
Moritz Bunkus
22ec2f9ac4
GUI: use native path separators in playlist selection dialog
2019-08-19 13:47:26 +02:00
Moritz Bunkus
831bc43255
GUI: system info: add pretty product name, Qt ABI name
2019-08-13 17:50:41 +02:00
Moritz Bunkus
a6fd6a05e9
GUI: default for often used languages from Wikipedia's languages by native speakers
...
The prior selection was pretty Western-centric with a couple of
additions from Asia. However, there are so many more languages, and
for a lot of them there are many more native speakers than for those
which were on the list before this change.
The new list simply mirrors Wikipedia's "List of languages by number
of native speakers" found at
https://en.wikipedia.org/wiki/List_of_languages_by_number_of_native_speakers
Additionally the GUI will only show the often used languages in
drop-down boxes by default.
Both can still be changed in the preferences.
2019-08-12 18:32:06 +02:00
Moritz Bunkus
79803bf65d
ISO 639 functions: remove unused functions
2019-08-12 18:27:09 +02:00
Moritz Bunkus
3deb96673a
translations: update list of translatable strings; update German translation
2019-08-11 22:30:11 +02:00
Moritz Bunkus
1987cb5f3a
GUI: make languages "Undetermined"/"No linguistic content" translatable
2019-08-11 22:29:44 +02:00
Moritz Bunkus
d9fda168a7
GUI: track name recognition: optionally anchor at beginning of name
2019-08-11 22:02:48 +02:00
Moritz Bunkus
1af71c6286
GUI: move old settings conversion to proper function
2019-08-11 22:01:59 +02:00
Moritz Bunkus
41e3e941df
bump version number, set release code name
2019-08-10 16:18:29 +02:00
Moritz Bunkus
48bdd0dbce
NEWS: reorder for easier consumption
2019-08-10 16:15:21 +02:00
Moritz Bunkus
6a5f7b2dc6
cosmetics: alignment
2019-08-10 16:13:25 +02:00
Moritz Bunkus
190827ee5a
text I/O: always treat newlines as EOL regardless of detected EOL style
...
Problematic were files for which DOS-style EOLs were
detected (carriage return followed by newline, \r\n) but which had
some lines terminated solely by a newline (\n). In such a case the
EOL was only detected upon seeing the next \r\n, and the value
returned from the `getline()` function would return something that
everyone would judge to be multiple lines of text.
Fixes #2594 .
2019-08-10 16:05:57 +02:00
Moritz Bunkus
5d18a7d804
SRT parser: add debug output
2019-08-10 15:58:33 +02:00
Moritz Bunkus
ac2a26369c
cosmetics: alignment
2019-08-10 15:56:34 +02:00
Moritz Bunkus
2b46d4adc1
all: use current spelling of macOS instead of old Mac OS
2019-08-10 14:47:04 +02:00
Moritz Bunkus
72a827f6b3
translations: update program & man page translation files
2019-08-10 14:37:43 +02:00
Moritz Bunkus
182190c2da
update NEWS for fixing #2600
2019-08-10 14:35:35 +02:00
Moritz Bunkus
f383f8c78c
all: use H.265 instead of h.265
...
Second part of the fix of #2600 .
2019-08-10 14:34:54 +02:00
Moritz Bunkus
b56918d388
all: use H.264 instead of h.264
...
Part of the fix of #2600 .
2019-08-10 14:29:54 +02:00
Andrei Stepanov
9c9e239f4a
translations: update Russian
2019-08-10 14:03:09 +02:00
Roberto Boriotti
cf74be67d1
translations: update Italian
2019-08-10 14:03:01 +02:00
TMTisFree
cc9e582039
translations: update French
2019-08-10 14:02:49 +02:00
Moritz Bunkus
e786ec8634
MPLS: look for .m2ts if no file with extension from clip_codec_id is found
...
In this particular case the `clip_codec_information` field contained
the value `FMTS`. The file in the `STREAM` sub-directory still has the
extension `.m2ts`, though.
Fixes #2601 .
2019-08-10 13:59:08 +02:00
Moritz Bunkus
2e7f05a4ed
ignore *.tmp files
2019-08-08 21:13:37 +02:00
Moritz Bunkus
a9d3e9ef51
GUI: re-factor font utility functions to their own file
2019-08-08 21:13:18 +02:00
Moritz Bunkus
f78615a676
GUI: fix compilation with Qt < 5.11
...
QFontMetrics::horizontalAdvance() was only introduced in 5.11.
2019-08-08 21:08:53 +02:00
Roberto Boriotti
21c0fe439d
installer translations: update Italian
2019-08-08 20:28:28 +02:00