OSDN Git Service

Updated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.
[lamexp/LameXP.git] / src / Global.h
2012-04-18 lordmulderUpdated Chinese/Taiwanese translation. Thanks to 456Vv...
2012-04-13 lordmulderDetect Windows 8 and detect if Windows 8 is running...
2012-04-09 lordmulderUpdated MediaInfo binary to v0.7.55 (2012-04-05), compi...
2012-04-06 lordmulderAdded support for the Visual Leak Detector. This effect...
2012-04-05 lordmulderSome more Wine workarounds: Disable x64 binaries, as...
2012-03-31 lordmulderUse the 'FindExInfoBasic' information level on supporte...
2012-01-01 lordmulderHappy New Year 2012!
2011-12-29 lordmulderBetter handling of system shutdown. Now using the Qt...
2011-12-27 lordmulderExplicitly handle WM_QUERYENDSESSION and WM_ENDSESSION...
2011-12-26 lordmulderSome refactoring of the icon initialization code.
2011-12-24 lordmulderMake the CPU usage indicator work on Windows 2000.
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-10 lordmulderAdded a new global function to get a list of all availa...
2011-11-26 lordmulderMuch simplify cores2instances() function by using a...
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-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-16 lordmulderMore extensive use of the NOBR macro + code clan-up.
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-19 lordmulderAdded CLI parameters to overwrite the CPU feature flags...
2011-08-21 lordmulderSome more clean-up for FhgAacEnc support + updated...
2011-08-04 lordmulderMake lamexp_clean_filename() a global function.
2011-07-28 lordmulderInitialize stdout and stderr in a way that won't mangle...
2011-07-26 lordmulderAdded 'wma2wav' as WMA decoder and removed all support...
2011-05-03 lordmulderImplemented a custom function to blink a window. On...
2011-04-17 lordmulderAdded global exception handler routine.
2011-04-13 lordmulderSlightly refactored macros.
2011-04-11 lordmulderClean up #include directives: Don't include 'Windows...
2011-04-07 lordmulderImproved compiler detection. Partly borrowed from MPC...
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-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-02-28 lordmulderRefactored a few constants.
2011-02-25 lordmulderAdded an option to select a user-defined TEMP directory.
2011-02-18 lordmulderAdded Russian translation by Neonailol <neonailol@gmail...
2011-02-17 lordmulderFixed a bug that could lead to an infinite loop when...
2011-01-23 lordmulderAdded support for a true "portable" mode: If you rename...
2011-01-20 lordmulderIncrease expire interval for pre-release version to...
2011-01-14 lordmulderMake 8 more strings translatable.
2011-01-05 lordmulderAdded option to load translations from an "external...
2011-01-04 lordmulderMove language file initialization to InitializationThread.
2011-01-02 lordmulderTry to detect "Disable visual themes" + four new string...
2011-01-02 lordmuldermake more strings translatable + try to load a default...
2011-01-01 lordmulderHappy new year!
2010-12-30 lordmulderMore internationalization and localization... (again)
2010-12-28 lordmulderMore internationalization and localization...
2010-12-21 lordmulderWorkaround to remove temp files, even if they have...
2010-12-19 lordmulderAdded options to disable the notifications for the...
2010-12-18 lordmulderImplement filter framework + currently only the "downmi...
2010-12-15 lordmulderRefactor known folder detection into a separate function.
2010-12-07 lordmulderImplemented a method to "detect" the user's TEMP folder...
2010-11-25 lordmulderOgg Vorbis encoding support.
2010-11-20 lordmulderBetter compiler identification.
2010-11-19 lordmulderMake message handler routine thread-safe.
2010-11-15 lordmulderUpdate Lame encoder to v3.99 Alpha-10 + implement simpl...
2010-11-15 lordmulderAlso detect number of CPU cores and x64 support
2010-11-15 lordmulderImplement functionality for 'compression' tab + CPU...
2010-11-13 lordmulderImplemented support for adding directories via Drag...
2010-11-12 lordmulderDetect Nero AAC encoder version at runtime and suggest...
2010-11-11 lordmulderDetect Nero AAC encoder binary at runtime
2010-11-11 lordmulderNicer method for static builds: Can use vanilla Qt...
2010-11-08 lordmulderActually implemented adding files from another instance.
2010-11-08 lordmulderImplemented IPC based on shared memory and semaphores
2010-11-07 lordmulderImprove about dialog + nicer method write version info...
2010-11-07 unknownFixed a memory leak.
2010-11-06 lordmulderfirst commit