Bug 245225

Summary: Check for non-unique bibtex keys
Product: [Applications] tellico Reporter: ganschow
Component: generalAssignee: Robby Stephenson <robby>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description ganschow 2010-07-20 14:36:18 UTC
Version:           unspecified (using KDE 4.4.2) 
OS:                Linux

I nice feature would be an automated check for non-unique bibtex keys. After creating a new entry (or modifying an existing one) the program could check whether the bibtex keys already exists in the collection an in that case show a message.

Reproducible: Didn't try
Comment 1 Robby Stephenson 2011-02-14 03:38:49 UTC
SVN commit 1220482 by rstephenson:

Added check for duplicate bibtex keys

BUG:245225


 M  +4 -0      ChangeLog  
 M  +1 -0      src/CMakeLists.txt  
 A             src/bibtexkeydialog.cpp   [License: GPL (v2/3)]
 A             src/bibtexkeydialog.h   [License: GPL (v2/3)]
 M  +18 -0     src/collections/bibtexcollection.cpp  
 M  +2 -0      src/collections/bibtexcollection.h  
 M  +30 -0     src/mainwindow.cpp  
 M  +10 -0     src/mainwindow.h  
 M  +4 -1      src/tellicoui.rc  
 M  +31 -0     src/tests/bibtextest.cpp  
 M  +1 -0      src/tests/bibtextest.h  
 U             src/tests/collectiontest.cpp  


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