Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging from master #4

Merged
merged 275 commits into from
Aug 20, 2019
Merged

Merging from master #4

merged 275 commits into from
Aug 20, 2019

Conversation

CyraxSector
Copy link
Owner


  • Change in CHANGELOG.md described
  • Tests created for changes
  • Manually tested changed features in running JabRef
  • Screenshots added in PR description (for bigger UI changes)
  • Ensured that the git commit message is a good one
  • Check documentation status (Issue created for outdated help page at help.jabref.org?)

calixtus and others added 30 commits June 19, 2019 15:57
Refactor preferences parameter
Remove unsused parameter from dialog
Bumps com.install4j.gradle from 7.0.11 to 7.0.12.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps xmpbox from 2.0.15 to 2.0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps pdfbox from 2.0.15 to 2.0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps fontbox from 2.0.15 to 2.0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Preserve encoding while copy and pasting in maintable
Bumps log4j-jcl from 2.11.2 to 2.12.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps com.github.johnrengelman.shadow from 5.0.0 to 5.1.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.4.2 to 5.5.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.4.2...r5.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps log4j-jul from 2.11.2 to 2.12.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…ging.log4j-log4j-jcl-2.12.0

Bump log4j-jcl from 2.11.2 to 2.12.0
…ging.log4j-log4j-jul-2.12.0

Bump log4j-jul from 2.11.2 to 2.12.0
Bumps log4j-slf4j18-impl from 2.11.2 to 2.12.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps log4j-core from 2.11.2 to 2.12.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…ging.log4j-log4j-slf4j18-impl-2.12.0

Bump log4j-slf4j18-impl from 2.11.2 to 2.12.0
…ging.log4j-log4j-core-2.12.0

Bump log4j-core from 2.11.2 to 2.12.0
davidemdot and others added 29 commits August 2, 2019 15:30
* Update for adding latest changes (no final version)

* Fix small issues

* Update for improving code

* Add localization keys

* Update styles

* Remove unused code and improve exceptions handling

* Add latest improvements
- Change CitationViewModel to CitationsDisplay.
- Improve styles and icons.
- Remove unused code.
…#5168)

* Fix fail on testPerformExportForSingleEntry from DocBook5ExporterTest

* Restore XML test file and fix the bug in the right place
* fix wrong package

* fix error by moving class
Bumps com.gradle.build-scan from 2.3 to 2.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps com.github.ben-manes.versions from 0.21.0 to 0.22.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [wiremock](https://github.com/tomakehurst/wiremock) from 2.24.0 to 2.24.1.
- [Release notes](https://github.com/tomakehurst/wiremock/releases)
- [Commits](wiremock/wiremock@2.24.0...2.24.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps log4j-core from 2.12.0 to 2.12.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps log4j-jul from 2.12.0 to 2.12.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps log4j-api from 2.12.0 to 2.12.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix substring exception in find unlinked files


Refactor to own method and add test
The exeption came when the parsed editor string did not end with a colon and two spaces

* remove static modifier

* pass line separator as parameter

* fix merge errors
add unify line breaks
Bumps log4j-jcl from 2.12.0 to 2.12.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps log4j-slf4j18-impl from 2.12.0 to 2.12.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…ator (#5184)

because natural order will require same types of the enum

Followup from  #5148
* Fix tooltips in CitationsDisplay

* Rename withTooltip(Callback<T, String>) to withStringTooltip() in ViewModelListCellFactory

* Add withTooltip(Callback<T, Tooltip>) to ViewModelListCellFactory

* Update CitationsDisplay for using ViewModelListCellFactory
* Fix issue 5152, tooltip and icon added to group cell

* -fixed minor issue with style (empty line) in MainTableColumnFactory                                                                         -added key "Group color" into english language properties
* Initial

* Removed Border behind transparent groupRectangle, rewording
* Differentiate Causes of Errors

* Refactor Failure Mode

* Remove unnecessary return

* Remove redundant lines
… to mvvm (#5141)

* Converting to mvvm, combining advanced and network

* Refactor minor things and cosmetic changes

* Convert GroupsTab to mvvm

* Fixed l10n

* Refactor, reword, abstract and added resetWarning

* Reword

* Refactored for better readability

* Rewording for consistency, trigger travis

* Fixed minor bug

* Refixed minor bug
@CyraxSector CyraxSector merged commit ada1022 into CyraxSector:master Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.