| Summary: | Check for non-unique bibtex keys | ||
|---|---|---|---|
| Product: | [Applications] tellico | Reporter: | ganschow |
| Component: | general | Assignee: | Robby Stephenson <robby> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ganschow
2010-07-20 14:36:18 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 |