From 24cf3c829676efc7d254d58151208562c99ccf18 Mon Sep 17 00:00:00 2001 From: brapana <55059816+brapana@users.noreply.github.com> Date: Mon, 7 Jun 2021 20:46:22 -0700 Subject: [PATCH 1/2] We added a select all button for the library import function (issue 7786). --- CHANGELOG.md | 1 + .../java/org/jabref/gui/importer/ImportEntriesDialog.fxml | 1 + .../java/org/jabref/gui/importer/ImportEntriesDialog.java | 7 +++++++ src/main/resources/l10n/JabRef_en.properties | 1 + 4 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5419597820b..58cb688703e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve - We added a feature that allows the user to choose whether to trust the target site when unable to find a valid certification path from the file download site. [#7616](https://github.com/JabRef/jabref/issues/7616) - We added a feature that allows the user to open all linked files of multiple selected entries by "Open file" option. [#6966](https://github.com/JabRef/jabref/issues/6966) - We added a keybinding preset for new entries. [#7705](https://github.com/JabRef/jabref/issues/7705) +- We added a select all button for the library import function. [#7786](https://github.com/JabRef/jabref/issues/7786) ### Changed diff --git a/src/main/java/org/jabref/gui/importer/ImportEntriesDialog.fxml b/src/main/java/org/jabref/gui/importer/ImportEntriesDialog.fxml index a38e76f43b1..d27fdfc7f6c 100644 --- a/src/main/java/org/jabref/gui/importer/ImportEntriesDialog.fxml +++ b/src/main/java/org/jabref/gui/importer/ImportEntriesDialog.fxml @@ -19,6 +19,7 @@