-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Search/Groups floating mode * Hide search rank column * Update query listener from global to library-specific * Update selected groups listener from global to library-specific * Move table-row CSS classes to Base.css * Adapt tests * Update JabRef_en.properties * CHANGELOG * Fix jumpToSearchKey * Add shortcut to scroll to the next/prev rank Left, right arrows * Localization * Fix scroll shortcut to handle rank gaps * OpenRewrite * Add temporary MappedBackedList implementation * Use constants for rank values * Update rank colors * Add CustomFilteredList * Improve group switching and search performance - Update matches in the background - Prevent unnecessary search query rechecks when switching groups * OpenRewrite * Fix NPE * Fix NPE * Create a list of observables * refilter the list after updateVisibility * Add onUpdateCallback to the CustomFilteredList * iterate over updated range * Rename onUpdateCallback to onUpdate * Register events to the row * Update matches in the background * Delete MappedBackedList.java * Update matches in the background for global search * Pass properties to MainTableDataModel instead of LibraryTab * Remove search rank column from the preferences * Add SearchRank enum * EnumSet constructor * Remove int value from SearchRank enum * Move SearchRank enum to search package * Remove FILTERING_SEARCH from search flags * Remove KEEP_SEARCH_STRING from search flags * Fix SearchPreferences constructor * Move comment up * Rename SearchRank to MatchCategory * Update src/main/java/org/jabref/gui/util/CustomFilteredList.java Co-authored-by: Oliver Kopp <[email protected]> * Update src/main/java/org/jabref/gui/util/CustomFilteredList.java Co-authored-by: Oliver Kopp <[email protected]> * Update CustomFilteredList.java * Update PreferencesMigrations.java * Replace CustomFilteredList.java with reflection Co-authored-by: Oliver Kopp <[email protected]> * Minor stylistic fixes * Fix reflection Co-authored-by: Oliver Kopp <[email protected]> * Correct typo * Fix typo * Fix unit tests * CHANGELOG --------- Co-authored-by: Carl Christian Snethlage <[email protected]> Co-authored-by: Oliver Kopp <[email protected]>
- Loading branch information
1 parent
79c1998
commit db9f83c
Showing
49 changed files
with
773 additions
and
407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.