From 28789b745840353d525c91d66a078c52553ec639 Mon Sep 17 00:00:00 2001 From: Harish-2403 <131174256+Harish-2403@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:18:11 +0530 Subject: [PATCH 1/4] Fixed ui inprotect terms files as the 'enabled' checkbox was too small --- .../gui/preferences/protectedterms/ProtectedTermsTab.fxml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/jabref/gui/preferences/protectedterms/ProtectedTermsTab.fxml b/src/main/java/org/jabref/gui/preferences/protectedterms/ProtectedTermsTab.fxml index 29df0104da2..1f9ea717049 100644 --- a/src/main/java/org/jabref/gui/preferences/protectedterms/ProtectedTermsTab.fxml +++ b/src/main/java/org/jabref/gui/preferences/protectedterms/ProtectedTermsTab.fxml @@ -15,11 +15,11 @@ - + - - + + From ba9be756613e4f1dd176e815a9751b81e4e10b61 Mon Sep 17 00:00:00 2001 From: Siedlerchr Date: Sun, 8 Oct 2023 19:08:57 +0200 Subject: [PATCH 2/4] remove max width --- .../gui/preferences/protectedterms/ProtectedTermsTab.fxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jabref/gui/preferences/protectedterms/ProtectedTermsTab.fxml b/src/main/java/org/jabref/gui/preferences/protectedterms/ProtectedTermsTab.fxml index 1f9ea717049..2e9f4383c88 100644 --- a/src/main/java/org/jabref/gui/preferences/protectedterms/ProtectedTermsTab.fxml +++ b/src/main/java/org/jabref/gui/preferences/protectedterms/ProtectedTermsTab.fxml @@ -15,7 +15,7 @@ - + From b288ab279fa3ed79bae4d763fff6837380dfeeee Mon Sep 17 00:00:00 2001 From: Siedlerchr Date: Sun, 8 Oct 2023 19:12:58 +0200 Subject: [PATCH 3/4] add changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c858e68928..37b46cec8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv - JabRef does not hang anymore when exporting via CLI. [#10380](https://github.com/JabRef/jabref/issues/10380) - We fixed an issue where it was not possible to save a library on a network share under macOS due to an exception when acquiring a file lock [#10452](https://github.com/JabRef/jabref/issues/10452) - We fixed an issue where exporting "XMP annotated pdf" without selecting an existing document would produce an exception. [#10102](https://github.com/JabRef/jabref/issues/10102) +- We fixed an issue where the "Enabled" column in the "Protected terms files" tab in the preferences could not be resized [#10285](https://github.com/JabRef/jabref/issues/10285) + ### Removed @@ -307,6 +309,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv - We fixed an issue where controls in the preferences dialog could outgrow the window. [#9017](https://github.com/JabRef/jabref/issues/9017) - We fixed an issue where highlighted text color for entry merge dialogue was not clearly visible. [#9192](https://github.com/JabRef/jabref/issues/9192) + ### Removed - We removed "last-search-date" from the systematic literature review feature, because the last-search-date can be deducted from the git logs. [#9116](https://github.com/JabRef/jabref/pull/9116) From d044eedcecf10e8051c2ccaa67f36ddbb1e9f1c6 Mon Sep 17 00:00:00 2001 From: Siedlerchr Date: Sun, 8 Oct 2023 19:15:13 +0200 Subject: [PATCH 4/4] remove space --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b46cec8cc..5453f9ccea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -309,7 +309,6 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv - We fixed an issue where controls in the preferences dialog could outgrow the window. [#9017](https://github.com/JabRef/jabref/issues/9017) - We fixed an issue where highlighted text color for entry merge dialogue was not clearly visible. [#9192](https://github.com/JabRef/jabref/issues/9192) - ### Removed - We removed "last-search-date" from the systematic literature review feature, because the last-search-date can be deducted from the git logs. [#9116](https://github.com/JabRef/jabref/pull/9116)