0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 16, 2024 — Jul 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix: Incorrect behavior when the user tries to rebuild an index that is being updated. More... almost 14 years ago
Deleting an index that is being updated will remove it from the queue immediately. More... almost 14 years ago
Minor index-registry-related changes. More... almost 14 years ago
Moved class Stoppable to base package. More... almost 14 years ago
IndexRegistry.getSearcher() now blocks until the searcher is available, instead of returning null immediately. More... almost 14 years ago
Bugfix: Lucene searcher was not refreshed after index updates. More... almost 14 years ago
Bugfix: The Lucene searcher was not updated when a index rebuild was run. More... almost 14 years ago
Fixed minor deletion-approval issue in Searcher. More... almost 14 years ago
Implemented approval mechanism for deleting indexes. More... almost 14 years ago
Loading of index registry did not run concurrently due to incorrect lock usage. More... almost 14 years ago
Bugfix: Forgot to shut down the Searcher instance. More... almost 14 years ago
Fixed program.conf minimum value issues. More... almost 14 years ago
Merged desktop search API and web search API into the same class. More... almost 14 years ago
Moved utility methods in Java builder to separate class. More... almost 14 years ago
Unit tests integrated into Java builder. More... almost 14 years ago
Minor change in builder. More... almost 14 years ago
Builder: License patterns are now loaded from a text file. More... almost 14 years ago
Builder: Include debug info in the class files and optimize. More... almost 14 years ago
FolderWatcher partly implemented. More... almost 14 years ago
Replaced usages of serialVersionUID field with SuppressWarnings annotation. More... almost 14 years ago
In email preview header: Text selection is cleared when text field looses focus. More... almost 14 years ago
Context menu entry 'List Documents' implemented. More... almost 14 years ago
Context menu entry 'Open Folder' implemented. More... almost 14 years ago
Added dummy file for empty directory. More... almost 14 years ago
Added a minor optimization in IndexingQueue. More... almost 14 years ago
Bugfix: User could click on the close button of the indexing dialog right after clicking the close button of the last tab, causing the keep/discard/cancel dialog to appear twice. More... almost 14 years ago
Search text field is focused on application startup. More... almost 14 years ago
Scrolling of result table is now reset when results of a new query are displayed. More... almost 14 years ago
Fixed mutability/immutability issues. More... almost 14 years ago
Fixed thread-safety issues in Folder class. More... almost 14 years ago