Commit Graph

9 Commits

Author SHA1 Message Date
cd7fcea711 Updated deployment scripts. 2014-12-22 22:40:20 +01:00
0a28e39309 Update Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>. 2012-08-22 21:55:02 +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
9f85d123a4 Simply deployment scripts a bit. 2011-04-19 16:21:19 +02:00
7a0ef2a464 Updated deployment script. Now should work regardless of the current directory. 2011-04-16 21:20:21 +02:00
db788a2880 Fix installer after recent macro changes. 2011-04-14 02:21:46 +02: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