Commit Graph

7236 Commits

Author SHA1 Message Date
Moritz Bunkus
69ab31e527 Bump version number, set release code name, add release message 2014-10-22 18:36:19 +02:00
Xabier Aramendi
ccc0d78817 Translations: update Basque 2014-10-18 12:41:03 +02:00
Andriy Bilous'ko
550b45aa99 Translations: update Ukrainian 2014-10-13 12:43:51 +02:00
Moritz Bunkus
b90d06d23b MPEG TS: implemented teletext subtitle support
Implements #773.
2014-10-11 13:23:15 +02:00
Moritz Bunkus
f643e4c4d4 MPEG TS reader: refactor PMT descriptor parsing to smaller functions 2014-10-11 13:23:15 +02:00
Moritz Bunkus
b88a80abc5 MPEG TS reader: remove superfluous code 2014-10-11 13:23:15 +02:00
Moritz Bunkus
3250cd5ad3 mkvmerge: refactor text subs packetizer not to rely on 0-termination in packet 2014-10-09 11:33:53 +02:00
Moritz Bunkus
549b3ce4a8 memory_c: convenience function for pointing to an unmodifiable string 2014-10-09 11:33:27 +02:00
Moritz Bunkus
3451843c0b Build system: don't warn about missing field initializers 2014-10-07 19:06:46 +02:00
Moritz Bunkus
60dfa439e1 MPEG TS: don't exit on MPEG-1/2 errors 2014-10-07 15:01:11 +02:00
Moritz Bunkus
3c9a9c4737 common: fix default value for chapter display language if missing from XML 2014-09-29 14:24:08 +02:00
Moritz Bunkus
dfe4226c27 test: don't use bashism
Otherwise the test will fail if /bin/sh is a more POSIXly strict shell
like dash as Ruby uses /bin/sh and not the current user's login shell.
2014-09-28 15:43:53 +02:00
Moritz Bunkus
5a977d3093 GUI: re-distribute appended tracks after parent has been removed 2014-09-28 14:58:10 +02:00
Moritz Bunkus
30e147c417 GUI: implement drag & drop in the files pane 2014-09-28 14:54:38 +02:00
Moritz Bunkus
32c09fc47c mkvinfo: fix building on non-Windows 2014-09-26 19:30:39 +02:00
Moritz Bunkus
f8d707fa27 mkvinfo Qt on Windows: Close the console window in GUI mode 2014-09-26 19:26:09 +02:00
Moritz Bunkus
6f614bd212 MPEG TS: don't interpret forward gaps in subtitle tracks as timecodes wrapping 2014-09-25 20:05:14 +02:00
Moritz Bunkus
e134437b11 GUI: implement drag & drop for the track window 2014-09-20 21:29:48 +02:00
Moritz Bunkus
60406a5170 GUI: use unsigned long longs for storing converted pointers 2014-09-20 21:29:06 +02:00
Moritz Bunkus
b45ba9ab9c GUI: make views not editable 2014-09-20 21:29:06 +02:00
Moritz Bunkus
f911c28809 GUI: fix withSelectedIndexes not to skip rows in hierarchies 2014-09-20 21:29:06 +02:00
Moritz Bunkus
c5c8dd5671 GUI: refactor ::assert() to Q_ASSERT() 2014-09-20 13:57:04 +02:00
Moritz Bunkus
8c61d83c54 mmg: use app->SafeYield() instead of while(app->Pending()) app->Dispatch()
The latter seems to hang endlessly on Mac OS.
2014-09-17 22:44:43 +02:00
Moritz Bunkus
ae9b45d7a8 MPEG TS reader: add support for PCM tracks 2014-09-17 22:32:15 +02:00
Moritz Bunkus
60308ace3f MPEG PS reader: add support for PCM tracks
Partially implements #763.
2014-09-17 22:32:15 +02:00
Moritz Bunkus
0435682f46 MPEG PS/TS, WAV readers: output audio track parameters on verbose identification 2014-09-17 22:32:06 +02:00
Moritz Bunkus
6bb2021d00 GUI: add --sync switch 2014-09-16 17:48:54 +02:00
Moritz Bunkus
9d5b20f076 GUI: implement drag & drop in the job queue 2014-09-15 22:08:11 +02:00
Moritz Bunkus
eb99a936a8 GUI: don't write/read job's internal IDs 2014-09-15 22:05:03 +02:00
Moritz Bunkus
f0c1076adb GUI: don't increment running index twice during job loading 2014-09-15 21:05:19 +02:00
Moritz Bunkus
9d75427e12 GUI: implement retrieving the job queue on startup 2014-09-14 20:43:40 +02:00
Moritz Bunkus
cb4b5bc63e GUI: implement storing the job queue on exit 2014-09-14 19:32:58 +02:00
Moritz Bunkus
8c1d0eb8ea installer: no GUI shortcut on desktop if the user doesn't want them 2014-09-14 17:46:43 +02:00
Moritz Bunkus
1ce4688ab3 ChangeLog update 2014-09-14 12:10:00 +02:00
Moritz Bunkus
79b7a3717c GUI: use .clear() for clearing lists
.empty() is just a compatibility function for stdlib and doesn't clear
the list. It's the equivalent of .isEmpty().

This fixes clearing the lists when loading/resetting configs.
2014-09-14 12:04:16 +02:00
Moritz Bunkus
16ffc67210 GUI: use .isEmpty() for stating intentions clearly 2014-09-14 12:04:02 +02:00
Moritz Bunkus
45e3984571 GUI: implement automatically setting the output file name 2014-09-14 11:48:24 +02:00
Moritz Bunkus
c19da845fc GUI: automatically set the title from added source files 2014-09-14 10:51:03 +02:00
Moritz Bunkus
38a3f32149 GUI: don't display the preview warning if NO_WARNING is set to 1 2014-09-14 10:37:08 +02:00
Moritz Bunkus
41c5044590 common: implement get_environment_variable() for non-Windows 2014-09-14 10:36:31 +02:00
Moritz Bunkus
af2f564a82 common: re-write get_environment_variable() without fixed buffer size 2014-09-14 10:34:05 +02:00
Israel Lucas Torrijos
29788008a9 Translations: update Spanish 2014-09-13 22:37:50 +02:00
Moritz Bunkus
e3826e563d Debian/Ubuntu build files: shorten dependency list 2014-09-13 22:12:10 +02:00
Moritz Bunkus
c7b2851c7d Merge remote-tracking branch 'refs/remotes/darealshinji/patch-1' 2014-09-13 22:06:04 +02:00
darealshinji
056e511e68 install wxgtk 3.0 and fallback to wxgtk 2.8 if it doesn't exist 2014-09-13 21:48:49 +02:00
Moritz Bunkus
2b94abc04b Installer: delete MKVToolNix GUI preview link on the desktop 2014-09-13 20:27:30 +02:00
Moritz Bunkus
c913d095c3 Merge pull request #36 from darealshinji/patch-1
upstream changelog missing on Ubuntu packages
2014-09-13 20:19:08 +02:00
darealshinji
3289fe5356 upstream changelog missing on Ubuntu packages 2014-09-13 19:52:52 +02:00
Moritz Bunkus
a49294f0dc Bump version number, add release message, set version code name 2014-09-13 15:32:15 +02:00
Moritz Bunkus
6e8c57f34e GUI: include a preview warning 2014-09-13 14:06:27 +02:00