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

Search floating mode #11510

Merged
merged 65 commits into from
Aug 4, 2024
Merged

Search floating mode #11510

merged 65 commits into from
Aug 4, 2024

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    33fde54 View commit details
    Browse the repository at this point in the history
  2. Hide search rank column

    LoayGhreeb committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8d54d0d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    b441fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0485cd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94c8de1 View commit details
    Browse the repository at this point in the history
  4. Adapt tests

    LoayGhreeb committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e3c1c0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    212df75 View commit details
    Browse the repository at this point in the history
  6. CHANGELOG

    LoayGhreeb committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    37fc247 View commit details
    Browse the repository at this point in the history
  7. Fix jumpToSearchKey

    LoayGhreeb committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    21c834a View commit details
    Browse the repository at this point in the history
  8. Add shortcut to scroll to the next/prev rank

    Left, right arrows
    LoayGhreeb committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3e2b65f View commit details
    Browse the repository at this point in the history
  9. Localization

    LoayGhreeb committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    26af9f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

    LoayGhreeb committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9867c97 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    598b624 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4abcfc7 View commit details
    Browse the repository at this point in the history
  3. Update rank colors

    LoayGhreeb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    564de70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b5f55 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Add CustomFilteredList

    LoayGhreeb committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    93dcd92 View commit details
    Browse the repository at this point in the history
  2. Improve group switching and search performance

    - Update matches in the background
    - Prevent unnecessary search query rechecks when switching groups
    LoayGhreeb committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b66b4a9 View commit details
    Browse the repository at this point in the history
  3. OpenRewrite

    LoayGhreeb committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1582fb0 View commit details
    Browse the repository at this point in the history
  4. Fix NPE

    LoayGhreeb committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a4cba3e View commit details
    Browse the repository at this point in the history
  5. Fix NPE

    LoayGhreeb committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1ff7afb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c2a23b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bde0b64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a7611b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    800fc02 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. iterate over updated range

    LoayGhreeb committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2efc74d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fd600d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32f16ed View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    ab7e19f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5ba79 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Register events to the row

    LoayGhreeb committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    be04ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfe930a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e5b106 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b87be0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b846805 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2330ed6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    4608d0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f8b08 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Add SearchRank enum

    LoayGhreeb committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f15acdb View commit details
    Browse the repository at this point in the history
  2. EnumSet constructor

    LoayGhreeb committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    296622b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    108a39e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28614df View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    5c45007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c62809f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f6c846 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e035b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1313928 View commit details
    Browse the repository at this point in the history
  6. Move comment up

    calixtus authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    738d03c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce71705 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5eff567 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46c2484 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    656e8fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2c3a7a View commit details
    Browse the repository at this point in the history
  12. Replace CustomFilteredList.java with reflection

    Co-authored-by: Oliver Kopp <[email protected]>
    calixtus and koppor committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    e3c492e View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'upstream/floating-mode' into floating-mode

    # Conflicts:
    #	src/main/java/org/jabref/gui/util/CustomFilteredList.java
    calixtus committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    be88666 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e340a15 View commit details
    Browse the repository at this point in the history
  15. Minor stylistic fixes

    koppor authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    fab86b7 View commit details
    Browse the repository at this point in the history
  16. Fix reflection

    Co-authored-by: Oliver Kopp <[email protected]>
    calixtus and koppor committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    240d0fc View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'upstream/floating-mode' into floating-mode

    # Conflicts:
    #	src/main/java/org/jabref/gui/util/FilteredListProxy.java
    calixtus committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    d1b5450 View commit details
    Browse the repository at this point in the history
  18. Correct typo

    LoayGhreeb committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c6cbeb5 View commit details
    Browse the repository at this point in the history
  19. Fix typo

    koppor authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    50ae791 View commit details
    Browse the repository at this point in the history
  20. Fix unit tests

    LoayGhreeb committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b289c91 View commit details
    Browse the repository at this point in the history
  21. CHANGELOG

    LoayGhreeb committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3ca41b4 View commit details
    Browse the repository at this point in the history