OSDN Git Service

Improved processing dialog + setup a proper "big" window icon for application windows...
[lamexp/LameXP.git] / src / Dialog_MainWindow.cpp
2013-11-25 LoRd_MuldeRImproved processing dialog + setup a proper "big" windo...
2013-10-31 LoRd_MuldeRImproved dropbox widget, including proper multi-monitor...
2013-10-31 LoRd_MuldeRAdded new drop zone image, adopted from VLC Media Player.
2013-10-29 LoRd_MuldeRAdded lamexp_init_process() function, which can be...
2013-10-27 LoRd_MuldeRAdded "tick" sound when switching tabs.
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-23 LoRd_MuldeRUpdated license info.
2013-10-21 LoRd_MuldeRIntroduce QUTF8 macro and replace ".toUtf8().constData...
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-12 LoRd_MuldeRUse AudioFileModel_MetaInfo instead of AudioFileModel...
2013-10-12 LoRd_MuldeRFix compilation after previous changes to AudioFileMode...
2013-10-07 LoRd_MuldeRImplemented AbstractEncoderInfo for the AAC encoders...
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-03 LoRd_MuldeRTweaked default values for encoder settings.
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-07-14 LoRd_MuldeRRefactored AAC encoder selection code.
2013-07-14 LoRd_MuldeRAdded GUI option to reset all encoder settings.
2013-07-14 LoRd_MuldeRImplemented caching for settings model.
2013-07-10 LoRd_MuldeRSilenced some debug outputs.
2013-07-09 LoRd_MuldeRFixed a copy&paste bug that cause the output directory...
2013-07-07 LoRd_MuldeRThe encoder configuration (rc-mode, bitrate, quality...
2013-06-16 LoRd_MuldeRAdded new source file view overlay icon.
2013-05-02 LoRd_MuldeRGot rid of a superfluous Beep() that was triggered...
2013-04-24 LoRd_MuldeRSome tweaks to previewContextActionTriggered() function.
2013-03-17 LoRd_MuldeRUpdated web-site links.
2013-03-13 LoRd_MuldeRSynced MP3 algorithm quality settings to LAME manual...
2013-02-26 LoRd_MuldeRImproved handling of the VBR parameter for AAC encoders.
2013-02-25 LoRd_MuldeRImproved lamexp_themes_enabled() function.
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
2013-01-23 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2013-01-23 LoRd_MuldeRProperly handle plurals in translation files.
2013-01-18 LoRd_MuldeRExpose "disable resampling" option for Opus decoder...
2013-01-13 LoRd_MuldeRFix executable name for OpusEnc.
2013-01-12 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2013-01-12 LoRd_MuldeRAdded new function to detect the current date. Slightly...
2012-12-19 LoRd_MuldeRSome style-specific tweaks.
2012-12-14 LoRd_MuldeRAdded "folder up" action to the context menu of the...
2012-12-14 LoRd_MuldeRDon't update buttons when output folder view is disable...
2012-12-13 LoRd_MuldeRAdded "Folder Up" button to the "Output Folder" tab...
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-11 LoRd_MuldeRAdded an option to filter the progress model entries...
2012-11-07 LoRd_MuldeRAdded option for "Overwrite Mode" (keep both, skip...
2012-10-19 LoRd_MuldeRBump version.
2012-10-17 LoRd_MuldeRAdded an "About..." entry to the system menu.
2012-10-14 LoRd_MuldeRSmall code clean-up.
2012-10-14 LoRd_MuldeRIf a QM file is used instead of a built-in translation...
2012-10-13 LoRd_MuldeRNow using rand_s() to generate random numbers, which...
2012-10-10 LoRd_MuldeRSlightly modified license checking code.
2012-09-22 arestarhMerge branch 'master' of github.com:lordmulder/LameXP
2012-09-20 LoRd_MuldeRSome optimizations in GUI resize code.
2012-09-07 LoRd_MuldeRFixed a regression in 3e18116dd5f8a6c12643d0a42c5214968...
2012-08-20 LoRd_MuldeRUpdated some URL string.
2012-08-02 lordmulderUpdated F.A.Q. document.
2012-07-31 lordmulderRemoved a superfluous MessageBeep().
2012-07-30 lordmulderSome more refactoring of the event filter functions...
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-22 lordmulderNow using our own command-line parser, based on GetComm...
2012-06-21 lordmulderWhen generating the initial output-folder name for...
2012-05-25 lordmulderNow using a separate QSemaphore to limit the number...
2012-05-20 lordmulderFixed HTML code, need to escape the ampersand.
2012-05-15 lordmulderSome small updates to the file analyzer benchmark code.
2012-05-13 lordmulderChanged the method to synchronize the analyzer threads...
2012-05-06 lordmulderAdded progress indicator to CueSheet import thread.
2012-05-06 lordmulderImplemented progress indicator for the working banner.
2012-05-05 lordmulderImplemented a method to disables update signals from...
2012-04-18 lordmulderMake it possible to remove items with the DEL key.
2012-04-16 lordmulderAdded one missing NOBR().
2012-04-10 lordmulderAdded a new configuration for initial Qt 5.0 support...
2012-04-06 lordmulderFixed a few memory leaks found by VLD.
2012-04-06 lordmulderFix potential memory leak: According to the docs, setMo...
2012-04-05 lordmulderDon't check for elevation on Wine. It seems Wine always...
2012-04-05 lordmulderChanged creation of QFileSystemModel. Object will now...
2012-03-31 lordmulderSlightly changed cache handling.
2012-03-30 lordmulderVarious tweaks to improve the QFileSystemModel performa...
2012-03-29 lordmulderSome code refactoring and clean-up.
2012-03-29 lordmulderSome improvement of the previous commit.
2012-03-28 lordmulderNew workaround to focus the selected item in the "outpu...
2012-03-28 lordmulderSome tweaks to the initialization of the QFileSystem...
2012-03-27 lordmulderImproved output folder LineEdit.
2012-03-26 lordmulderAdded button to edit the current output path in a simpl...
2012-03-06 lordmulderShow which AAC encoder is being used in the GUI.
2012-01-24 lordmulderSlightly improved "announce" message box.
2012-01-04 lordmulderAdded support for importing Meta tags from a CSV files.
2012-01-04 lordmulderAdded support for exporting Meta tags to a simple CSV...
2012-01-01 lordmulderHappy New Year 2012!
2011-12-29 lordmulderBetter handling of system shutdown. Now using the Qt...
next