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

Jcef #8

Merged
merged 23 commits into from
Oct 22, 2020
Merged

Jcef #8

merged 23 commits into from
Oct 22, 2020

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    9355564 View commit details
    Browse the repository at this point in the history
  2. local JCEF jars

    remove the reference to the JCEF32 library, and move the required JCEF jars directly into the libraries folder
    JohnRDOrazio committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    d2edbda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a15f56d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. remove double semicolon

    JohnRDOrazio committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    ca475f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    950eddb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    1cdd939 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. refactor and add new Preferences vars

    even if this commit is partial, I need to push so that I can continue working from my home computer during the weekend. Note that OptionsFrame.java is still in the works, especially the javascript portion of the preview document, I'm still formatting it (borrowed from the Word add-in vb.net script). I also staretd creating LocalizedBibleBooks.java but it is also incomplete!
    JohnRDOrazio committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    249996f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Configuration menu
    Copy the full SHA
    41678ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    372ceb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af0f91f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1461ec7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43a9641 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    387e83a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    23934ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d1e4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b072da9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4892c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    f1a123c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    7b5160f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eb95dc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    f7bbf8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3615e89 View commit details
    Browse the repository at this point in the history
  3. the single derby.jar is enough for the embedded driver

    For Java 1.8 we can use Apache Derby 10.14, it seems that 10.15 requires Java 1.9 which however is only 64bit. On Windows at least we need Java 1.8 32 bit so let's stick with Apache Derby 10.14, downloaded from here: https://downloads.apache.org/db/derby/db-derby-10.14.2.0/
    JohnRDOrazio committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    be9ca2f View commit details
    Browse the repository at this point in the history