Commit Graph

9145 Commits

Author SHA1 Message Date
Moritz Bunkus
d2d58a0e68 man page translations: update list of translatable strings; update German translation 2015-12-12 15:19:45 +01:00
Moritz Bunkus
65514ab73b man pages: update mkvpropedit for --attachment-uid, --update-attachment
See #1532.
2015-12-12 15:19:45 +01:00
Moritz Bunkus
aa99f9464c mkvpropedit: implement setting attachment UIDs
See #1532.
2015-12-12 15:19:45 +01:00
Moritz Bunkus
e1209eec79 mkvpropedit: implementing updating attachment properties
Implements #1532.
2015-12-12 15:19:45 +01:00
Jan Mazurczyk
a07278f28b translations: update Polish 2015-12-12 14:12:03 +01:00
Moritz Bunkus
54f7a3fe0b Translations: update list of translatable strings; update German translation 2015-12-12 14:03:23 +01:00
Moritz Bunkus
8abc19df0b GUI: run programs: add keyboard shortcuts; make more texts translatable 2015-12-12 14:00:59 +01:00
BouRock
13a28dda7e translations: update Turkish 2015-12-12 10:46:25 +01:00
Moritz Bunkus
743080c9de Translations: update list of translatable strings; update German translation 2015-12-11 14:36:02 +01:00
Moritz Bunkus
b8f36b6c22 GUI: implement running programs after jobs/the queue finish
Implements #1406.
2015-12-11 14:28:39 +01:00
Moritz Bunkus
511f74f0b3 GUI: add controls for configuring programs to run upon job completion
This implements the GUI controls for #1406.
2015-12-11 14:28:07 +01:00
Moritz Bunkus
fd779667eb Qt common: provide to_qs() taking a char as an argument 2015-12-10 12:52:41 +01:00
Moritz Bunkus
64f84a5342 GUI: ask user what to do when dragging & dropping with right mouse button
Implements #1508.
2015-12-09 18:12:44 +01:00
Moritz Bunkus
dd84ff8d15 GUI: only open merge tab on startup if no files given on command line
Fixes #1504.
2015-12-09 17:42:40 +01:00
Moritz Bunkus
2edde77a56 GUI: re-factor high-level application startup from main() into App::run() 2015-12-09 17:41:15 +01:00
Moritz Bunkus
0d27238adb tests: add case for VP9 key frame detection fixed in 237cef3 2015-12-08 22:46:42 +01:00
Moritz Bunkus
322749efa8 tests: intentional update due to translation updates in 3f6c6f9 2015-12-08 22:45:10 +01:00
Moritz Bunkus
237cef35a0 IVF: adjust VP9 key frame detection to match latest libvpx source 2015-12-08 22:40:37 +01:00
Israel Lucas Torrijos
3f6c6f97f3 translations: update Spanish 2015-12-08 20:46:11 +01:00
Moritz Bunkus
952ec5432b GUI: change directory after command line arguments have been processed
Otherwise relative file names given on the command line will always be
interpreted relative to the user's home directory instead of to the
directory the GUI was started from.

Fixes #1534.
2015-12-08 18:09:49 +01:00
Moritz Bunkus
f1e4055e3e tests: add test case for mkvmerge's JSON identification output 2015-12-07 22:49:41 +01:00
Качура Иван
73deeabf02 translations: update Russian 2015-12-05 21:44:30 +01:00
Antoni Bella Pérez
09169ca128 translations: update Catalan 2015-12-05 21:41:14 +01:00
BouRock
f8374a5335 translations: update Turkish 2015-12-05 09:57:02 +01:00
Moritz Bunkus
2bcb370222 GUI: make "layout" group box a sibling to "general options" instead of child 2015-12-02 23:19:15 +01:00
Danko
ca2e91059a translations: update Serbian Latin 2015-12-02 23:18:39 +01:00
Moritz Bunkus
c6cd0823fd Translations: update list of translatable strings 2015-12-02 23:18:39 +01:00
Moritz Bunkus
af306e9091 GUI: fix preferences tab order 2015-12-02 18:23:18 +01:00
Roberto Boriotti
d549aa53fb translations: update Italian 2015-12-02 10:40:47 +01:00
Moritz Bunkus
c0eb011a57 Debian packaging: build debug packages, too 2015-12-02 10:39:12 +01:00
Moritz Bunkus
120305d4bd Translations: update list of translatable strings; update German translation 2015-12-01 23:42:51 +01:00
Moritz Bunkus
dd1d6d2d70 GUI: rework preferences dialog for more tabs with fewer controls per tab 2015-12-01 23:42:51 +01:00
Jan Mazurczyk
b0f93b5cbb translations: update Polish 2015-12-01 19:41:20 +01:00
TMTisFree
47641d0e05 translations: update French 2015-12-01 19:12:09 +01:00
Moritz Bunkus
85799f77c5 Translations: update list of translatable strings 2015-12-01 19:10:58 +01:00
Moritz Bunkus
b2deb6390c Bump version number, set release code name, add release message 2015-11-29 22:18:15 +01:00
Moritz Bunkus
c6e753dcc0 kax_analyzer_c: fix compilation with older versions of Boost 2015-11-29 20:26:36 +01:00
Moritz Bunkus
094f0380c1 kax_analyzer_c: remove unused variable 2015-11-29 20:21:39 +01:00
Moritz Bunkus
5f05a366cc kax_analyzer_c: ensure there's always a seek head at the front
It is possible that the seek head at the front has been removed due to
moving the seek head at the back one byte to the front which calls
remove_from_meta_seeks() with that second seek head. This leads to the
first seek head being empty and therefore being removed.

Later calls to add_to_meta_seek() must therefore make sure that, even if
the element could be added to an existing seek head at the end, a new
seek head is created at the start referencing the one at the end.

Fixes #1513.
2015-11-29 19:41:01 +01:00
Moritz Bunkus
ee96904b4e kax_analyzer_c: fix comments not to use variable names 2015-11-29 18:22:40 +01:00
Andriy Bilous'ko
c91bbf869b translations: update Ukrainian 2015-11-29 14:59:49 +01:00
Israel Lucas Torrijos
a0ad91cebc translations: update Spanish 2015-11-29 14:33:34 +01:00
Moritz Bunkus
bd1797bdec Translations: update list of translatable strings 2015-11-29 14:32:40 +01:00
Moritz Bunkus
dfee7a2226 Matroska reader: only analyze last 5 MB of a file if no seek head is found 2015-11-29 11:04:38 +01:00
Moritz Bunkus
92f054dc79 kax_analyzer_c: refactor process() not to take explicit arguments
Instead those modes are configured via separate functions.
2015-11-29 09:23:01 +01:00
Moritz Bunkus
b01f0d2ba5 kax_analyzer_c: refactor member variables to be private 2015-11-29 09:00:08 +01:00
Moritz Bunkus
1c28c9b93c Matroska reader: disable deep scanning unless requested
Seems like popular tools like Haali's writer (which is used by
e.g. x264) don't write seek heads resulting in very long scan times for
big files. Therefore disable deep scans for the time being until a
quicker solution is found.
2015-11-29 08:37:49 +01:00
Moritz Bunkus
58a35037a6 Bump version number, set release code name, add release message 2015-11-28 20:18:02 +01:00
Moritz Bunkus
1b92f8536b man pages: update list of translatable strings; update German translation 2015-11-28 19:24:23 +01:00
Moritz Bunkus
b6baae6d73 Translations: update list of translatable strings; update German translation 2015-11-28 19:24:23 +01:00