Skip to content

Commit 2f31be2

Browse files
committed
Merge remote-tracking branch 'upstream/master' into linuxlink
* upstream/master: (26 commits) Fix static localized text (#3400) Fix problems in source editor (#3398) Fix MathSciNet fetcher (#3402) Fix NPE when saving new file Improve SyncLang.py (#3184) Config intellj code style to adhere to empty lines checkstyle rule (#3365) Don't list same look and feels more than once (#3393) progessdialog and result table are now shown correclty on copy files Export pdf/linked files (#3147) Added checking integrity dialog (#3388) Update richtext and flowless (#3386) Source tab: hide notification pane when code is correct again (#3387) Titles are optional at crossref (#3378) Update entry for every change in the source panel (#3366) Rework AutoSetFileLinks (#3368) revert wrongly commited changes Refactorings (#3370) Fix freezing when running cleanup file operations like rename (#3315) This additional style setting for IDEA (#3355) Fix checkstyle ... # Conflicts: # CHANGELOG.md
2 parents d03c71f + c7431f7 commit 2f31be2

File tree

99 files changed

+2436
-1663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+2436
-1663
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
2323
- We now set the WM_CLASS of the UI to org-jabref-JabRefMain to allow certain Un*x window managers to properly identify its windows
2424
- We changed the default paths for the OpenOffice/LibreOffice binaries to the default path for LibreOffice
2525
- We no longer create a new entry editor when selecting a new entry to increase performance. [#3187](https://github.com/JabRef/jabref/pull/3187)
26+
- We added the possibility to copy linked files from entries to a single output folder [#2539](https://github.com/JabRef/jabref/pull/2593)
2627
- We increased performance and decreased the memory footprint of the entry editor drastically. [#3331](https://github.com/JabRef/jabref/pull/3331)
2728
- Late initialization of the context menus in the entry editor. This improves performance and memory footprint further [#3340](https://github.com/JabRef/jabref/pull/3340)
28-
29+
- We added a dialog to show that JabRef is working on checking integrity. [#3358](https://github.com/JabRef/jabref/issues/3358)
2930

3031
### Fixed
3132
- We fixed the translation of \textendash in the entry preview [#3307](https://github.com/JabRef/jabref/issues/3307)
@@ -37,6 +38,10 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
3738
- We fixed an issue where JabRef would not show the translated content at some points, although there existed a translation
3839
- We fixed an issue where editing in the source tab would override content of other entries [#3352](https://github.com/JabRef/jabref/issues/3352#issue-268580818)
3940
- We fixed an issue where file links created under windows could not be opened on Linux/OSX [#3311](https://github.com/JabRef/jabref/issues/3311)
41+
- We fixed several issues with the automatic linking of files in the entry editor where files were not found or not correctly saved in the bibtex source [#3346](https://github.com/JabRef/jabref/issues/3346)
42+
- We fixed an issue where fetching entries from crossref that had no titles caused an error [#3376](https://github.com/JabRef/jabref/issues/3376)
43+
- We fixed an issue where the same Java Look and Feel would be listed more than once in the Preferences. [#3391](https://github.com/JabRef/jabref/issues/3391)
44+
4045

4146
### Removed
4247

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ dependencies {
105105
compile 'de.jensd:fontawesomefx-materialdesignfont:1.7.22-4'
106106
compile 'de.saxsys:mvvmfx-validation:1.7.0'
107107
compile 'org.fxmisc.easybind:easybind:1.0.3'
108-
compile 'org.fxmisc.flowless:flowless:0.5.2'
109-
compile 'org.fxmisc.richtext:richtextfx:0.7-M5'
108+
compile 'org.fxmisc.flowless:flowless:0.6'
109+
compile 'org.fxmisc.richtext:richtextfx:0.8.1'
110110

111111
// Cannot be updated to 9.*.* until Jabref works with Java 9
112112
compile 'org.controlsfx:controlsfx:8.40.14'

0 commit comments

Comments
 (0)