-
-
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.
* Initial changes to remove entry functionality * Fix logic error in KeyChangeListener * Fix logic error in BasePanel * Changes to tests * Fix typo * Move remove entry calls to batch version * Un-propagate for loop in KeyChangeListener * Finalize changes to SharedEntriesNotPresentEvent * Fix bug * Fix other compile errors * Fix bug and update tests * Fix tests * Fix test omission * Update l10n * For loop to citationStyle * Add comment for method not working * Clarify var name * Allow single entry for undo * Replace compound edit undo with normal undo in BasePanel * Typo * Simplify loop in DBMSSynchronizer * Use if instead of stream * Pluralize Javadoc * EntryEvent -> EntriesEvent in Javadoc, comments, and var names * Make imports explicit in BasePanel * Batch delete to SQL * Final EntriesRemovedEvent fixes * Fix checkStyleMain * More checkStyle fixes * Initial changes to batch insertEntries calls * More fixes * More batching insertEntry * Move List coercion into DuplicateSearchResult method * Even more batching insertEntry * DefaultAuxParser batch insertEntry * MrDLibImporter batch insertEntry * Add comment about usage of BasePanel.insertEntry * Fix typo * Fix pesky BibDatabaseTest error with setStrings * Fixed BibDatabase Javadoc * Finish master merge, start changing DBMS tests * Add comment * Final fixes including checkStyle * Add DBMSProcessor tests * Fix checkStyleTest * Finished batching calls to insertEntries * Minor change for consistency * Update comments * Update comment * Another update comment * EntryAddedEvent -> EntriesAddedEvnet and removed AllInsertsFinishedEvent * Fixed some tests, aux parser still failing * AuxParserTest passes now * Fix checkstyle * Make corrections * Typo * More streaming * Add UndoableInsertEntries constructor * Fix bug * Get rid of "Integrity Check Failed" info * Properly close databases in test to avoid database listener errors * Fix database tests by adding entries after firing EntryAddedEvent * Remove redundant DBMS connection closure from DBMSSychronizerTest * Merge test resources from master * Remove firstEntry hack * Remove duplicate code from paste() by and pluralize insertEntries() in BasePanel * Comment fix * Clarify BasePanel insertEntries JavaDoc * Rename vars * Rename vars * Remove unnecessary TODO and rename EntriesRemovedListener * Merge fixes * Remove old comment * checkStyle fixes
- Loading branch information
1 parent
7a53b3a
commit 371a863
Showing
32 changed files
with
321 additions
and
312 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
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.