OSDN Git Service

Refactored the Main() function into several sub-functions + some improvements of...
[lamexp/LameXP.git] / src / Dialog_Processing.h
2014-12-14 LoRd_MuldeRRefactored the Main() function into several sub-functio...
2014-12-06 LoRd_MuldeRUse QElapsedTimer class instead of MUtils::OS::perfcoun...
2014-12-04 LoRd_MuldeRMoved set_window_icon() function into MUtilities function.
2014-05-20 456vvMerge pull request #1 from lordmulder/master
2014-05-04 LoRd_MuldeRImplemented menubar corner widget.
2014-01-01 LoRd_MuldeRHappy new year 2014!
2013-11-26 LoRd_MuldeRMore improvements to the working banner. Now using...
2013-11-25 LoRd_MuldeRImproved processing dialog + setup a proper "big" windo...
2013-10-23 LoRd_MuldeRUpdated license info.
2013-10-12 LoRd_MuldeRUse AudioFileModel_MetaInfo instead of AudioFileModel...
2013-10-12 LoRd_MuldeRFix compilation after previous changes to AudioFileMode...
2013-10-12 LoRd_MuldeRYet another small overhaul of ProcessingDialog and...
2013-10-09 LoRd_MuldeRMake ProcessingDialog use a QThreadPool and, accordingl...
2013-10-06 LoRd_MuldeRMore code refactoring: Moved most of the Win32 API...
2013-10-02 LoRd_MuldeRRefactored Main window to use AbstractEncoderInfo rathe...
2013-07-14 LoRd_MuldeRRefactored AAC encoder selection code.
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
2012-12-07 LoRd_MuldeRSwitched the method of how the Designer UI file is...
2012-11-17 LoRd_MuldeRMade the ProgressModel expose the QIcon's, so we can...
2012-11-15 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2012-11-15 LoRd_MuldeRIf no item matches the current filter, hide all items...
2012-11-11 LoRd_MuldeRAdded an option to filter the progress model entries...
2012-04-10 lordmulderAdded a new configuration for initial Qt 5.0 support...
2012-01-01 lordmulderHappy New Year 2012!
2011-12-29 lordmulderBetter handling of system shutdown. Now using the Qt...
2011-12-22 lordmulderExperimental support for dcaenc, by Alexander E. Patrak...
2011-11-27 lordmulderPrint the total duration when the process is completed.
2011-11-07 lordmulderImplemented a more correct way to initialize the ITaskb...
2011-10-29 lordmulderAdded indicators for current CPU usage, RAM usage and...
2011-10-21 lordmulderAdded an option to hibernate the computer ("suspend...
2011-08-23 lordmulderBetter workaround for "ResizeToContents not updating...
2011-03-28 lordmulderImplemented a new "disk observer" thread which will...
2011-03-18 lordmulderUse custom Wave files instead of Beep(), as the Beep...
2011-03-18 lordmulderAdded an option to shutdown the computer as soon as...
2011-02-11 lordmulderAdd option "Brose Output File Location" to context...
2011-01-01 lordmulderHappy new year!
2010-12-10 lordmulderAdded a system tray icon.
2010-12-10 lordmulderAdd items to the playlist in the order the jobs are...
2010-11-24 lordmulderImplement support for Job Objects + improve log view.
2010-11-22 lordmulderImplemented logging and added a log file view.
2010-11-21 lordmulderMake "Save output files to the same location where...
2010-11-20 lordmulderCreate playlist file + serialize filename generation...
2010-11-20 lordmulderCorrectly forward meta info to MP3 encoder and apply.
2010-11-20 lordmulderActually use selected encoder in progress dialog +...
2010-11-19 lordmulderImplement multi-theaded processing in progress dialog.
2010-11-17 lordmulderImplement processing thread and connect to processing...
2010-11-17 lordmulderImplemented processing dialog, no functionality yet.