Commit Graph

5965 Commits

Author SHA1 Message Date
Moritz Bunkus
b3d3f6f7ba ChangeLog udpate 2012-04-07 13:44:41 +02:00
Moritz Bunkus
9f1a97ff72 Fix wxString to std::wstring conversion for wxWidgets 2.9.3 2012-04-07 13:38:10 +02:00
Moritz Bunkus
f499639e05 Don't use deprecated symbols
Fix for wxWidgets 2.9.3
2012-04-07 13:38:10 +02:00
Moritz Bunkus
5edff6bf0e Explicitly request to link against richtext library
In wxWidgets 2.9.x the "richtext" library is not part of the default
library set anymore.
2012-04-07 13:37:33 +02:00
Moritz Bunkus
72df4e7164 Avoid warnings about potentially uninitialized variables 2012-04-06 21:42:26 +02:00
Moritz Bunkus
11323520ac Set version code name, update version number, add release message 2012-04-06 18:28:41 +02:00
Moritz Bunkus
131a9d386b ChangeLog update 2012-04-06 18:02:45 +02:00
Moritz Bunkus
af67218b72 Check all required Boost libraries 2012-04-06 18:01:52 +02:00
Moritz Bunkus
f76dc0db50 Refactoring: use Boost lexical_cast instead of my own number parsing code 2012-04-06 17:34:19 +02:00
Moritz Bunkus
ad0f56fb65 Intentional update due to 0c2fadf 2012-04-06 16:16:46 +02:00
Moritz Bunkus
e847aad1fa Update German translation 2012-04-06 15:38:55 +02:00
Moritz Bunkus
6d8cf2d6f8 Update list of translatable strings 2012-04-06 15:37:47 +02:00
Moritz Bunkus
514d00f885 Don't translate dummy string 2012-04-06 15:37:30 +02:00
Moritz Bunkus
ae9d643496 Update German translation 2012-04-06 15:36:02 +02:00
Moritz Bunkus
0092440ab7 Update list of translatable strings 2012-04-06 15:31:45 +02:00
Moritz Bunkus
4c922ecbee List additional parts explicitly in mkvmerge's command line
Implements #731.
2012-04-06 15:31:22 +02:00
Moritz Bunkus
7d011bc82e MPEG PS: Do not use multi file I/O if disabled on the command line 2012-04-06 15:25:30 +02:00
Moritz Bunkus
e8f6f9c864 Don't display the "processing other files as well" message anymore 2012-04-06 00:08:13 +02:00
Moritz Bunkus
5ea683c84c Implement sorting for the additional parts 2012-04-06 00:04:03 +02:00
Moritz Bunkus
177d9ccf0f Natural sorting function for any string based vector 2012-04-05 23:52:03 +02:00
Moritz Bunkus
fa931edd64 Provide to_wide for std::wstring / boost::wformat / wxString 2012-04-05 23:49:28 +02:00
Moritz Bunkus
60a791883b Main part of the "additional parts" dialog implementation 2012-04-05 18:10:04 +02:00
Moritz Bunkus
5d89ae5418 First code for the "additional parts" dialog 2012-04-05 14:56:40 +02:00
Moritz Bunkus
7e3a6a8a41 Output binary XML elements in compact hex output 2012-04-04 15:33:20 +02:00
Moritz Bunkus
0c2fadf108 Suppress trailing whitespace in verbose hex output 2012-04-04 15:31:58 +02:00
Moritz Bunkus
41d78551bf Add test case for extracting binary XML elements 2012-04-04 15:26:29 +02:00
Moritz Bunkus
1b9c03932e Add test case for parsing binary XML elements in various formatting 2012-04-04 14:41:20 +02:00
Moritz Bunkus
59137c60ac Always output binary elements in hex format, never in ASCII 2012-04-04 14:40:24 +02:00
Moritz Bunkus
20c5eca0cb Minimum MPEG start code length is 4, not 5
Fixes #728.
2012-04-01 23:36:24 +02:00
Moritz Bunkus
6db1e41017 Refacotring: use templated FindChild/FindNextChild instead of FINDFIRST/FINDNEXT 2012-04-01 16:09:17 +02:00
Hiroki Taniura
2ec3bfa0ce Update the Japanese translation 2012-04-01 21:34:41 +09:00
Moritz Bunkus
e5d092d1b3 Drake after man page update 2012-04-01 11:03:11 +02:00
Moritz Bunkus
5c64759650 Update list of translatable strings 2012-04-01 11:01:58 +02:00
Moritz Bunkus
83da86ede8 Don't start new part if split point iterator is at end 2012-04-01 10:45:59 +02:00
Moritz Bunkus
cdb12f9c76 Implement mmg's controls for "--split parts:..." 2012-04-01 10:43:27 +02:00
Moritz Bunkus
5c9be7e308 Fix spelling 2012-04-01 10:02:51 +02:00
Moritz Bunkus
dcb458ed6b Document "--split parts:" 2012-04-01 09:41:18 +02:00
Moritz Bunkus
2768b0a08b Implement writing to previous part file with "--split parts:"
Fixes #518.
2012-04-01 08:54:44 +02:00
Moritz Bunkus
84997a8b8a Re-init cluster_helper_c debugging variables after command line options have been parsed
Necessary because an instance of cluster_helper_c is needed for the
command line parsing as well.
2012-03-31 19:37:19 +02:00
Moritz Bunkus
84b114fd5c Check for C++11 feature std::tuple 2012-03-31 19:28:21 +02:00
Moritz Bunkus
c3a14d46c3 Add test case for splitting by parts 2012-03-31 13:35:05 +02:00
Moritz Bunkus
33774c4c5b Implement "parts" splitting mode 2012-03-31 12:49:11 +02:00
Moritz Bunkus
894d834ccd Complete implementation for mm_null_io_c 2012-03-31 11:38:12 +02:00
Moritz Bunkus
e217b95cb7 Parse args for "--split parts:" 2012-03-31 10:47:59 +02:00
Moritz Bunkus
53e4f0bd2d drake after Update to the Japanese man page translation 2012-03-31 09:15:53 +02:00
Hiroki Taniura
28fec63562 Update the Japanese translation 2012-03-31 12:46:36 +09:00
Moritz Bunkus
0e606deb0a Update list of translatable strings & German translation 2012-03-30 14:03:22 +02:00
Moritz Bunkus
c5f8fb16b1 Implement feature "clear job from queue after run" 2012-03-30 14:01:03 +02:00
Moritz Bunkus
b641ef0c83 Make job dialogs bigger by default 2012-03-30 13:51:04 +02:00
Moritz Bunkus
c7c231ecb0 Update list of translatable strings 2012-03-30 12:07:26 +02:00