Commit Graph

76 Commits

Author SHA1 Message Date
296755ff2c Replaced NSIS-based installer wrapper by 7z-based one. 2016-10-07 21:40:57 +02:00
6835b7406e Some more documentation updates. 2016-01-23 13:54:00 +01:00
1699ed105c Minor documentation update. 2016-01-22 21:34:40 +01:00
eb8da7b6f9 Happy new year 2016! 2016-01-03 15:53:42 +01:00
6ac02fb478 Tweaked build script to include the UCRT redistributable DLL's in "shared" builds. 2015-10-25 20:39:31 +01:00
cabe1b3fca Removed project/solution files for VS2012. 2015-10-24 13:46:11 +02:00
2db74fad61 Added script for creating "all inclusive" source packages. 2015-10-24 11:34:55 +02:00
9e5adf34b3 Updated build script and installer to better support multiple versions of Visual Studio. 2015-08-11 22:10:00 +02:00
7644b9ea79 Some more installer tweaks. 2015-06-25 23:06:50 +02:00
372e30ddea Added "-locations" option to lupdate script. 2015-04-22 20:58:39 +02:00
d92db7d5f9 Ported the changelog to Pandoc format. 2015-01-06 22:48:29 +01:00
4644877f8e Small improvement of deployment script. 2014-12-25 13:51:14 +01:00
f82a35b73b Deployment script: Also include image files for the manual. 2014-12-25 01:15:43 +01:00
c16d1d9350 Deployment script: Improved code for copying dependencies. 2014-12-25 01:06:17 +01:00
3560310e46 Added installation guide for the setup program. 2014-12-23 14:21:23 +01:00
577764bbc2 Updated build scripts to use CEcho program. 2014-12-23 00:23:41 +01:00
dadeaec582 Some more updates of the deployment scripts. 2014-12-22 23:38:23 +01:00
cd7fcea711 Updated deployment scripts. 2014-12-22 22:40:20 +01:00
7384bc7000 Simplified "paths" or "mkdocs" paths. 2014-12-22 14:44:09 +01:00
53034230e4 Started porting the LameXP documentation to Pandoc/Markdown. 2014-12-21 18:38:47 +01:00
d29f292264 Now using Unix 'zip' for generating the ZIP packages. Eliminates dependency on external 7-Zip and allows for adding an archive comment. 2014-01-08 21:43:24 +01:00
cc38035087 Happy new year 2014! 2014-01-01 17:05:52 +01:00
3065569f00 Updated deployment scripts. 2013-10-18 20:44:55 +02:00
2cef51d67b Properly strip non-plurals from English translation in build script. 2013-01-24 23:21:00 +01:00
0a28e39309 Update Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>. 2012-08-22 21:55:02 +02:00
123706d87e Update Chinese translation. Thanks to 456Vv <123@456vv.com>. 2012-08-15 21:22:46 +02:00
278f9091fb Replaced the Opus encoder/decoder binary wit custom binaries that support UTF-8 file names and flush the console output properly + expose more Opus encoder options in the GUI. 2012-07-21 19:16:12 +02:00
c8bd61db92 Updated deployment scripts to keep file attributes, 2012-07-02 01:19:32 +02:00
3c89d3c2ef Include the file "PRE_RELEASE_INFO.txt" in all pre-release builds of LameXP. 2012-07-01 21:11:04 +02:00
30bc239cd8 Now using our own command-line parser, based on GetCommandLineW() + CommandLineToArgvW , instead of using QApplication::arguments(). This is less portable, but Qt's internal command-line parser has some rather strange behavior with processing certain characters. As a result, with Qt's command-line parser, some path names passed to LameXP got screwed up! Specifically "C:\Some Path\''Foo''.mp3" got mangled to "C:\Some Path''Foo''.mp3", i.e. the Backslash disappeared! Should be fixed now. 2012-06-22 15:49:56 +02:00
a291771153 Now using a separate QSemaphore to limit the number of tasks in the queue of the QThreadPool. Instead of starting exactly as many task as there are threads in the pool and adding a new task only after a running one finished, we will now keep a fixed number of tasks in the queue (currently hardcoded to 32). Since there always will be more tasks left in the queue than there are threads in the pool, we ensure that no thread will ever become idle. Might be slightly faster than the "old" approach. 2012-05-25 02:24:44 +02:00
44da665abc Force column resize, after an item in the source file list has been edited. 2011-12-17 22:01:42 +01:00
8c72137fe1 Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only). 2011-12-04 20:33:06 +01:00
4a9ee707b1 Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2011-10-20 22:36:34 +02:00
e3d1a6cc7a Better way to obtain the ISO date, without using a Temp file. 2011-10-14 23:39:31 +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
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
1a469e1a99 Slightly tweak deployment script. 2011-04-22 22:10:55 +02:00
4b404e1b70 Slightly tweak deployment script. 2011-04-21 20:35:03 +02:00
dd0369cfc0 Added a more reliable method (hopefully) to generate a proper ISO date in batch. 2011-04-21 01:45:07 +02:00
3ff084aa79 Now using 'qtenv2.bat' rather than 'qtvars.bat', as the latter apparently isn't available in Qt SDK v1.1. 2011-04-19 16:28:25 +02:00
9f85d123a4 Simply deployment scripts a bit. 2011-04-19 16:21:19 +02:00
762b231037 Now using Qt v4.7.3, available trough Qt SDK v1.1 RC. 2011-04-19 16:14:05 +02:00
7a0ef2a464 Updated deployment script. Now should work regardless of the current directory. 2011-04-16 21:20:21 +02:00
d6d8454d57 Extended deployment script to clean up VS2010-specific files. 2011-04-14 21:55:05 +02:00
db788a2880 Fix installer after recent macro changes. 2011-04-14 02:21:46 +02:00
24232b2281 Slightly improve deployment scripts. 2011-04-10 19:14:23 +02:00
1a7b25f8ce Make "buildenv.txt" file more portable. 2011-04-10 01:10:41 +02:00
57fcda27f3 Commit a "buildenv.txt" with more standard paths. 2011-04-08 01:58:53 +02:00