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

Fix issue 3861 : XMP Dialog, Add new Groups dialog, Append Library dialog to javafx #4264

Merged
merged 15 commits into from
Oct 9, 2018

Conversation

AyachiNene
Copy link
Contributor

@AyachiNene AyachiNene commented Aug 13, 2018

Tools -> Writing XMP Data to Entry
Groups -> Add new Group
Import->Append Library Dialog


  • 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?)

@Siedlerchr
Copy link
Member

Thanks for your contribution!
You should merge the latest upstream/master from jabref/master, so that github will show only show your commit and not all others which were already merged. Just add JabRef's orginal repo as remote: Github has a help on that

@Siedlerchr Siedlerchr changed the title Fix issue 3861 Fix issue 3861 : XMP Dialog, Add new Groups dialog, Append Library dialog to javafx Aug 13, 2018
@tobiasdiez tobiasdiez changed the base branch from testwip to master September 25, 2018 15:23
@tobiasdiez
Copy link
Member

I went over everything and think this is now ok so (it's not perfect, but at least workable...).

@tobiasdiez tobiasdiez added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Sep 30, 2018
@@ -116,49 +110,49 @@ private void writeXMP() {
.map(Optional::get)
.collect(Collectors.toList());

SwingUtilities.invokeLater(() -> optionsDialog.getProgressArea()
.append(entry.getCiteKeyOptional().orElse(Localization.lang("undefined")) + "\n"));
Platform.runLater(() -> optionsDialog.getProgressArea()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this already on the FX thread by defintion?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, writeXMP is invoked as a background task (but not properly implemented as BackgroundTask, leading to these ugly workaround - but I didnt have the motivation to implement it properly).

@tobiasdiez tobiasdiez merged commit d8d3807 into JabRef:master Oct 9, 2018
Siedlerchr added a commit that referenced this pull request Oct 13, 2018
* upstream/master:
  Update Libraries (#4366)
  ArXiv fetcher support http url (#4367)
  Fix issue 3861 : XMP Dialog, Add new Groups dialog, Append Library dialog to javafx (#4264)
  fix IndexOutOfBoundsException when saving preferences
  group RadioButtons in ExportSortingPrefsTab to prevent the selection of multiple or no order types
  Convert Part of the Issue#3861 Quality->Cleanup entries (#4268)
  UPDATE gradle to 4.10.2 (#4358)
  Completed General Fields Customizer conversion to JavaFX (#4346)
  Fix JavaFX thread exception when fetching new infos (#4354)
  Auto trim url field (#4355)
  Fix freezes in entry editor (#4351)

# Conflicts:
#	src/main/java/org/jabref/preferences/PreferencesService.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants