Skip to content

Commit 8ba9922

Browse files
committed
Merge remote-tracking branch 'upstream/master' into mainTableColSort
* upstream/master: Bump classgraph from 4.8.102 to 4.8.104 (#7587) Bump checkstyle from 8.41 to 8.41.1 (#7586) Bump org.beryx.jlink from 2.23.3 to 2.23.5 (#7588) Revert "Re-add LibericaJDK" Re-add LibericaJDK Update gradle from 6.8 to 6.8.3 (#7583) Fix for issue 7416: font size of the preferences dialog does not update with the rest of the GUI. (#7509) Fix school/instituation is printed twice (#7574)
2 parents 1ed1b98 + e864b13 commit 8ba9922

File tree

8 files changed

+13
-24
lines changed

8 files changed

+13
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
3737
### Fixed
3838

3939
- We fixed an issue where the table column sort order was not properly stored and resulted in unsorted eports [#7524](https://github.com/JabRef/jabref/issues/7524)
40+
- We fixed an issue where the value of the field `school` or `institution` would be printed twice in the HTML Export [forum#2634](https://discourse.jabref.org/t/problem-with-exporting-techreport-phdthesis-mastersthesis-to-html/2634)
4041
- We fixed an issue preventing to connect to a shared database. [#7570](https://github.com/JabRef/jabref/pull/7570)
4142
- We fixed an issue preventing files from being dragged & dropped into an empty library. [#6851](https://github.com/JabRef/jabref/issues/6851)
4243
- We fixed an issue where double-click onto PDF in file list under the 'General' tab section should just open the file. [#7465](https://github.com/JabRef/jabref/issues/7465)
@@ -69,6 +70,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
6970
- We fixed an issue where drag and drop of bib files for opening resulted in uncaught exceptions [#7464](https://github.com/JabRef/jabref/issues/7464)
7071
- We fixed an issue where columns shrink in width when we try to enlarge JabRef window. [#6818](https://github.com/JabRef/jabref/issues/6818)
7172
- We fixed an issue where Content selector does not seem to work for custom fields. [#6819](https://github.com/JabRef/jabref/issues/6819)
73+
- We fixed an issue where font size of the preferences dialog does not update with the rest of the GUI. [#7416](https://github.com/JabRef/jabref/issues/7416)
7274
- We fixed an issue in which a linked online file consisting of a web page was saved as an invalid pdf file upon being downloaded. The user is now notified when downloading a linked file results in an HTML file. [#7452](https://github.com/JabRef/jabref/issues/7452)
7375
- We fixed an issue where opening BibTex file (doubleclick) from Folder with spaces not working. [#6487](https://github.com/JabRef/jabref/issues/6487)
7476

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
id 'com.github.ben-manes.versions' version '0.38.0'
1515
id 'org.javamodularity.moduleplugin' version '1.7.0'
1616
id 'org.openjfx.javafxplugin' version '0.0.9'
17-
id 'org.beryx.jlink' version '2.23.3'
17+
id 'org.beryx.jlink' version '2.23.5'
1818
// nicer test outputs during running and completion
1919
// Homepage: https://github.com/radarsh/gradle-test-logger-plugin
2020
id 'com.adarshr.test-logger' version '2.1.1'
@@ -196,7 +196,7 @@ dependencies {
196196
implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.62.2'
197197
implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.62.2'
198198

199-
testImplementation 'io.github.classgraph:classgraph:4.8.102'
199+
testImplementation 'io.github.classgraph:classgraph:4.8.104'
200200
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1'
201201
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.1'
202202
testImplementation 'org.junit.platform:junit-platform-launcher:1.7.1'
@@ -213,7 +213,7 @@ dependencies {
213213
testImplementation "org.testfx:testfx-junit5:4.0.17-alpha-SNAPSHOT"
214214
testImplementation "org.hamcrest:hamcrest-library:2.2"
215215

216-
checkstyle 'com.puppycrawl.tools:checkstyle:8.41'
216+
checkstyle 'com.puppycrawl.tools:checkstyle:8.41.1'
217217
xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '2.3.3'
218218
}
219219

gradle/wrapper/gradle-wrapper.jar

293 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ fi
130130
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
131131
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
132132
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
133-
133+
134134
JAVACMD=`cygpath --unix "$JAVACMD"`
135135

136136
# We build the pattern for arguments to be converted via cygpath

gradlew.bat

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
4040

4141
set JAVA_EXE=java.exe
4242
%JAVA_EXE% -version >NUL 2>&1
43-
if "%ERRORLEVEL%" == "0" goto init
43+
if "%ERRORLEVEL%" == "0" goto execute
4444

4545
echo.
4646
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
@@ -54,7 +54,7 @@ goto fail
5454
set JAVA_HOME=%JAVA_HOME:"=%
5555
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5656

57-
if exist "%JAVA_EXE%" goto init
57+
if exist "%JAVA_EXE%" goto execute
5858

5959
echo.
6060
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
@@ -64,29 +64,14 @@ echo location of your Java installation.
6464

6565
goto fail
6666

67-
:init
68-
@rem Get command-line arguments, handling Windows variants
69-
70-
if not "%OS%" == "Windows_NT" goto win9xME_args
71-
72-
:win9xME_args
73-
@rem Slurp the command line arguments.
74-
set CMD_LINE_ARGS=
75-
set _SKIP=2
76-
77-
:win9xME_args_slurp
78-
if "x%~1" == "x" goto execute
79-
80-
set CMD_LINE_ARGS=%*
81-
8267
:execute
8368
@rem Setup the command line
8469

8570
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
8671

8772

8873
@rem Execute Gradle
89-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
74+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
9075

9176
:end
9277
@rem End local scope for the variables with windows NT shell

src/main/java/org/jabref/gui/preferences/PreferencesDialogView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ public PreferencesDialogView(JabRefFrame frame) {
5252

5353
ControlHelper.setAction(saveButton, getDialogPane(), event -> savePreferencesAndCloseDialog());
5454

55+
this.getDialogPane().setStyle("-fx-font-size: " + preferencesService.getAppearancePreferences().getMainFontSize() + "pt;");
56+
5557
// ToDo: After conversion of all tabs to mvvm, rework interface and make validSettings bindable
5658
// Button btnSave = (Button) this.getDialogPane().lookupButton(saveButton);
5759
// btnSave.disableProperty().bind(viewModel.validSettings().validProperty().not());

src/main/resources/resource/layout/simplehtml.layout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<dd>\format[AuthorLastFirst,AuthorLastFirstAbbreviator,AuthorAndsCommaReplacer,HTMLChars]{\editor} <i>(ed.)</i></dd>\end{editor}\begin{booktitle}
55
<dd>\format[HTMLChars]{\booktitle}</dd>\end{booktitle}\begin{chapter}
66
<dd>Chapter \format[HTMLChars]{\chapter}</dd>\end{chapter}
7-
<dd>\begin{journal}\format[HTMLChars]{\journal}, \end{journal}\begin{school}\format[HTMLChars]{\school}, \end{school}\begin{institution}\format[HTMLChars]{\institution}, \end{institution}\begin{publisher}\format[HTMLChars]{\publisher}, \end{publisher}\begin{howpublished}\format[HTMLChars]{\howpublished}, \end{howpublished}\begin{year}<b>\year</b>\end{year}\begin{volume}, Vol. \volume\end{volume}\begin{number}(\format[FormatPagesForHTML]{\number})\end{number}\begin{pages}, pp. \format[FormatPagesForHTML]{\pages}\end{pages}</dd>
7+
<dd>\begin{journal}\format[HTMLChars]{\journal}, \end{journal}\begin{school}\format[HTMLChars]{\school}, \end{school}\begin{publisher}\format[HTMLChars]{\publisher}, \end{publisher}\begin{howpublished}\format[HTMLChars]{\howpublished}, \end{howpublished}\begin{year}<b>\year</b>\end{year}\begin{volume}, Vol. \volume\end{volume}\begin{number}(\format[FormatPagesForHTML]{\number})\end{number}\begin{pages}, pp. \format[FormatPagesForHTML]{\pages}\end{pages}</dd>
88

0 commit comments

Comments
 (0)