Commit Graph

4716 Commits

Author SHA1 Message Date
Moritz Bunkus
c3080be739 ChangeLog update 2010-12-26 00:40:47 +01:00
Moritz Bunkus
a3faf25306 Wrong configure variable names for Boost 2010-12-26 00:37:43 +01:00
Moritz Bunkus
6ebddaf009 Display version information even if current version is up to date 2010-12-26 00:14:59 +01:00
Moritz Bunkus
9c1c31dd5e Merge branch 'master' of file:///home/mosu/prog/video/mkvtoolnix 2010-12-26 00:09:36 +01:00
Moritz Bunkus
a89452f6e6 Include more wxWidgets DLLs 2010-12-26 00:01:01 +01:00
Moritz Bunkus
5474994b78 Moved libcurl from the required to the optional components 2010-12-25 23:56:28 +01:00
Moritz Bunkus
4fba6cbd10 Merge branch 'master' of ssh://git.bunkus.org/~/mkvtoolnix 2010-12-25 23:54:47 +01:00
Moritz Bunkus
5c6289ea88 Include the curl DLL in the installer 2010-12-25 23:44:18 +01:00
Moritz Bunkus
2e58e48957 Fix compilation with mingw
If wxWidgets is built as a DLL then the DECLARE_EVENT_TYPE macro
assumes the event itself is defined in a DLL. If it isn't then the
linker will look for the wrong symbol.

Therefore don't use the macro as the event does indeed not live in a
DLL in this case.
2010-12-25 23:41:47 +01:00
Moritz Bunkus
48eb906077 Updated build instructions for Windows with libcurl 2010-12-25 23:36:37 +01:00
Moritz Bunkus
0d029fdc8d Include certain include files for curl on Windows 2010-12-25 23:23:22 +01:00
Moritz Bunkus
259d2dbb95 Use curl-config for the CFLAGS and LIBS 2010-12-25 23:23:22 +01:00
Moritz Bunkus
73305c9c26 rake after man page update 2010-12-25 23:23:22 +01:00
Moritz Bunkus
17dad78450 Don't let files depend on themselves 2010-12-25 23:23:22 +01:00
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
f9a72d2212 Add libcurl dependency information 2010-12-25 22:17:10 +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