Commit Graph

585 Commits

Author SHA1 Message Date
330eb7cf13 Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>. 2011-10-23 22:02:08 +02:00
01bc64859d Added a hint that the version number in the name of the ZIP file, which Nero offers for download, doesn't tell the whole truth. 2011-10-23 18:05:27 +02:00
181b8686ea Added some info on Hibernation to the F.A.Q document. 2011-10-22 17:49:46 +02:00
6c67cb0012 Check if hibernation is support on the computer. If not, disable the hibernate option. 2011-10-22 01:34:24 +02:00
a98206bd70 Added an option to hibernate the computer ("suspend to disk") instead of shutting it down ("power off"). 2011-10-22 01:13:28 +02:00
0e6058df9e Moved Windows 8 64-Bit hack to a better place. MPress will not be fixed soon for Windows 8, so we will have to keep that hack for a while... 2011-10-21 16:17:22 +02:00
4a9ee707b1 Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2011-10-20 22:36:34 +02:00
6a04c29ad9 Some refactoring: Moved tools info into a separate header file + added simple self-test to Thread_Initialization. 2011-10-19 00:24:03 +02:00
a14b030a5c Re-organized CPU type selection. This should also fix a potential bug, which might have caused an Intel-only binary to be used on 64-Bit AMD systems. 2011-10-18 18:54:56 +02:00
e5e9f63258 Updated LAME encoder to v3.99 Final (2011-10-17), compiled with ICL 12.1.6 and MSVC 10.0. Note: The "i386" binary uses CPU Runtime Detection with on optional(!) SSE2-optimized code path, while the "sse2" binary uses Intel-specific SSE2 optimizations and does NOT use CPU Runtime Detection. 2011-10-18 18:52:52 +02:00
d14ecfffa6 Fixed web-update tool. After the recent update of the Inetc plug-in, the updater was not working anymore. D'oh! 2011-10-16 19:15:40 +02:00
61331ce6f8 Updated Ukrainian translation. Thanks to Rub3n CT <rub3nct@gmail.com>. 2011-10-16 17:58:15 +02:00
1a9aa81d3a More extensive use of the NOBR macro + code clan-up. 2011-10-16 16:38:01 +02:00
0b33754dba Updated "disque" URL. 2011-10-15 15:53:07 +02:00
b57d08b874 Updated Changelog. 2011-10-15 01:32:58 +02:00
e3d1a6cc7a Better way to obtain the ISO date, without using a Temp file. 2011-10-14 23:39:31 +02:00
46d108d327 Updated QT Linguist download link. 2011-10-14 22:58:41 +02:00
de5b2458c1 Updated Qt Framework to v4.8.0 RC-1, built with Visual Studio 2010. Also improved OS detection a bit. 2011-10-14 18:02:37 +02:00
e9bfc225f0 Some more updates to Russian translation by Иван Митин <bardak@inbox.ru>. 2011-10-11 22:41:08 +02:00
57a1b8146e Changed icon for loading a different Cue Sheet file. 2011-10-11 16:44:28 +02:00
b6c72e9f84 Updated Changelog file. 2011-10-11 14:08:48 +02:00
b86b7c45a5 More updates to Russian translation by Иван Митин <bardak@inbox.ru>. 2011-10-11 13:57:40 +02:00
84cc763278 Updated mpg123 decoder binary to v1.13.4 (2011-09-07), compiled with GCC 4.6.1. 2011-10-11 02:04:12 +02:00
24efb53f3a Some updates to Russian translation by Иван Митин <bardak@inbox.ru>. 2011-10-10 22:26:50 +02:00
71f8c6dcf6 Updated installer wrapper. 2011-10-10 20:24:17 +02:00
22c25d334e Updated Web Updater and Elevator binaries. Now with newer StdUtils plug-in. 2011-10-09 22:52:54 +02:00
901bf4c7c6 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-10-09 21:15:21 +02:00
c13939aa12 Got rid of the need to explicitly unload the StdUtils plug-in. 2011-10-09 17:37:10 +02:00
68fd91c6f8 Minor installer fix. 2011-10-08 23:53:54 +02:00
7c5ef4ca58 More installer clean-up. 2011-10-08 22:58:11 +02:00
4a329e65df Updated FAQ document. 2011-10-08 20:34:10 +02:00
a77f65fac3 Do not pack the EXE file when the deployment script is run in "skip build this time" mode. 2011-10-08 20:12:28 +02:00
11781e8a8d Clean-up installer script. 2011-10-08 19:34:24 +02:00
ba72c43108 Renamed obsolete file. 2011-10-08 18:21:12 +02:00
ad94a4726b Updated installer to get rid of "parameters.nsh", now using StdUtils plug-in to get the parameters. 2011-10-08 18:20:20 +02:00
9d652fb2e0 Added support for /Force to uninstaller. Required some tweaks for the 'parameters.nsh' include file. 2011-10-07 16:06:48 +02:00
af7bb2026a Made the channel equalization mode of the "normalization" filter an advanced option. The "-ne" mode still is default, be you can use "-nb" or even "-n" now. The last one still has problems with multi-channel files. 2011-10-06 23:55:42 +02:00
32b3e2607c Updated translator's guide. 2011-10-06 20:19:33 +02:00
c80f45f704 Use ShellExecute() to run the Uninstaller, because the Uninstaller now needs to be elevated (and thus QProcess can fail). 2011-10-06 14:35:13 +02:00
682dbbc668 HTML syntax fixes. 2011-10-04 23:21:20 +02:00
f753f3ad41 Updated translator's guide + FAQ document. 2011-10-04 23:17:34 +02:00
66c70657ef Updated installer wrapper to use StdUtils and wait for the actual installer to terminate. 2011-10-03 12:52:12 +02:00
0e31ec7cad Added Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2011-10-03 01:33:12 +02:00
b09aaa30dc Some more fine-tuning for the recent installer improvements. 2011-10-02 23:32:15 +02:00
9d09a8d5b0 Installer updates. 2011-10-02 22:14:09 +02:00
866fb13e2e Updated MediaInfo and wma2wav binaries. Now compiled with new stdout/stderr Unicode fix. 2011-10-01 03:40:49 +02:00
f8512798a2 Added hack to disable 'x64' support on Windows 8 Developer Preview, as our MPress-compressed x64 binaries currently crash on that platform. It's not yet clear whether Windows 8 or MPress is at fault... 2011-09-30 20:17:42 +02:00
48efab12eb Updated Web-Updater and Elevator binary. NSIS updated again. 2011-09-29 20:59:54 +02:00
1aa870d7f3 Fixed a typo, thanks to Rub3n CT for reporting. 2011-09-29 20:20:12 +02:00
78ad6b722c Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>. 2011-09-29 20:13:56 +02:00