Commit Graph

93 Commits

Author SHA1 Message Date
de63a891ac Small tweak. 2018-04-19 23:40:28 +02:00
2ca225b41f Some improvements to the deployment script. 2018-04-19 23:35:38 +02:00
a74547eebd Small tweak to build process. 2018-02-06 20:36:15 +01:00
b6516a1b9b Added "Visual Elements" manifest for Windows 8+ "Start" screen tile. 2017-12-12 01:26:41 +01:00
42e2ce718d Build script: Make sure "java.exe" is found in %JAVA_HOME% environment variable. 2017-10-31 21:01:32 +01:00
f19f2225a5 Some Makefile improvements. 2017-08-19 19:36:17 +02:00
60e3b85f02 Updated build script for VS2017. 2017-08-15 22:47:35 +02:00
f636aa3bee Updated Opus encoder/decoder libraries v1.2-beta (2017-05-26) and Opus-Tools to v0.1.10 (2017-05-25). 2017-05-28 20:42:22 +02:00
2b328441e8 Some documentation updates. 2017-03-25 13:52:58 +01:00
96a62e7ac1 Fix inclusion of UCRT runtime libraries. 2016-12-23 22:35:12 +01:00
c3ec5a3612 Updated MediaInfo binaries to v0.7.91 (2016-11-30), compiled with ICL 17.0 and MSVC 12.0. 2016-12-22 23:30:54 +01:00
a1b1f7a255 Small clean-up. 2016-12-22 20:55:42 +01:00
7e2ec795d4 Removed superfluous MakeNSIS argument. 2016-12-20 20:53:57 +01:00
ccc324399c Small installer fix. 2016-12-20 20:50:20 +01:00
ebb8c5f2c0 Re-organized project directory structure. 2016-12-20 20:32:59 +01:00
3b75ee8183 Set version info for SFX wrapper executable. 2016-11-23 20:13:21 +01:00
19a43d9c7b Installer clean-up and fixes. 2016-10-10 20:36:06 +02:00
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