OSDN Git Service

Some code refactoring and clean-up.
[lamexp/LameXP.git] / src / Dialog_MainWindow.h
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-26 lordmulderAdded button to edit the current output path in a simpl...
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...
2011-11-21 lordmulderAdded optional support for the QAAC encoder. Requires...
2011-11-07 lordmulderImplemented a more correct way to initialize the ITaskb...
2011-10-21 lordmulderAdded an option to hibernate the computer ("suspend...
2011-10-06 lordmulderMade the channel equalization mode of the "normalizatio...
2011-09-18 lordmulderImproved announce box.
2011-08-23 lordmulderBetter workaround for "ResizeToContents not updating...
2011-08-19 lordmulderAdded experimental(!) support for FhgAacEnc. Replaces...
2011-08-08 lordmulderAdded "Favorites" menu for output folders.
2011-08-05 lordmulderAdded an option option to enforce Stereo Downmix.
2011-08-05 lordmulderPrevent rename pattern edit box from being translated...
2011-08-04 lordmulderAdded an option to rename the output files (based on...
2011-07-26 lordmulderAdded 'wma2wav' as WMA decoder and removed all support...
2011-06-26 lordmulderFive new strings to translate.
2011-06-11 lordmulderAdded two new command-line switches: "--add-folder...
2011-06-04 lordmulderImplemented late initialization of the QFileSystemModel...
2011-05-21 lordmulderCleaned-up main window code.
2011-05-12 lordmulderAdded "Cue Sheet" importer to GUI. Actual Cue Sheet...
2011-05-09 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-05-06 lordmulderAdded more options for Aften to the "Advanced Options...
2011-05-03 lordmulderAdded an option to check for "Beta" (pre-release) updat...
2011-03-23 lordmulderAdded an option to add directories recursively.
2011-03-19 lordmulderAdded entries for the documents to the menu.
2011-02-25 lordmulderAdded an option to select a user-defined TEMP directory.
2011-02-24 lordmulderAdded an option to manually specify the number of paral...
2011-02-17 lordmulderFixed a bug that could lead to an infinite loop when...
2011-02-09 lordmulderAdded support for custom encoder parameters.
2011-01-28 lordmulderSecond part of LameXP shell integration. We can now...
2011-01-26 lordmulderAdded "Resample" filter, based on SoX. Used for encoder...
2011-01-24 lordmulderPrepare UI for "volume normalization" filter.
2011-01-23 lordmulderMake sampling rate option work with Vorbis encoder.
2011-01-22 lordmulderAdded more advanced options: MP3 channel mode, sampling...
2011-01-21 lordmulderInitial support for bitrate management (under "Advanced...
2011-01-21 lordmulderInitial support for advanced options. Only "LAME Algori...
2011-01-05 lordmulderAdded option to load translations from an "external...
2011-01-01 lordmulderHappy new year!
2010-12-30 lordmulderMore internationalization and localization... (again)
2010-12-28 lordmulderMore internationalization and localization...
2010-12-28 lordmulderFirst step to internationalization and localization.
2010-12-27 lordmulderImprove output folder selection update code.
2010-12-22 lordmulderImplemented the DropBox widget.
2010-12-19 lordmulderAdded options to disable the notifications for the...
2010-12-14 lordmulderAdded an option to prepend the source file's relative...
2010-12-12 lordmulderImplemented function to download and install the WMA...
2010-12-05 lordmulderAdded support for Windows 7 taskbar features (progress...
2010-11-29 lordmulderImplement update reminder + added options to disable...
2010-11-25 lordmulderAddded context menu to "source file" view + make the...
2010-11-25 lordmulderImplement a custom FileSystemModel class derived from...
2010-11-24 lordmulderImplement support for Job Objects + improve log view.
2010-11-21 lordmulderMake sure the selected output directory is writable.
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-15 lordmulderImplement functionality for 'compression' tab + CPU...
2010-11-12 lordmulderImplement Drag&Drop support
2010-11-12 lordmulderStore settings in an INI file
2010-11-11 lordmulderDetect Nero AAC encoder binary at runtime
2010-11-11 lordmulderMove about dialog into a separate class
2010-11-10 lordmulderUse the MediaInfo model in MainWindow too
2010-11-08 lordmulderActually implemented adding files from another instance.
2010-11-08 lordmulderImplemented IPC based on shared memory and semaphores
2010-11-07 lordmulderImplemented option to switch GUI style at runtime
2010-11-06 lordmulderfirst commit