-
-
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.
* refactoring LibraryTab to be able to create an empty tab and feed it data when it's available * applying the improvement when opening database using action * checkstyle * add exception parameter to error dialog * Adding DataLoadingTask to LibraryTab * Add getter for dataLoadingTask * Fixing memory leak by canceling dataLoadingTask when tab is closed * Relocate LibraryTab method trackOpenNewDatabase() to OpenDatabaseAction * Refactor LibraryTab to handle dataLoadingTask callbacks * Put performPostOpenActions() before feedData() for performance reasons * Fix groups pane not updating bug * Cleanup code * Extracted JabRefPreferences, fixed imports * Extracted JabRefPreferences, fixed imports, removed dead code, shortened method name Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Co-authored-by: Carl Christian Snethlage <cc.snethlage@gmail.com>
- Loading branch information
1 parent
161e928
commit 33b9315
Showing
3 changed files
with
157 additions
and
41 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