Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03714d1

Browse files
committedAug 29, 2018
Merge remote-tracking branch 'upstream/master' into installeruninstall
* upstream/master: (468 commits) Fix error prone warnings (#4290) Fix freeze on import into current library (#4299) Upgrade gradle to 4.10 update xmlunit and postgres update xmlunit-matchers from 2.6.0 -> 2.6.1 update gradle build-scan from 1.15.2 -> 1.16 checkstyle execute changes only if disk db present Fix Export to clipbaord action (#4286) fix npe in Merge entries dialog Add minimal height for entry editor (#4283) Fix exceptions when trying to change settings (#4284) Added a comment for the purpose of the class (#4282) Fix NPE when importing from CLI (#4281) Fix display of key patterns convert bibtexkeypatterndlg to javafx as well (#4277) Style preference sections using css Fix a few style issues Changed the behavior of the field formatting dialog (#4275) Fix checkbox display Remove small font size ...
2 parents ae2f2ac + ce713ca commit 03714d1

File tree

864 files changed

+25730
-35057
lines changed

Some content is hidden

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

864 files changed

+25730
-35057
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ after_failure:
6060
branches:
6161
only:
6262
- master
63+
- maintable-beta
6364

6465
# cache gradle dependencies
6566
# https://docs.travis-ci.com/user/languages/java#Caching
@@ -70,3 +71,4 @@ cache:
7071
directories:
7172
- $HOME/.gradle/caches/
7273
- $HOME/.gradle/wrapper/
74+

‎CHANGELOG.md

+65-361
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.