]> git.lyx.org Git - features.git/commit
Fix for bugs 3741 and 3756. Here's what it does:
authorRichard Heck <rgheck@comcast.net>
Sat, 2 Jun 2007 15:48:21 +0000 (15:48 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 2 Jun 2007 15:48:21 +0000 (15:48 +0000)
commitce00f4a0ac17ac137e976bcfea5c244eb151f56d
treea9351c4cbcf1addeb3fca6cac595b771b31dbed5
parent9506a284d16b92bc4970952ffbda16d48da3dbdc
Fix for bugs 3741 and 3756. Here's what it does:

      * In the "Available" list, double clicking or hitting Enter adds a
        citation. Hitting Ctrl-Enter adds the citation and closes the
        dialog. Previously, Enter did what Ctrl-Enter now does if there
        was no other citation already selected and double clicking would
        close the dialog after adding the citation.
      * In the "Selected" list, Delete and Backspace delete the
        selection.
        Ctrl-Delete and Ctrl-Backspace clear the whole list.

Thanks to Abdel, Andre, and Lars for comments and help.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18633 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/QCitationDialog.cpp
src/frontends/qt4/QCitationDialog.h