Commit Graph

458 Commits

Author SHA1 Message Date
79b555fc23 Updated Web Update utility. Now with "Aero Glass" theming enabled, thanks to NSIS Aero plug-in. 2011-07-12 20:29:22 +02:00
3a7129cbf4 Check InternetGetConnectedState() in an asynchronous way + update list of mirrors. 2011-07-10 21:46:43 +02:00
8c95b78e68 Updated install script to use the Aero plug-in, which will use an "Aero Glass"-style window on supported OS. 2011-07-07 19:40:49 +02:00
2d18aecd55 Updated web-site URL + more tweaks to hash algorithm. 2011-07-06 23:30:43 +02:00
c0f13b2624 Fixed file name generation in Cue Sheet splitter: If the title of a track contains characters that are not allowed in a file name, we have to replace them. 2011-07-02 16:40:15 +02:00
87a3166f8b New file hash algorithm (still based on SHA-1). 2011-07-02 16:38:46 +02:00
7994e06822 LockedFile class: Initialize QFile object with existing file descriptor instead of re-opening the file. This is done in order to avoid one CreateFile() call, which potentially speeds up the initialization procedure and/or avoids potential problems with bogus "anti-virus" programs. WARNING: Passing file descriptors into Qt functions/class works with "fully static" builds only! Otherwise the "main" application and the Qt DLL's use their own CRT each, which results in crash when passing file descriptors between the different CRT's. 2011-06-26 19:21:00 +02:00
bde198ee10 Five new strings to translate. 2011-06-26 15:33:44 +02:00
3ad816f660 Show a warning to the use in case of "slow" startup (i.e. when buggy a/v is slowing down the startup procedure) 2011-06-24 18:17:04 +02:00
5ac65284ff Make "LockedFile" class more robust against buggy a/v software + some refactoring. 2011-06-23 16:50:02 +02:00
8eba258624 Use structured exception handling. 2011-06-22 01:10:53 +02:00
e0131ac18b Fixed compilation in Visual Studio 2008. 2011-06-21 22:07:22 +02:00
63bf596ce8 Recognize WMA decoder (wamwav.exe) from the LameXP program directory. Might be helpful for people using LameXP as a portable application. 2011-06-21 16:23:42 +02:00
ee6b909065 Updated FAQ document. 2011-06-21 14:35:46 +02:00
680d306ad9 Version v4.02 is released! 2011-06-14 19:04:08 +02:00
252d48ed6b Increase process timeout interval to 180 seconds. Should avoid Timeout errors on "very slow" systems, although I think 30 seconds should be sufficient (so the actual problem might be something else). 2011-06-14 13:06:27 +02:00
251a70cc91 Updated Changelog. 2011-06-13 22:13:00 +02:00
5c2961e109 Don't display more than 50 table items in the processing window. It seems Qt is getting a bit slow on updates when there are a lot of items in the table view... 2011-06-13 18:59:21 +02:00
76046b4ae5 Bump version. 2011-06-12 14:43:07 +02:00
ca1c1b46d4 Make sure that the output folder label is updated when the output folder (tree item) is changed via keyboard. 2011-06-12 03:18:37 +02:00
df671a7be2 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-06-12 02:37:22 +02:00
f8f5707529 Added two new command-line switches: "--add-folder <path>" to add a single folder and "--add-recursive <path>" to add a folder recursively. 2011-06-11 17:18:30 +02:00
63b9bac56a Added installer workaround for known improper redistribution packages. 2011-06-10 21:55:50 +02:00
2b305a25ed Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>. 2011-06-07 00:44:14 +02:00
db0a1bc6ff Bump version. 2011-06-06 22:28:38 +02:00
a6e629c3af Show custom icons for some "known" folders. 2011-06-05 14:52:45 +02:00
5724790013 Implemented late initialization of the QFileSystemModel. Should make the first switch to the "Output Folder" tab a bit faster. 2011-06-04 22:43:14 +02:00
3e0056d0fc Implemented as custom QFileIconProvider class, which (hopefully) is a bit faster than the original one. 2011-06-04 19:15:32 +02:00
ef4c8f3051 Updated Russian translation. Thanks to Neonailol <neonailol@gmail.com>. 2011-06-04 16:00:05 +02:00
664cbbd9da Updated FAQ document. 2011-06-03 01:07:33 +02:00
e076c5b5ec Create proper .m3u8 playlist with UTF-8 BOM, if the file names contain Unicode characters. Otherwise create a simple .m3u playlist with Latin-1 encoding. 2011-06-02 02:11:47 +02:00
d452e92bd4 Detect and show audio bitrate + added an option to copy a file's meta info to the 'meta info' tab + do not jump to first tab on minimize/restore. 2011-05-31 19:04:45 +02:00
a955f791e9 Generate nicer output file names in Cue Splitter. 2011-05-29 16:57:38 +02:00
0bf5982275 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-05-29 14:36:32 +02:00
a7b42c0e1e Do not add the files directly in the Drag&Drop event routine. Instead only remember files and add them asynchronously. This way Windows Explorer won't freeze while we are adding the files. 2011-05-27 11:29:40 +02:00
7ead3b9f3f Added missing image file. 2011-05-25 00:18:56 +02:00
7d16cc93dd Updated 'avs2wav' tool one yet another time. 2011-05-24 20:14:54 +02:00
b63ac4afd5 Updated 'avs2wav' tool one more time. 2011-05-23 21:48:12 +02:00
e83b2149f5 Once again updated 'avs2wav' tool. Should now create more correct Wave files that Nero AAC encoder will accept. 2011-05-22 20:35:17 +02:00
88ef564e5c Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>. 2011-05-22 00:02:14 +02:00
b0a6432b88 Make Avisynth analyzer check the exit code of avs2wav. 2011-05-21 23:51:28 +02:00
eece27de06 Much improved Avisynth input. Now actually detect Avisynth scripts and read meta-info. 2011-05-21 21:08:10 +02:00
0d254e20c4 Updated avs2wav tool (once again). 2011-05-21 14:52:34 +02:00
5cd5f98f96 Cleaned-up main window code. 2011-05-21 13:07:17 +02:00
a66e6e9203 Bugfix: Correctly disable Nero AAC option, if the Nero AAC encoder isn't available. Before this check was skipped, if Nero notifications were disabled! 2011-05-20 19:21:09 +02:00
c44d0020c9 Updated avs2wav tool (again) + fixed a bug with the "meta info" tab and the "edit" button. 2011-05-20 18:13:08 +02:00
981538fb16 Updated avs2wav tool. 2011-05-20 13:15:22 +02:00
773576b3a4 Added support for Avisynth input (audio only!) using the 'avs2wav' tool. This is a stripped-down and cleaned-up version of the tool by Jory Stone <jcsston@toughguy.net>. 2011-05-19 23:07:46 +02:00
0db0a70232 Updated French translation. Thanks to Dodich Informatique <dodich@live.fr>. 2011-05-19 00:12:45 +02:00
45dd277e99 Much simplified indexToString() using a QTime object. 2011-05-18 00:36:51 +02:00