From 545748b0bcad59fa2d8dd216cbbfa238511dd5ef Mon Sep 17 00:00:00 2001 From: Tamas Date: Thu, 5 Aug 2010 17:23:28 +0200 Subject: [PATCH] buglist --- bugs.txt | 7 +++++++ tomamp.pro | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 bugs.txt diff --git a/bugs.txt b/bugs.txt new file mode 100644 index 0000000..1de9077 --- /dev/null +++ b/bugs.txt @@ -0,0 +1,7 @@ +- context menu event outside of musicTable causes crash +- cancel add folder, add url causes crash +- doesn't remember add folder folder +- adding some files can cause a crash ("Blessing, Compassion") +- meta info display mismatch (title duplication, some files receive some other file's meta info instead of their ("reality")) (might be related to previous) +- quick next-next while playing stops playback +- bold-italic highlight does not move on normal track switch (when one ends and the next starts) diff --git a/tomamp.pro b/tomamp.pro index 937cdbb..731d5a6 100644 --- a/tomamp.pro +++ b/tomamp.pro @@ -31,3 +31,6 @@ symbian { RESOURCES += \ ampres.qrc + +OTHER_FILES += \ + bugs.txt -- 1.7.9.5