Moritz Bunkus
be8596bd55
Man page translations added to 'po-stats' target
2010-02-09 12:23:55 +01:00
Moritz Bunkus
517f477b30
Let 'make V=1' work with xgettext/msgmerge. Added a separate target for creating the .pot
2010-01-23 22:41:57 +01:00
Moritz Bunkus
2fd3983160
Moved mmg's guide to another subdirectory.
2010-01-06 22:26:31 +01:00
Moritz Bunkus
d9dc41a05b
Avoid recursive variable references.
2010-01-05 15:50:17 +01:00
Moritz Bunkus
50e98bd647
Make sure MANPAGES_TRANSLATIONS is filled even if po4a is not available.
2010-01-04 23:52:58 +01:00
Moritz Bunkus
25bea243f4
Install translated manpages.
2010-01-04 22:29:40 +01:00
Moritz Bunkus
862e573f7e
Merge commit 'manpages-ja/translate-manpages' into manpages-ja
2010-01-04 20:50:22 +01:00
Moritz Bunkus
eb8377ed97
Added checks for boost::system.
2009-12-27 23:05:37 +01:00
Moritz Bunkus
efc5c5ea4b
Added Boost::Filesystem to the linker list.
2009-12-27 18:30:07 +01:00
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