Commit Graph

4701 Commits

Author SHA1 Message Date
Moritz Bunkus
7fd70c2851 Include Boost's Exception library from 1.45.0
Boost's property tree lib won't work without a current exception lib.
2010-12-25 23:23:22 +01:00
Moritz Bunkus
f63ceb24b8 Merge branch 'master' of ssh://git.bunkus.org/~/mkvtoolnix
Conflicts:
	po/ja.po
2010-12-25 21:36:30 +01:00
Moritz Bunkus
b306448167 Fix a couple of format wrong strings in translations 2010-12-25 21:34:02 +01:00
Moritz Bunkus
ea5fb8c6ca Output verification errors in a format recognized by Emacs' 'next-error/previous-error' commands 2010-12-25 21:33:47 +01:00
Moritz Bunkus
5d3d24c8f3 Added task for calling the format verification script for translations 2010-12-25 21:16:50 +01:00
Moritz Bunkus
62f1d453f7 Update to the Ukrainian translation 2010-12-25 21:11:12 +01:00
Moritz Bunkus
f2fe0422c6 No executable bit 2010-12-25 21:10:22 +01:00
Moritz Bunkus
f089a4309b VP8 is spelled upper-case 2010-12-25 20:01:23 +01:00
Moritz Bunkus
4e4a91c4d0 Use fewer variations of the update check line 2010-12-25 20:00:38 +01:00
Moritz Bunkus
f55428cce9 Translation update 2010-12-25 19:59:58 +01:00
Moritz Bunkus
66b590f7d9 Update man page for update check regarding the download URL 2010-12-25 16:21:14 +01:00
Moritz Bunkus
118dbdca32 Output the download URL during the update check 2010-12-25 16:20:46 +01:00
Moritz Bunkus
c64c19c861 Also allow MTX_DEBUG as the environment variable for debugging options 2010-12-25 15:11:22 +01:00
Moritz Bunkus
5d05b4e5e8 XML structure change 2010-12-25 15:10:09 +01:00
Moritz Bunkus
3a0babe8a2 Check for updates when mmg is started 2010-12-25 15:10:00 +01:00
Moritz Bunkus
4571bda055 Save when the last successful check occured & which version was active at that time 2010-12-25 14:40:54 +01:00
Moritz Bunkus
c365caeeb2 Show update status and result in a dialog 2010-12-25 13:59:24 +01:00
Moritz Bunkus
4caaccdf6e Return URLs when checking for updates 2010-12-25 13:43:29 +01:00
Moritz Bunkus
ef12126681 Define file dependencies explicitely
Simply defining a rule '.o' => '.cpp' is not enough
for (d)rake. (d)rake only uses the rules for building, not for
determining which elements have to be re-built.
2010-12-24 18:18:15 +01:00
Moritz Bunkus
7fec00043a Move the update checker thread into its own file 2010-12-24 16:56:29 +01:00
Moritz Bunkus
7abd9dc7ca Use wxAboutBox() for the "about" dialog 2010-12-24 15:55:19 +01:00
Moritz Bunkus
6af03a284f Notify mmg_dialog about the various stages of the update check process 2010-12-24 15:16:48 +01:00
Moritz Bunkus
a384a92946 Moved CURL specific stuff into their own files 2010-12-24 14:07:29 +01:00
Hiroki Taniura
3d38e7d6ff Update to the Japanese translation 2010-12-24 12:37:11 +09:00
Moritz Bunkus
eec2c2f1b3 Groundwork for querying remotes for the current release in mmg 2010-12-23 22:48:03 +01:00
Moritz Bunkus
628f4dc125 Also match "mkvmerge v4.4.0" in the version parser 2010-12-23 21:07:09 +01:00
Moritz Bunkus
fb2e9a8c27 Include option for update checks in the preferences 2010-12-23 17:52:01 +01:00
Moritz Bunkus
5f54f2dedb man page documentation for --check-for-updates 2010-12-23 16:07:34 +01:00
Moritz Bunkus
b2982d29c4 Added option "--check-for-updates" which checks online if a new release is available 2010-12-23 16:07:19 +01:00
Moritz Bunkus
6549317870 Link against libcurl if found 2010-12-23 16:04:23 +01:00
Moritz Bunkus
ebb2e119cc configure check for libcurl 2010-12-23 16:04:01 +01:00
Moritz Bunkus
55d2f4bc47 Include the Boost property tree library 2010-12-22 23:46:16 +01:00
Moritz Bunkus
33cd2e9d05 Update Boost license and "foreach" library to v1.45.0 2010-12-22 23:35:44 +01:00
Moritz Bunkus
5c26e8fc6d Small structure for parsing and comparing version numbers 2010-12-22 23:34:53 +01:00
Moritz Bunkus
0c8201523c ChangeLog update 2010-12-22 22:41:43 +01:00
Moritz Bunkus
f7facbdf8c Avoid access to freed memory
Access to matches occurs after the buffer the matches point to has
been reassigned.

Fix for bug 585.
2010-12-22 22:39:43 +01:00
Moritz Bunkus
a4062a54f5 drake after man page update 2010-12-22 22:37:49 +01:00
Moritz Bunkus
8b42708acb Output track IDs as integers, not chars 2010-12-22 18:20:05 +01:00
Moritz Bunkus
4b61f3cb42 drake after man page translation update 2010-12-22 12:07:32 +01:00
Moritz Bunkus
97bf9f6ed4 Test case for mkvextract's exit codes 2010-12-22 12:07:10 +01:00
Moritz Bunkus
962bfd23b5 Exit with an error if an attachment ID was not found and don't write anything 2010-12-22 12:06:45 +01:00
Moritz Bunkus
94c383fa6b A test case for VP8 video tracks in Ogg files 2010-12-22 11:32:44 +01:00
Moritz Bunkus
76c595c013 Merge branch 'master' of ssh://git.bunkus.org/~/mkvtoolnix 2010-12-21 22:50:54 +01:00
Moritz Bunkus
1f8d9ff3b8 Support for reading VP8 video tracks from Ogg files
Implements bug 584.
2010-12-21 22:50:45 +01:00
Dean Lee
682846f374 Update to the Chinese Simp translation 2010-12-21 21:50:41 +08:00
Moritz Bunkus
11fc8f8b34 ChangeLog update 2010-12-21 12:43:14 +01:00
Moritz Bunkus
46c1ba1235 Translation update 2010-12-21 12:42:56 +01:00
Moritz Bunkus
ce271b22f5 Exit with an error if a requested track ID is not found in the source file
Fix for bug 583.
2010-12-21 12:41:52 +01:00
Moritz Bunkus
649afa80a5 Complain and exit with an error if no tracks/attachments to extract are given 2010-12-21 12:21:06 +01:00
Moritz Bunkus
822ec14d68 Show help and exit with an error if no extraction mode is given 2010-12-21 12:20:46 +01:00