-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:JabRef/jabref into HEAD
# Conflicts: # CHANGELOG.md # src/main/java/net/sf/jabref/gui/ClipBoardManager.java
- Loading branch information
1 parent
a92c7b1
commit b2a71a6
Showing
1,628 changed files
with
62,569 additions
and
59,037 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<VisualElements ForegroundText="light" BackgroundColor="#4F5F8F" ShowNameOnSquare150x150Logo="on"></VisualElements> | ||
</Application> | ||
<Application> | ||
<VisualElements ForegroundText="dark" BackgroundColor="#a2aed1" ShowNameOnSquare150x150Logo="on"></VisualElements> | ||
</Application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# no need for databases for the integrationTest -> save memory overflow | ||
# currently does not work: "stop: Unknown instance:" - sudo service mysql stop | ||
sudo service postgresql stop | ||
# following services identified by "sudo service --status-all" do not need to run, too | ||
# excluded: rsyslog (feels wrong), udev (feels wrong), friendly-recovery ("Unknown instance" error) | ||
sudo service acpid stop | ||
sudo service atd stop | ||
sudo service cron stop | ||
sudo service memcached stop | ||
sudo service ntp stop | ||
sudo service rabbitmq-server stop | ||
sudo service resolvconf stop | ||
sudo service sshguard stop | ||
sudo service ssh stop | ||
# Integration tests run in a timeout. Just start them and kill them after 60s. | ||
timeout 60 ./gradlew guiTest -Dscan --info || true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# IntelliJ Configuration | ||
|
||
1. Press <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>S</kbd> | ||
2. Go to "Editor > Code Style" | ||
3. Click "Manage..." (right of "Scheme:") | ||
4. Click "Import..." | ||
5. Choose `IntelliJ Code Style.xml` | ||
6. Press "OK" | ||
7. Press "OK" | ||
8. Press "Close" | ||
9. Press "OK" | ||
|
||
* Please let `.editorconfig` override the settings of IntelliJ |
Oops, something went wrong.