OSDN Git Service

Added an "advanced" option to apply the original file's "creation" and "last modified...
[lamexp/LameXP.git] / src / Dialog_Processing.cpp
2015-11-07 LoRd_MuldeRAdded an "advanced" option to apply the original file...
2015-05-10 LoRd_MuldeRActually make overwriting the file extensions by custom...
2015-05-09 LoRd_MuldeRActually make RegExp-based file renaming work.
2015-03-21 LoRd_MuldeRAdded support for DynamicAudioNormalizer normalization...
2015-01-04 LoRd_MuldeRSome improvements to handling command-line arguments.
2015-01-01 LoRd_MuldeRHappy new year 2015 !!!
2014-12-18 LoRd_MuldeRMoved Taskbar progress into MUtilities library.
2014-12-14 LoRd_MuldeRRefactored the Main() function into several sub-functio...
2014-12-08 LoRd_MuldeRMoved JobObject as well as the remaining GUI functions...
2014-12-06 LoRd_MuldeRUse QElapsedTimer class instead of MUtils::OS::perfcoun...
2014-12-05 LoRd_MuldeRMoved all the Sound-specific functions into MUtilities...
2014-12-04 LoRd_MuldeRMoved set_window_icon() function into MUtilities function.
2014-12-03 LoRd_MuldeRMoved some more OS-specific functions into the MUtiliti...
2014-11-30 LoRd_MuldeRRaised limit for maximum number of parallel instances...
2014-11-29 LoRd_MuldeRMoved more functions into MUtils library, especially...
2014-11-25 LoRd_MuldeRMoved all terminal support functions into MUtilities...
2014-11-25 LoRd_MuldeRMoved the CPU detection code into the MUtils library.
2014-11-25 LoRd_MuldeRMoved various functions into MUtils library and removed...
2014-11-24 LoRd_MuldeRAdded MUtils library to the solution + some adjustments...
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-12-03 LoRd_MuldeRMoved all sound effects into Qt-style resources. Sound...
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-21 LoRd_MuldeRFixed a typo.
2013-10-21 LoRd_MuldeRIntroduce QUTF8 macro and replace ".toUtf8().constData...
2013-10-16 LoRd_MuldeRRemoved some obsolete compatibility code in lamexp_dete...
2013-10-13 LoRd_MuldeRUpdated CueImportDialog and CueSheetModel as well as...
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-11 LoRd_MuldeRSplit ProcessThread::start() method into ProcessThread...
2013-10-09 LoRd_MuldeRMoved some initialization stuff out of the ProcessThrea...
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-06 LoRd_MuldeRSome code-clean up. Removed "Windows.h" include from...
2013-10-02 LoRd_MuldeRRefactored Main window to use AbstractEncoderInfo rathe...
2013-07-14 LoRd_MuldeRRefactored AAC encoder selection code.
2013-07-07 LoRd_MuldeRThe encoder configuration (rc-mode, bitrate, quality...
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
2013-01-28 LoRd_MuldeRHandle two more plurals correctly.
2013-01-23 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2013-01-23 LoRd_MuldeRHandle one more plural correctly.
2013-01-23 LoRd_MuldeRProperly handle plurals in translation files.
2013-01-18 LoRd_MuldeRUpdated Opus binaries. Also added option to disable...
2012-12-07 LoRd_MuldeRSwitched the method of how the Designer UI file is...
2012-12-04 LoRd_MuldeRSwitched the method of how the Designer UI file is...
2012-11-23 LoRd_MuldeRUpdated Opus encoder/decoder libraries to v1.1.x and...
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_MuldeRBugfix: One of the context menu items was never connected.
2012-11-11 LoRd_MuldeRAdded an option to filter the progress model entries...
2012-11-08 LoRd_MuldeR"Overwrite Mode" should actually be working now.
2012-07-29 lordmulderAdded "custom parameters" options for Opus. Also added...
2012-07-29 lordmulderSome refactoring of the macros. Use the "do {...} while...
2012-07-29 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2012-07-29 lordmulderUpdated Opus binaries. Now compiled with runtime CPU...
2012-07-21 lordmulderReplaced the Opus encoder/decoder binary wit custom...
2012-07-20 lordmulderAdded support for Opus Audio Codec, based on Opus-Tools...
2012-06-23 lordmulderExtinguished some remaining uses of argv[] or QApplicat...
2012-04-13 lordmulderDetect Windows 8 and detect if Windows 8 is running...
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-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 ssh://lamexp.git.sourceforge...
2011-12-25 lordmulderAdded some more "special" application icons.
2011-12-22 lordmulderExperimental support for dcaenc, by Alexander E. Patrak...
2011-11-28 lordmulderApply Horner scheme to avoid costly exponentiation.
2011-11-27 lordmulderPrint the total duration when the process is completed.
2011-11-27 lordmulderSlightly tweaked formula to selected the number of...
2011-11-26 lordmulderMuch simplify cores2instances() function by using a...
2011-11-26 lordmulderYet another new formula to selected the number of insta...
2011-11-26 lordmulderNew formula to selected the number of instances based...
2011-11-22 lordmulderAdjusted QAAC detection for shared 'libsoxrate' library.
2011-11-21 lordmulderChanged detection of QAAC for the new fully-static...
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-11-07 lordmulderImplemented a more correct way to initialize the ITaskb...
2011-10-30 lordmulderFixed context menu position mapping in "processing...
2011-10-30 lordmulderDisplay "N/A" if CPU usage cannot be determined (as...
2011-10-29 lordmulderBump patch version + minor improvements to previous...
2011-10-29 lordmulderAdded indicators for current CPU usage, RAM usage and...
2011-10-23 lordmulderFixed a bug with the "Prepend relative source file...
2011-10-23 lordmulderAdded a hint that the version number in the name of...
2011-10-21 lordmulderAdded an option to hibernate the computer ("suspend...
2011-10-06 lordmulderMade the channel equalization mode of the "normalizatio...
2011-09-06 lordmulderAdded support for a few Playlist file name prefixes...
2011-08-27 lordmulderRevert: Avoid applying the Downmix filter on Mono/Stere...
2011-08-23 lordmulderBetter workaround for "ResizeToContents not updating...
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-19 lordmulderAdded experimental(!) support for FhgAacEnc. Replaces...
next