Commit Graph

582 Commits

Author SHA1 Message Date
b45f345fa3 Simplify compatibility mode detection + check for process elevation 2010-12-27 01:50:22 +01:00
6bd2859dfd Workaround to make installer work on Win2k. The "LockedList" Plug-in goes crazy on Win2k. On WinXP and Win7 all is fine, so we only use LockedList on WinXP+. 2010-12-22 21:09:33 +01:00
fc148e5e65 Implement filter framework + currently only the "downmix" filter is implemented, so we can support multichannel to MP3 encoding from now on. 2010-12-19 00:50:22 +01:00
33974146e6 Prevent multiple instances of (un)installer. 2010-12-14 02:02:23 +01:00
3df600288a (Un)installer improvements. Now using LockedList plugin to find running instances. 2010-12-12 21:43:59 +01:00
0534264be0 WMA decoding support. Limitations in the WMA decoder we cannot do anything about: WMA decoder doesn't handle Unicode filenames, WMA decoder will deadlock if we more than one instance is running at a time (we use a semaphore to prevent that!) and WMA decoder doesn't output any progress information. 2010-12-12 19:25:06 +01:00
4650e02aac Installer localization. Only English and German at this time. 2010-12-11 23:17:21 +01:00
b2338c49af New improved installer. 2010-12-11 02:05:51 +01:00
6276e54932 Implement workaround that prevents the installer from showing the UAC dialog in the background. Suggested by "Anders". 2010-12-08 18:31:39 +01:00
9f1f8e8f4b Rebuilt the web-update tool with the Unicode version of NSIS. 2010-12-08 00:36:38 +01:00
44c5c7e56c Workaround for lack of proper Unicode support in AAC decoder. 2010-12-02 23:59:43 +01:00
d6e5b9e069 AAC decoding support added. 2010-12-02 23:26:30 +01:00
2105951626 Fix installer version info. 2010-11-29 22:06:54 +01:00
083290d773 Installer fixes. 2010-11-29 21:42:39 +01:00
53a1bf6e38 Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer 2010-11-29 20:36:27 +01:00
00a05d44c2 Improve installer: Make installer UAC aware. 2010-11-29 14:00:27 +01:00
f4c7a65de0 Update web-update tool. Works better with UAC now. 2010-11-29 09:38:44 +01:00
efa535309d Update deployment script to include the build no. into the out filename. 2010-11-21 23:20:14 +01:00
2ea5e07d6e More carefully check TEMP directory + fix fatal application exit. 2010-11-20 03:11:12 +01:00
3170f358fe Implement processing thread and connect to processing dialog. 2010-11-18 00:32:46 +01:00
a2cbcb76c5 Slightly improve AutoInc tool (time interval support) 2010-11-14 21:13:13 +01:00
34ec6d8d0a Add simple utilitiy to auto-inc build numbers + fix duration for very short files 2010-11-13 16:28:31 +01:00
360a5a1bef Store graphical interface style in settings too 2010-11-12 21:02:14 +01:00
ec0eea9d9c Nicer method for static builds: Can use vanilla Qt source/include directory now 2010-11-11 14:11:44 +01:00
4c9ae789bb Don't deploy redistributables with a static build 2010-11-11 00:41:49 +01:00
4ab35ccfe9 Add a new configuration for static build (requires Qt as static lib) 2010-11-11 00:25:23 +01:00
ccaa1ba8f5 Make deployment script more portable + update to Qt 4.7.1 2010-11-10 21:39:37 +01:00
6a480fd764 Refactor deployment script 2010-11-10 17:03:01 +01:00
d5909a9937 Improve deplayoment script + add very simple NSIS installer (self-extractor) 2010-11-10 00:59:50 +01:00
a7a637c412 Move IPC sender to separate thread + implement kill IPC command + improve deployment script 2010-11-09 22:06:11 +01:00
ce41761614 Improve about dialog + nicer method write version info to resource section 2010-11-07 23:06:30 +01:00
36ae27f5f3 first commit 2010-11-06 23:04:47 +01:00