From a98a068daf36378de937678847b9febdfe607158 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 3 Dec 2022 22:41:51 +0100 Subject: [PATCH 1/7] New translations JabRef_en.properties (German) (#9418) --- src/main/resources/l10n/JabRef_de.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/l10n/JabRef_de.properties b/src/main/resources/l10n/JabRef_de.properties index eb4911fc42e..33315bea3ed 100644 --- a/src/main/resources/l10n/JabRef_de.properties +++ b/src/main/resources/l10n/JabRef_de.properties @@ -1453,7 +1453,11 @@ Invalid\ style\ selected=Ungültiger Stil ausgewählt Reload=Neu laden Capitalize=Großschreiben +Capitalize\ all\ Words,\ but\ Converts\ Articles,\ Prepositions,\ and\ Conjunctions\ to\ Lower\ Case.=Schreibt alle Wörter groß, wandelt jedoch Artikel, Präpositionen und Konjunktionen in Kleinbuchstaben um. Capitalize\ the\ first\ word,\ changes\ other\ words\ to\ lower\ case.=Schreibt das erste Wort groß, schreibt alle anderen Wörter klein. +changes\ all\ letters\ to\ lower\ case.=ändert alle Buchstaben in Kleinbuchstaben. +CHANGES\ ALL\ LETTER\ TO\ UPPER\ CASE.=ÄNDERT ALLE BUCHSTABEN IN GROSSBUCHSTABEN. +Changes\ The\ First\ Letter\ Of\ All\ Words\ To\ Capital\ Case\ And\ The\ Remaining\ Letters\ To\ Lower\ Case.=Schreibt den ersten Buchstaben eines jeden Wortes groß und schreibt alle anderen Wörter klein. Cleans\ up\ LaTeX\ code.=Räumt LaTeX-Code auf. Converts\ HTML\ code\ to\ LaTeX\ code.=Konvertiere HTML-Code in LaTeX-Code. HTML\ to\ Unicode=HTML zu Unicode @@ -1489,6 +1493,7 @@ Sentence\ case=Groß-/Kleinschreibung von Sätzen Shortens\ lists\ of\ persons\ if\ there\ are\ more\ than\ 2\ persons\ to\ "et\ al.".=Verkleinert die Liste von Personen zu "et al" bei mehr als 2 Personen. Unicode\ to\ LaTeX=Unicode zu LaTeX Units\ to\ LaTeX=Einheiten zu LaTeX +UPPER\ CASE=GROßSCHREIBUNG Does\ nothing.=Macht nichts. Identity=Identität Clears\ the\ field\ completely.=Löscht das Feld komplett From 6396a6fd20469de792cfd852133fe54d940444a7 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 4 Dec 2022 19:39:05 +0100 Subject: [PATCH 2/7] New translations JabRef_en.properties (Italian) (#9424) --- src/main/resources/l10n/JabRef_it.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/l10n/JabRef_it.properties b/src/main/resources/l10n/JabRef_it.properties index a040697bf6b..f6eedb0eb6b 100644 --- a/src/main/resources/l10n/JabRef_it.properties +++ b/src/main/resources/l10n/JabRef_it.properties @@ -1492,6 +1492,7 @@ Shorten\ DOI=Accorcia il DOI Shortens\ DOI\ to\ more\ human\ readable\ form.=Abbrevia il DOI in forma più leggibile. Sentence\ case=Frase maiuscola/minuscola Shortens\ lists\ of\ persons\ if\ there\ are\ more\ than\ 2\ persons\ to\ "et\ al.".=Se ci sono più di due persone in una lista, abbrevia in "et al.". +Title\ Case=Iniziali in maiuscolo Unicode\ to\ LaTeX=Da Unicode a LaTeX Units\ to\ LaTeX=Da unità a LaTeX UPPER\ CASE=MAIUSCOLO From aeddfd085136d515864d46c5e54313ad3f55d527 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 4 Dec 2022 23:21:10 +0100 Subject: [PATCH 3/7] Fix weird checkbox styling (#9425) Folow up to #9320 --- src/main/java/org/jabref/gui/Base.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/jabref/gui/Base.css b/src/main/java/org/jabref/gui/Base.css index df5ac2adab9..2a234ff2e27 100644 --- a/src/main/java/org/jabref/gui/Base.css +++ b/src/main/java/org/jabref/gui/Base.css @@ -329,10 +329,17 @@ TextFlow > .tooltip-text-monospaced { -fx-font-family: monospace; } + +.radio-button > .radio, +.check-box > .box { + -fx-background-color: transparent; + -fx-background-insets: 0; + -fx-background-radius: 0; + -fx-text-fill: -fx-text-base-color; +} + .button, .toggle-button, -.radio-button > .radio, -.check-box > .box, .menu-button, .choice-box, .combo-box-base, @@ -343,6 +350,7 @@ TextFlow > .tooltip-text-monospaced { -fx-text-fill: -fx-text-base-color; } + .button { -fx-background-color: transparent; -fx-border-color: -fx-outer-border; /* rgba(0, 0, 0, 0.23); */ From 39a1e7331ef59f1f67ff32efc69d5ad1e41abd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:41:02 +0100 Subject: [PATCH 4/7] Bump lucene-highlighter from 9.4.1 to 9.4.2 (#9431) Bumps lucene-highlighter from 9.4.1 to 9.4.2. --- updated-dependencies: - dependency-name: org.apache.lucene:lucene-highlighter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b3b0b2f7a2c..71dc9fd2840 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ dependencies { implementation 'org.apache.lucene:lucene-queryparser:9.4.2' implementation 'org.apache.lucene:lucene-queries:9.4.1' implementation 'org.apache.lucene:lucene-analysis-common:9.4.2' - implementation 'org.apache.lucene:lucene-highlighter:9.4.1' + implementation 'org.apache.lucene:lucene-highlighter:9.4.2' implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.9.0' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' From ec8209c66d35cf827aa10f9bb41d95e3d506b021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:41:14 +0100 Subject: [PATCH 5/7] Bump jackson-datatype-jsr310 from 2.14.0 to 2.14.1 (#9430) Bumps jackson-datatype-jsr310 from 2.14.0 to 2.14.1. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 71dc9fd2840..b81bffd3beb 100644 --- a/build.gradle +++ b/build.gradle @@ -144,7 +144,7 @@ dependencies { implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '6.3.0.202209071007-r' implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.14.0' - implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.14.0' + implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.14.1' implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.7' From 1a50634b5e595178e3af099e24600c23c2549bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:42:02 +0100 Subject: [PATCH 6/7] Bump archunit-junit5-api from 1.0.0 to 1.0.1 (#9429) Bumps [archunit-junit5-api](https://github.com/TNG/ArchUnit) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: com.tngtech.archunit:archunit-junit5-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b81bffd3beb..565c5a6486b 100644 --- a/build.gradle +++ b/build.gradle @@ -212,7 +212,7 @@ dependencies { testImplementation 'org.xmlunit:xmlunit-core:2.9.0' testImplementation 'org.xmlunit:xmlunit-matchers:2.9.0' testRuntimeOnly 'com.tngtech.archunit:archunit-junit5-engine:1.0.1' - testImplementation 'com.tngtech.archunit:archunit-junit5-api:1.0.0' + testImplementation 'com.tngtech.archunit:archunit-junit5-api:1.0.1' testImplementation "org.testfx:testfx-core:4.0.16-alpha" testImplementation "org.testfx:testfx-junit5:4.0.16-alpha" testImplementation "org.hamcrest:hamcrest-library:2.2" From 14058a61d2a5f5c0957c852aee9edbbea5931937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:42:16 +0100 Subject: [PATCH 7/7] Bump slf4j-api from 2.0.4 to 2.0.5 (#9428) Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.4...v_2.0.5) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 565c5a6486b..a8e5f5a936e 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.15.3' implementation 'com.konghq:unirest-java:3.14.0' - implementation 'org.slf4j:slf4j-api:2.0.4' + implementation 'org.slf4j:slf4j-api:2.0.5' implementation "org.tinylog:tinylog-api:2.5.0" implementation "org.tinylog:slf4j-tinylog:2.5.0" implementation "org.tinylog:tinylog-impl:2.5.0"