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

Post change notifications on JavaFX #4871

Merged
merged 5 commits into from
Apr 13, 2019
Merged

Post change notifications on JavaFX #4871

merged 5 commits into from
Apr 13, 2019

Commits on Apr 8, 2019

  1. Post change notifications on JavaFX

    Fixes #4817. The problem is that changes in other threads produce a "Not on FX application thread" exception. This is fixed by adding a wrapper around the list of entries. The wrapper only posts changes in the correct thread, without making a copy of the underlying list - so performance shouldn't be affected.
    tobiasdiez committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    d55afba View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Merge remote-tracking branch 'upstream/master' into fix4817

    * upstream/master:
      Fix right clicking on any entry and selecting "Open folder" results in the NullPointer exception (#4797)
      Bump fontbox from 2.0.14 to 2.0.15 (#4882)
      Bump pdfbox from 2.0.14 to 2.0.15 (#4881)
      Bump xmpbox from 2.0.14 to 2.0.15 (#4883)
      Bump mockito-core from 2.26.0 to 2.27.0 (#4879)
      Bump java-string-similarity from 1.1.0 to 1.2.1 (#4878)
      Fix JabRef dying silently without enough inotify instances (#4875)
      #4795 disable menu item if database not connected (#4828)
    Siedlerchr committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    a0e4c37 View commit details
    Browse the repository at this point in the history
  2. fix compile error

    Siedlerchr committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    cc7b3a9 View commit details
    Browse the repository at this point in the history
  3. fix checkstyle

    Siedlerchr committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    c599b22 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into fix4817

    * upstream/master:
      fix missing l10n from previous merge
      fix compile error
    Siedlerchr committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    6ceeb87 View commit details
    Browse the repository at this point in the history