Bug 219268

Summary: Formatting multiple people in album artists doesn't work
Product: [Applications] tellico Reporter: Robby Stephenson <robby>
Component: generalAssignee: Robby Stephenson <robby>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.1.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Robby Stephenson 2009-12-19 03:58:50 UTC
Version:           2.1.1 (using KDE 4.3.4)
Installed from:    openSUSE RPMs

User report:

Entering "The Sex Pistols;The EX-Pistols" for an album artist with auto-formatting should show grouped as "Sex Pistols, The" and "EX-Pistols, The".

What happens is that he first group is shown as "Sex Pistols" only and the second is shown as "The EX-Pistols, The"
Comment 1 Robby Stephenson 2009-12-19 04:01:02 UTC
SVN commit 1063676 by rstephenson:

Fix formatting with multiple people with titles. 

Also make some functionss in FieldFormat private to ensure they aren't called
when they shouldn't be.

BUG: 219268



 M  +1 -0      ChangeLog  
 M  +42 -20    src/entry.cpp  
 M  +64 -78    src/fieldformat.cpp  
 M  +31 -22    src/fieldformat.h  
 M  +43 -0     src/tests/collectiontest.cpp  
 M  +2 -0      src/tests/collectiontest.h  
 M  +0 -2      src/tests/formattest.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1063676