Commit Graph

77 Commits

Author SHA1 Message Date
Katsuhiko Nishimra
785422db30 Defined make rule to generate translated man pages. 2009-12-20 22:24:00 +09:00
Moritz Bunkus
73c2dd789f Added support for showing the muxing progress in Windows 7's taskbar. 2009-12-12 13:05:16 +01:00
Moritz Bunkus
541bac7f92 Do not warn about strict aliasing -- wxWidgets contain a lot of those. 2009-09-06 20:59:32 +02:00
Moritz Bunkus
743eb3816e Added the UTF8-CPP project and functions for converting between UTF-8 encoded std::strings and std::wstrings. 2009-08-18 19:33:17 +02:00
Moritz Bunkus
bd86697a61 Moved the directories 'librmff' and 'avilib-0.6.10' to a common subdirectory 'lib'. 2009-08-18 11:29:48 +02:00
Moritz Bunkus
4c6551c054 Added a man page for mkvpropedit. 2009-08-16 13:33:48 +02:00
Moritz Bunkus
2a4999959b Added a class for deferred translation of strings. 2009-08-16 13:33:41 +02:00
Moritz Bunkus
7c590c01cf The start of the property editor.
Conflicts:

	Makefile.in
2009-08-16 13:33:40 +02:00
Moritz Bunkus
b94eac65ba Added an explicit target for the man pages. 2009-08-10 21:28:48 +02:00
Moritz Bunkus
57c158cab7 Added a configure test for xsltproc and DocBook. Added make rules for converting DocBook XML to man pages. 2009-08-10 21:22:41 +02:00
Moritz Bunkus
ab0648fec2 Update the tags file first. 2009-08-07 01:21:20 +02:00
Moritz Bunkus
b20fbd7086 Create tags for Emacs. 2009-07-30 20:13:58 +02:00
Moritz Bunkus
f6a4bf6d90 Cleanup: Moved a lot of mmg's source files into subdirectories. 2009-05-21 12:08:39 +02:00
Moritz Bunkus
aafdc8ea83 Force the format of po/zh_CW.po and po/zh_TW.po to match what Dean Lee's tool produces.
That way the diffs will be smaller.
2009-05-19 19:25:44 +02:00
Moritz Bunkus
0ba370e9af Updated the 'update-po' target to get strings from the files in src/common/*/*.cpp, too. 2009-05-18 22:43:19 +02:00
Moritz Bunkus
7ecada5225 Renamed many files with "common" in their name, and moved a couple ones from src/common to their own subdirectory of that directory. 2009-05-18 11:12:35 +02:00
Moritz Bunkus
e6900f2906 No need to set variables twice. 2009-05-11 21:36:57 +02:00
Moritz Bunkus
3f5150b92c Split the files src/common/common.h and src/common/common.cpp into several smaller ones.
Also a lot of cosmetic improvements. I fully expect this commit to break compilation on other systems. This will be fixed later.
2009-05-06 12:33:52 +02:00
Moritz Bunkus
f6c60e371c Added a make target for displaying msgfmt statistics for all translations. 2009-03-21 11:41:28 +01:00
Moritz Bunkus
ac78607538 Calculate dependencies during compilation
Do not require a separate "make depend" step. Especially as
new dependencies are not picked up until the next "make depend".
Use gcc's capability to calculate dependencies during
compilation.
2009-02-26 22:01:04 +01:00
Moritz Bunkus
96cf092850 Removed support for gcc v2.x style dependency information
gcc v2.x will no longer be supported.
2009-02-26 19:58:16 +01:00
Moritz Bunkus
3b82fc8711 Let configure find the windres tool
The windres tool used for cross-compiled mingw builds
should be detected by configure. Until now it was assumed
that it was simply called "windres" and not prefixed
like the other compiler components (e.g. i386-mingw32msvc-gcc).
2009-02-25 15:35:06 +01:00
Moritz Bunkus
d52c7bed45 Do not write headers to .po files
Do not let xgettext write the header (msgstr ""...) to the .po files
so that the header will not be duplicated each time "make update-po"
is called.
2009-02-18 23:58:49 +01:00
Moritz Bunkus
7b0858067d Made the tooltips translatable
All tooltips used by mmg are now translatable and translated to German.
2009-02-09 22:40:27 +01:00
Moritz Bunkus
1d78829d4e Updated translations, fixes for typos
Included the strings from mmg in the translation files and
translated about half of them into German. Fixed a couple
of spelling mistakes.
2009-02-01 22:31:41 +01:00
Moritz Bunkus
7227888f22 Use Boost based regular expressions for the simple chapter parser and extended it to handle more than 100 chapters. Fix for bug 320. 2008-12-17 18:00:44 +00:00
Moritz Bunkus
4db84e8fed Pass the --enable-auto-import flag to the linker during compilation with mingw in order to get rid of a lot of messages regarding auto imports of symbols. 2008-12-17 07:50:42 +00:00
Moritz Bunkus
1d43772307 Added a German translation for the command line tools. 2008-12-12 16:06:48 +00:00
Moritz Bunkus
cc9b653272 Added a default goal so that calling "make TOOLS=1" without an explicit goal works. 2008-10-31 23:20:19 +00:00
Moritz Bunkus
885396a456 Cosmetics. 2008-10-11 14:11:55 +00:00
Moritz Bunkus
6f408710f2 Add a version resource to each .exe on Windows. 2008-10-06 13:09:01 +00:00
Moritz Bunkus
f83ca9a965 *** empty log message *** 2008-09-25 14:42:04 +00:00
Moritz Bunkus
2df43637cb Moved the base64tool into the src/tools directory so that it will not be built by default anymore. 2008-09-20 14:21:05 +00:00
Moritz Bunkus
c8076d9ffe First steps towards support for VC1 video tracks: the parser for elementary streams. 2008-09-17 15:26:02 +00:00
Moritz Bunkus
f1f4b5567f Switched from the PCRE regex library to Boost's one. 2008-08-30 12:45:54 +00:00
Moritz Bunkus
524a9c20bd Use RPATHs on Unix platforms. Fix for bug 278. 2008-04-18 20:00:06 +00:00
Moritz Bunkus
8e6c592b59 Honor strip. 2008-02-29 09:37:27 +00:00
Moritz Bunkus
8ffd0272cb Enabled warnings about shadowed variables and solved all of the resulting warnings. 2008-02-25 17:13:13 +00:00
Moritz Bunkus
f59bd7f9d1 Let the user override flags generated by configure (e.g. -Wall) with custom CFLAGS etc. 2007-07-04 14:14:53 +00:00
Moritz Bunkus
b286f039e7 Some versions of make seem to complain if a variable is defined twice. 2007-01-14 20:55:12 +00:00
Moritz Bunkus
16626e1170 Added a Qt version of mkvinfo's GUI (is not enabled by default, add "--enable-qt" to configure). 2006-11-28 17:58:30 +00:00
Moritz Bunkus
9d639c11e2 Do not strip binaries during installation. 2006-11-12 18:45:14 +00:00
Moritz Bunkus
69ac678c33 Renamed WXWINDOWS to WXWIDGETS and bumped the version check to 2.6.0. 2006-11-11 10:42:32 +00:00
Moritz Bunkus
d786c200a4 Added a check for the PCRE lib and its C++ companion. 2006-09-25 15:37:44 +00:00
Moritz Bunkus
a1faf39379 Make the upcoming autoconf 2.60 happy. 2006-06-16 08:20:06 +00:00
Moritz Bunkus
83ae9edb83 Moved some @...@ style variables from configure.in to Makefile.in where they belong (very recent autoconf versions were choking on those). Fixes Anthill bug #197. 2006-06-02 14:31:16 +00:00
Moritz Bunkus
98edcb10ce Added support for MIME type detection via libmagic (patch by Robert Millan with heavy modifications by myself). See also Anthill bug #194. 2006-04-28 11:33:27 +00:00
Moritz Bunkus
02834b6306 The images are supposed to be in a subdirectory. 2005-09-08 17:32:08 +00:00
Moritz Bunkus
9374620850 Mind $(DESTDIR) ! 2005-09-07 17:18:12 +00:00
Moritz Bunkus
d6d5f2c604 Only remove configure and config.h.in on "make maintainer-clean". 2005-09-03 14:51:17 +00:00