Commit Graph

8 Commits

Author SHA1 Message Date
Stephen Heumann d615b32431 Indicate if no results are found for a query. 2019-04-19 21:37:58 -05:00
Stephen Heumann 716df24211 Restore ability to use a blank query to show all disks.
This was broken by the change to parenthesize the query. Now that is done only when the query is not blank.
2019-04-19 21:32:20 -05:00
Stephen Heumann c963529943 Automatically connect to the network before doing a search. 2019-04-19 18:22:57 -05:00
Stephen Heumann 36e9f1ab0d Parenthesize user-entered search term.
This seems to avoid some strange behavior for OR queries.
2019-04-19 17:15:32 -05:00
Stephen Heumann ea2f3794ca Use regular "titleSorter" rather than "titleSorterRaw".
As far as I can tell, the difference is that this way will sort titles starting with a given letter together, regardless of case.
2019-04-18 23:36:53 -05:00
Stephen Heumann 5ba69db3f2 Fix issues resulting in memory trashing if over ~2500 entries were loaded.
This resulted from indexing off a pointer with signed int index values, which in some cases causes ORCA/C to generate code that only works within 32k bytes of the pointer base. The fix is to use unsigned index values, which results in indexing working correctly up to 64k bytes.
2019-04-18 23:20:51 -05:00
Stephen Heumann ef301fd7fc Add support for fetching more results. 2019-04-18 22:58:57 -05:00
Stephen Heumann 999b6130a4 Rearrange/refactor DiskBrowser code into smaller, more focused files.
There are only a few minor code changes, and nothing that should have an effect on functionality. This is basically just rearranging the code.
2019-04-18 13:24:43 -05:00