From 449e4387874c521871c6c1708ae64393ad2f6685 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 13 Oct 2013 00:21:37 +0200 Subject: [PATCH] Use AudioFileModel_MetaInfo instead of AudioFileModel where appropriate. Also updated MetaInfoModel to work with a AudioFileModel_MetaInfo (not only with a full AudioFileModel). --- doc/Changelog.html | 1 + etc/Translation/Blank.ts | 306 ++++++++++++++++++----------------- etc/Translation/LameXP_EN.ts | 14 +- etc/Translation/LameXP_PL.ts | 306 ++++++++++++++++++----------------- etc/Translation/LameXP_SV.ts | 306 ++++++++++++++++++----------------- src/Config.h | 2 +- src/Dialog_MainWindow.cpp | 22 ++- src/Dialog_MainWindow.h | 5 +- src/Dialog_Processing.cpp | 10 +- src/Dialog_Processing.h | 5 +- src/Main.cpp | 2 +- src/Model_AudioFile.h | 26 +-- src/Model_MetaInfo.cpp | 168 +++++++++---------- src/Model_MetaInfo.h | 10 +- 14 files changed, 592 insertions(+), 591 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index f4e6c9ee..d5561f2e 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -21,6 +21,7 @@ a:visited { color: #0000EE; }
  • Improved internal encoder API, so each encoder can define its own configuration options
  • Complete overhaul of the file analyzer, resulting in up to 2.5x faster file import speed
  • Updated mpg123 decoder to v1.16.0 (2013-10-06), compiled with GCC 4.8.1 +
  • Various bugfixes and code improvements
    Changes between v4.07 and v4.08 [2013-09-04]: