OSDN Git Service

Made lamexp_arguments() thread-safe, just to be sure.
[lamexp/LameXP.git] / src / Global.cpp
2012-08-17 LoRd_MuldeRMade lamexp_arguments() thread-safe, just to be sure.
2012-08-16 LoRd_MuldeRUpdated Opus-Tools binaries to v0.1.4 with latest libop...
2012-08-13 LoRd_MuldeRMade the lamexp_known_folder() function cached.
2012-08-12 Git UserMade some more global functions thread-safe by using...
2012-07-01 lordmulderInclude the file "PRE_RELEASE_INFO.txt" in all pre...
2012-06-23 lordmulderExtinguished some remaining uses of argv[] or QApplicat...
2012-06-22 lordmulderNow using our own command-line parser, based on GetComm...
2012-05-03 lordmulderMade tool registry thread-safe, using a QReadWriteLock.
2012-04-13 lordmulderDetect Windows 8 and detect if Windows 8 is running...
2012-04-12 lordmulderUpdated Qt runtime libraries to v4.8.1 (2012-03-14...
2012-04-11 lordmulderAdded yet another configuration to build LameXP with...
2012-04-10 lordmulderAdded a new configuration for initial Qt 5.0 support...
2012-04-10 lordmulderSmall optimization of lamexp_themes_enabled().
2012-04-09 lordmulderUpdated MediaInfo binary to v0.7.55 (2012-04-05), compi...
2012-04-06 lordmulderFixed a few memory leaks found by VLD.
2012-04-05 lordmulderDon't check for elevation on Wine. It seems Wine always...
2012-04-05 lordmulderSome more Wine workarounds: Disable x64 binaries, as...
2012-03-26 lordmulderUse _beginthreadex() instead of calling CreateThread...
2012-02-24 lordmulderUpdated SoX binary to v14.4.0 RC-3 (2012-02-20), compil...
2012-01-01 lordmulderHappy New Year 2012!
2011-12-29 lordmulderBetter handling of system shutdown. Now using the Qt...
2011-12-27 lordmulderAdded simple log-file support. Use environment variable...
2011-12-27 lordmulderWindows will kill our process immediately after we...
2011-12-27 lordmulderExplicitly handle WM_QUERYENDSESSION and WM_ENDSESSION...
2011-12-26 lordmulderSome refactoring of the icon initialization code.
2011-12-25 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-12-25 lordmulderAdded one more "special" application icon.
2011-12-25 lordmulderMerge branch 'master' of ssh://lamexp.git.sourceforge...
2011-12-25 lordmulderAdded some more "special" application icons.
2011-12-24 lordmulderAdded some more "special" application icons.
2011-12-19 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-12-19 lordmulderImproved detection of default language: Each language...
2011-12-19 lordmulderAdded 'Traditional Chinese' (Taiwanese) translation...
2011-12-17 lordmulderForce column resize, after an item in the source file...
2011-12-17 lordmulderCheck Qt build date and build key.
2011-12-10 lordmulderAdded a new global function to get a list of all availa...
2011-11-21 lordmulderMore reliable method to detect QAAC and make sure the...
2011-11-21 lordmulderAdded optional support for the QAAC encoder. Requires...
2011-11-18 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-11-16 lordmulderSlightly tweak algorithm to automatically set the numbe...
2011-11-11 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-11-08 lordmulderUse qMin() and qMax() instead of min() and max() macros...
2011-10-29 lordmulderAdded indicators for current CPU usage, RAM usage and...
2011-10-21 lordmulderCheck if hibernation is support on the computer. If...
2011-10-21 lordmulderAdded an option to hibernate the computer ("suspend...
2011-10-21 lordmulderMoved Windows 8 64-Bit hack to a better place. MPress...
2011-10-14 lordmulderUpdated Qt Framework to v4.8.0 RC-1, built with Visual...
2011-09-30 lordmulderAdded hack to disable 'x64' support on Windows 8 Develo...
2011-09-29 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-09-29 lordmulderSet text codec to UTF-8, so qDebug/qWarning/qFatal...
2011-09-27 lordmulderAlso repair 'cout' and 'cerr' to not mangle UTF-8 strings.
2011-09-23 lordmulderAdded support for the non-standard tags "REM DATE"...
2011-09-19 lordmulderAdded CLI parameters to overwrite the CPU feature flags...
2011-09-06 lordmulderAdded support for a few Playlist file name prefixes...
2011-08-26 lordmulderImproved initialization of config directory.
2011-08-26 lordmulderWorkaround for "console window not drawing" bug on...
2011-08-25 lordmulderAdded warnings when LAME algorithm quality is set to...
2011-08-21 lordmulderWorkaround for a bug in Qt's TableView that causes...
2011-08-21 lordmulderSome more clean-up for FhgAacEnc support + updated...
2011-08-15 lordmulderRestored Windows 2000 support (experimental!).
2011-08-04 lordmulderAdded an option to rename the output files (based on...
2011-08-04 lordmulderMake lamexp_clean_filename() a global function.
2011-08-03 lordmulderRemoved some more remnants of "old" WMA decoder + updat...
2011-07-28 lordmulderInitialize stdout and stderr in a way that won't mangle...
2011-07-27 lordmulderUpdated MediaInfo binaries to v0.7.47 (2011-07-27)...
2011-07-26 lordmulderAdded 'wma2wav' as WMA decoder and removed all support...
2011-07-06 lordmulderUpdated web-site URL + more tweaks to hash algorithm.
2011-06-21 lordmulderUse structured exception handling.
2011-06-21 lordmulderFixed compilation in Visual Studio 2008.
2011-05-03 lordmulderImplemented a custom function to blink a window. On...
2011-04-24 lordmulderRe-compiled FAAD v2.7 with Visual Studio 2010.
2011-04-19 lordmulderNow using Qt v4.7.3, available trough Qt SDK v1.1 RC.
2011-04-17 lordmulderFix typo.
2011-04-17 lordmulderAdded global exception handler routine.
2011-04-16 lordmulderWorkaround for Wine: It appears that Wine exports SetCo...
2011-04-16 lordmulderUpdated LAME binary to v3.99 Beta-0 (2011-04-16), compi...
2011-04-11 lordmulderClean up #include directives: Don't include 'Windows...
2011-04-08 lordmulderUpdated Changelog and FAQ document with respect to...
2011-04-07 lordmulderImproved compiler detection. Partly borrowed from MPC...
2011-04-04 lordmulderUpdated LAME binary to v3.99.0.16 (2011-04-04), compile...
2011-03-25 lordmulderAdded support for embedding cover artwork to FLAC encoder.
2011-03-21 lordmulderFix the progress parser for Valibdec. There's a leading...
2011-03-21 lordmulderDisplay cover artwork in the "Meta Info" dialog.
2011-03-20 lordmulderAdded entry for "Help & Support" to Help menu.
2011-03-18 lordmulderAdded an option to shutdown the computer as soon as...
2011-03-12 lordmulderAdded macros for a Unicode-safe version of qDebug(...
2011-03-12 lordmulderUpdated FAQ document.
2011-03-10 lordmulderImplemented a workaround to pass UTF-8 strings through...
2011-03-08 lordmulderUpdates for German translation by Bodo Thevissen <bodo...
2011-03-08 lordmulderChanged behavior of lamexp_temp_folder() function:...
2011-03-04 lordmulderOutput log messages as debug strings, if no console...
2011-03-04 lordmulderOutput log messages as debug strings, if now console...
2011-02-28 lordmulderRefactored a few constants.
2011-02-25 lordmulderAdded an option to select a user-defined TEMP directory.
2011-02-20 lordmulderFix "Debug" configuration.
2011-02-17 lordmulderFixed a bug that could lead to an infinite loop when...
2011-02-14 lordmulderProperly map the popup menu position to global coordinates.
2011-02-12 lordmulderOnly check for "beta" updates when using a pre-release...
2011-02-07 lordmulderFix a bug in the CPU detection code that could result...
2011-01-23 lordmulderAdded support for a true "portable" mode: If you rename...
next