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

Add tooltips for all entry types for #6074 #6203

Merged
merged 17 commits into from
Apr 16, 2020

Commits on Mar 29, 2020

  1. Add tooltips for all entry types for JabRef#6074

    Change: Add tooltips in the "Select entry type" dialog. You can see the tooltip when hovering a button of an entry type.
    dimitra-karadima committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    4172fcd View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict

    Fix merge conflict between branch fix-for-issue-6074 and master
    dimitra-karadima committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    830903c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    014ef0c View commit details
    Browse the repository at this point in the history
  2. Change the tooltips' description for JabRef#6074

    Add the following changes:
    -tooltips' description comes from biblatex documentation
    -comment about the biblatex manual
    -description to the english localization file
    dimitra-karadima committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    073a60c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Refactor tooltip for JabRef#6074

    Add the following changes:
    -refactor the tooltip to prevent display issues
    -check if the entry type is StandardEntryType with instance of
    -use quotes to describe another entry type in the tooltip's description
    dimitra-karadima committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    a546c32 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Add tooltips when changing the entry type

    Add the following changes:
    -Add tooltips in the left side of the entry editor when you click the entry type you have already selected or the Change entry type button.
    -Add tooltips in the main table when you right click and choose "Change entry type"
    dimitra-karadima committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    dff1c16 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Fix some issues

    Change DATESET standard entry type to Dataset
    Remove getDescription() from ChangeEntryTypeMenu.java
    dimitra-karadima committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    fe14e54 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    64f6a54 View commit details
    Browse the repository at this point in the history
  2. Change to the old school format

    Necessary change because the new pattern is only available preview in the compiler
    
    Co-Authored-By: Christoph <[email protected]>
    dimitra-karadima and Siedlerchr authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    4a441d9 View commit details
    Browse the repository at this point in the history
  3. Update EntryTypeView.java

    tobiasdiez authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a3050cd View commit details
    Browse the repository at this point in the history
  4. Fix errors

    Add the following change because some tests were failing.
    dimitra-karadima authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    760cc05 View commit details
    Browse the repository at this point in the history
  5. Add one more change

    Failing unit tests should stop.
    dimitra-karadima authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d2df6f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ea22fb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Change one more line

    Trying to stop failing unit tests
    dimitra-karadima authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    02d4022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d7697 View commit details
    Browse the repository at this point in the history
  3. Fix merge conflict

    dimitra-karadima committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    224471e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b21c7d View commit details
    Browse the repository at this point in the history