Bug 245225 - Check for non-unique bibtex keys
Summary: Check for non-unique bibtex keys
Status: RESOLVED FIXED
Alias: None
Product: tellico
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Robby Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-20 14:36 UTC by ganschow
Modified: 2011-02-14 03:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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