Commit Graph

9850 Commits

Author SHA1 Message Date
Jacob McIntosh
02c602b0f3 Adding missing elements to dtd files. 2016-07-28 09:48:31 -05:00
Burak Yavuz
df0cf69829 translations: update Turkish 2016-07-27 21:40:22 +02:00
Timofey Lisunov
c1079a5a0d translations: update Russian 2016-07-27 21:40:10 +02:00
Jan Mazurczyk
dcb3f9ce2e translations: update Polish 2016-07-23 14:20:31 +02:00
Moritz Bunkus
1bf229372e po helpers: don't remove fuzzy flag in orig item if present in updated item, too 2016-07-23 14:20:05 +02:00
Burak Yavuz
5839f25760 translations: update Turkish 2016-07-22 20:18:05 +02:00
Moritz Bunkus
d29b5c22cf GUI: fix calculation of selected items for singular/plural decisions in menu entries 2016-07-22 20:15:00 +02:00
Moritz Bunkus
e3fc267a0b translations: add missing word "in" 2016-07-22 15:51:58 +02:00
Potato
839e75dd17 man page translations: update Korean 2016-07-22 15:47:15 +02:00
Potato
a00f4a8682 translations: update Korean 2016-07-22 14:13:51 +02:00
Antoni Bella Pérez
c9e76b17e1 translations: update Catalan 2016-07-22 14:13:33 +02:00
TMTisFree
90f3b5d826 translations: update French 2016-07-22 14:13:27 +02:00
Moritz Bunkus
264a7aa9c7 translations: update list of translatable strings; update German translation 2016-07-21 20:23:30 +02:00
Moritz Bunkus
c89251faad GUI: make context menu entries reflect number of entries affected 2016-07-21 20:23:30 +02:00
Moritz Bunkus
60918d0495 Debian/Ubuntu: add mediainfo-gui as a suggestion 2016-07-20 19:45:02 +02:00
Jan Mazurczyk
af448ce586 translations: update Polish 2016-07-20 19:35:08 +02:00
Potato
5f294178f3 translations: update Korean 2016-07-20 19:29:15 +02:00
Moritz Bunkus
33eacbf28a GUI: add number of chapters column to "select play list to add" dialog 2016-07-19 19:55:40 +02:00
Moritz Bunkus
db4aacfa49 translations: update list of translatable strings; update German translation 2016-07-19 19:00:44 +02:00
Moritz Bunkus
ee46a5254f man pages: rebuild after translation update 2016-07-19 19:00:44 +02:00
Israel Lucas Torrijos
c5910c7679 translations: update Spanish 2016-07-19 19:00:44 +02:00
Israel Lucas Torrijos
4a95c22abb translations: update Spanish 2016-07-19 19:00:43 +02:00
Timofey Lisunov
ef05736ecd translations: update Russian 2016-07-19 19:00:43 +02:00
Moritz Bunkus
ad44ba0642 GUI: jobs: import dropped .mtxcfg files into the job queue
When the user drags & drops a valid .mtxcfg file (either a full job file
or one containing only the merge settings without the job attributes)
the GUI will not import the content into the job queue as a new job. The
job's properties will be reset (no output/errors/warnings, date fields
are cleared/reset to the current date), and its initial state will be
"pending manual start".

Rest of the implementation of #1714.
2016-07-19 19:00:43 +02:00
Moritz Bunkus
969e4432e2 GUI: jobs: use native path separators in default job description 2016-07-19 18:51:34 +02:00
Moritz Bunkus
7662db5489 GUI: merge: import dropped job .mtxcfg queue files into the job queue
Part of the implementation of #1714.
2016-07-19 18:51:34 +02:00
Moritz Bunkus
5fbb289953 debugging_c hexdump: don't output ASCII of DEL character 2016-07-16 15:58:18 +02:00
Moritz Bunkus
3fc438c8b4 GUI: merge: fix detection of modification in output file name generation
Both the stored output file name as well as the currently entered one
may or may not use native path separators. Therefore when comparing them
they must be normalized to use the same style.

Fixes #1743.
2016-07-15 19:56:35 +02:00
Moritz Bunkus
d4a6c297af GUI: merge: auto-set output file name on WebM check box changes 2016-07-15 19:55:11 +02:00
Moritz Bunkus
4db1ab9f6d GUI: preferences: use native path separators on "output" pane 2016-07-15 19:53:28 +02:00
Israel Lucas Torrijos
201153e29e man page translations: update Spanish 2016-07-14 19:31:30 +02:00
Potato
8bb630b802 translations: update Korean 2016-07-14 19:24:50 +02:00
Roberto Boriotti
a173aa2395 translations: update Italian 2016-07-14 19:24:00 +02:00
Moritz Bunkus
f2f397a63d Bump version number, add release message, set release code name 2016-07-14 07:50:38 +02:00
Potato
d5eaf013c8 translations: update Korean 2016-07-14 07:48:52 +02:00
Moritz Bunkus
caed47048f ChangeLog update 2016-07-13 22:03:53 +02:00
Moritz Bunkus
8112ee3fa6 GUI: merge: manually turn probe range percentage double into a string
This makes really sure that the right number of decimal places is used.

Second part of the fix for #1741.
2016-07-13 22:03:53 +02:00
Moritz Bunkus
804b8beb89 GUI: merge: cosmetics (alignment) 2016-07-13 21:53:27 +02:00
Moritz Bunkus
1e60ee28c5 GUI: merge: copy m_probeRangePercentage member when cloning a SourceFile
Not copying the field will leave the member in the target uninitialized
and therefore more or less random. This can lead to interesting values
being present in the field.

In addition with the wrong format specifier for converting a double into
a string this leads to errors from mkvmerge about the probe range being
invalid if, due to the actual data in the uninitialized field, the
stringified version is written with scientific notation.

Part of the fix for #1741.
2016-07-13 21:50:44 +02:00
Moritz Bunkus
6d85fbc046 build system: require libEBML v1.3.4, libMatroska v1.4.5 2016-07-13 18:39:12 +02:00
Moritz Bunkus
50501448b8 Bump version number, add release message, set release code name 2016-07-13 17:49:29 +02:00
Timofey Lisunov
5c51c0f8ee translations: update Russian 2016-07-13 17:43:34 +02:00
Moritz Bunkus
e0c97ab528 format string verification: ignore fuzzy entries 2016-07-11 21:53:14 +02:00
Moritz Bunkus
38b05acd3a translations: mark "0.3%" entry not to contain format strings 2016-07-11 21:52:43 +02:00
Antoni Bella Pérez
b0d39ec6be man page translations: update Catalan 2016-07-11 20:59:19 +02:00
Antoni Bella Pérez
0326784c55 translations: update Catalan 2016-07-11 20:59:19 +02:00
Potato
96e6b4bccb translations: update Korean 2016-07-11 20:59:19 +02:00
TMTisFree
ff4ac712ec translations: update French 2016-07-11 20:59:19 +02:00
Moritz Bunkus
3c2b49200f build: extend format string verification to plurals 2016-07-11 20:59:19 +02:00
Moritz Bunkus
3f92246ee9 tests: case for chapter generation when appending with file name variables 2016-07-10 20:34:25 +02:00