OSDN Git Service

lamexp/LameXP.git
2013-10-25 LoRd_MuldeRSlightly improved debugger thread code.
2013-10-25 LoRd_MuldeRFix copying a file's Meta Info into the Meta Data tab...
2013-10-25 LoRd_MuldeRImproved LameXP message logging code. This also fixes...
2013-10-24 LoRd_MuldeRImproved file analyzer to retain the original ordering...
2013-10-23 LoRd_MuldeRUpdated README file.
2013-10-23 LoRd_MuldeRUpdated license info.
2013-10-21 LoRd_MuldeRUpdated Simplified Chinese translation, thanks to ...
2013-10-21 LoRd_MuldeRFix compatibility to WindowsXP: The GetErrorMode()...
2013-10-21 LoRd_MuldeRFixed a problem in VS2013 project to file that always...
2013-10-21 LoRd_MuldeRFix compilation with VS2012.
2013-10-21 LoRd_MuldeRFixed a typo.
2013-10-21 LoRd_MuldeRIntroduce QUTF8 macro and replace ".toUtf8().constData...
2013-10-21 LoRd_MuldeRAdded compatibility manifest file. This allows for...
2013-10-21 LoRd_MuldeRAdded missing icon file.
2013-10-21 LoRd_MuldeRUpdated patch collection.
2013-10-20 LoRd_MuldeRSome improvements in Splash Screen (application initial...
2013-10-20 LoRd_MuldeRImproved compatibility mode detection, taking into...
2013-10-20 LoRd_MuldeRMoved some resource files to correct folder in VS solution.
2013-10-20 LoRd_MuldeRImproved InitializationThread::selfTest() function...
2013-10-20 LoRd_MuldeRImproved Windows version detection code.
2013-10-19 LoRd_MuldeRFix detection of Windows 8.1: Starting with Windows...
2013-10-19 LoRd_MuldeRBetter method to check the network status.
2013-10-18 LoRd_MuldeRUpdated changelog and removed some debug code.
2013-10-18 LoRd_MuldeRUse the THROW macro instead of plain "throw" in the...
2013-10-18 LoRd_MuldeRImproved tool extraction code in InitializationThread...
2013-10-18 LoRd_MuldeRUpdated deployment scripts.
2013-10-18 LoRd_MuldeRSplit resource files even further to speed up compilation.
2013-10-17 LoRd_MuldeRAdded QKeccakHash libraries, compiled with VS2013.
2013-10-17 LoRd_MuldeRAdded project/solution files for Visual Studio 2013.
2013-10-17 LoRd_MuldeRMake sure Keccak state gets allocated aligned to 32.
2013-10-17 LoRd_MuldeRSplit resource files.
2013-10-17 LoRd_MuldeRMake resource file compile without MFC include. Fixes...
2013-10-16 LoRd_MuldeRSome more improvements of ExtractorTask class.
2013-10-16 LoRd_MuldeRProperly detect Windows 8, now that Qt supports it...
2013-10-16 LoRd_MuldeRUpdated Nero AAC web-site URL.
2013-10-16 LoRd_MuldeRDocumentation updates.
2013-10-16 LoRd_MuldeRUpdated GnuPG binary to v1.4.15 (2013-10-05), compiled...
2013-10-16 LoRd_MuldeRSmall improvement in InitializationThread class.
2013-10-16 LoRd_MuldeRRemoved some obsolete compatibility code in lamexp_dete...
2013-10-13 LoRd_MuldeRImproved CueSheet import progress indicator.
2013-10-13 LoRd_MuldeRUpdated CueImportDialog and CueSheetModel as well as...
2013-10-13 LoRd_MuldeRImproved lamexp_version_date() function.
2013-10-12 LoRd_MuldeRUse AudioFileModel_MetaInfo instead of AudioFileModel...
2013-10-12 LoRd_MuldeRUpdated "success" sound.
2013-10-12 LoRd_MuldeRFix compilation after previous changes to AudioFileMode...
2013-10-12 LoRd_MuldeRMajor redesign of the AudioFileModel class: Split data...
2013-10-12 LoRd_MuldeRRedesign of the ArtworkModel in order to improve the...
2013-10-12 LoRd_MuldeRYet another small overhaul of ProcessingDialog and...
2013-10-12 LoRd_MuldeRSmall improvement in lamexp_finalization() function.
2013-10-12 LoRd_MuldeRUpdated some of the sound files.
2013-10-11 LoRd_MuldeRSplit ProcessThread::start() method into ProcessThread...
2013-10-11 LoRd_MuldeRGot ride of more legacy compatibility code.
2013-10-09 LoRd_MuldeRGot rid of some more legacy compatibility code in the...
2013-10-09 LoRd_MuldeRMoved some initialization stuff out of the ProcessThrea...
2013-10-09 LoRd_MuldeRImproved lamexp_rand_str() function. Also this function...
2013-10-09 LoRd_MuldeRMake ProcessingDialog use a QThreadPool and, accordingl...
2013-10-08 LoRd_MuldeRFixed compilation with VS2010 and removed an obsolete...
2013-10-08 LoRd_MuldeRUpdated mpg123 decoder binary to v1.16.0 (2013-10-06...
2013-10-08 LoRd_MuldeRUpdated Simplified Chinese translation, thanks to ...
2013-10-08 LoRd_MuldeRDropped VS2008 solution/project files.
2013-10-07 LoRd_MuldeRImplemented AbstractEncoderInfo for the AAC encoders...
2013-10-06 LoRd_MuldeRAdded one more mirror to the list.
2013-10-06 LoRd_MuldeRMore code refactoring: Moved most of the Win32 API...
2013-10-06 LoRd_MuldeRSome code-clean up. Removed "Windows.h" include from...
2013-10-06 LoRd_MuldeRRedesigned FileAnalyzer and Analyzer task. New design...
2013-10-06 LoRd_MuldeRReplaced the 64-Bit binaries with versions compressed...
2013-10-06 LoRd_MuldeRUpdate Spanish translation. Thanks to Rub3nCT <rub3nct...
2013-10-06 LoRd_MuldeRUpdated FAQ document.
2013-10-03 LoRd_MuldeRTweaked default values for encoder settings.
2013-10-03 LoRd_MuldeRSmall translation fix.
2013-10-03 LoRd_MuldeRTranslation updates.
2013-10-03 LoRd_MuldeRImplemented AbstractEncoder for the remaining encoders...
2013-10-03 LoRd_MuldeRRefactored EncoderRegistry::createInstance() method...
2013-10-03 LoRd_MuldeRMore refactoring of the SettingsModel. Also moved encod...
2013-10-02 LoRd_MuldeRImplemented AbstractEncoderInfo for some more encoders...
2013-10-02 LoRd_MuldeRRefactored Main window to use AbstractEncoderInfo rathe...
2013-10-02 LoRd_MuldeRBump version.
2013-09-30 LoRd_MuldeRAdded new AbstractEncoderInfo class, which provides...
2013-09-03 LoRd_MuldeRBump version. Release_408
2013-09-03 lordmulderFixed compilation with VS2010 and VS2008.
2013-09-03 LoRd_MuldeRAdded a new sound file.
2013-09-02 LoRd_MuldeRUpdated Korean translation. Thanks to JaeHyung Lee...
2013-09-01 LoRd_MuldeRUpdated Simplified Chinese translation, thanks to ...
2013-08-29 LoRd_MuldeRUpdated Polish translation. Thanks to Sir Daniel K...
2013-08-28 LoRd_MuldeRUpdated Polish translation. Thanks to Sir Daniel K...
2013-08-28 LoRd_MuldeRUpdated installer for Polish language.
2013-08-28 LoRd_MuldeRUpdated Copying.txt with some more info.
2013-08-25 LoRd_MuldeRSome improvements/simplifications in strnatcmp() function.
2013-08-23 LoRd_MuldeRUpdated French translation. Thanks to to Dodich Informa...
2013-08-23 LoRd_MuldeRIgnore case when sorting file names.
2013-08-23 LoRd_MuldeRSome improvements (hopefully) to the strnatcmp() function.
2013-08-22 LoRd_MuldeRImplemented "natural ordering" for sorting the input...
2013-08-22 LoRd_MuldeRUpdate Chinese and Taiwanese translations. Thanks to...
2013-08-22 LoRd_MuldeRUpdated Swedish translation. Thanks to Åke Engelbrektso...
2013-08-21 LoRd_MuldeRUpdated GnuPG binary to v1.4.14 (2013-07-25), compiled...
2013-07-22 LoRd_MuldeRUpdated Opus encoder/decoder libraries to v1.1-beta...
2013-07-14 LoRd_MuldeRRefactored AAC encoder selection code.
2013-07-14 LoRd_MuldeRSome code refactoring.
2013-07-14 LoRd_MuldeRAdded GUI option to reset all encoder settings.
2013-07-14 LoRd_MuldeRImplemented caching for settings model.
next