imag/lib/domain/libimagdiary/src
Matthias Beyer 8c37fb865a Rebuild DiaryEntryIterator to be based on StoreIdIterator
This patch rebuilds DiaryEntryIterator to be a wrapper around
StoreIdIterator and thus `Diary::entries()` to use `Store::entries` and
not `Store::retrieve_for_module()`.

The `Store::retrieve_for_module()` function is somehow buggy and loads
contents of the files into memory and _somehow_ causes the entries to be
rewritten without newlines.

This bug is fixed by moving away from `Store::retrieve_for_module()`.
2018-03-02 21:25:48 +01:00
..
config.rs Update dates in license header 2018-02-07 02:48:53 +01:00
diary.rs Rebuild DiaryEntryIterator to be based on StoreIdIterator 2018-03-02 21:25:48 +01:00
diaryid.rs Update dates in license header 2018-02-07 02:48:53 +01:00
entry.rs Add "isflag" support 2018-02-20 17:18:46 +01:00
error.rs Add "isflag" support 2018-02-20 17:18:46 +01:00
is_in_diary.rs Add some debug output 2018-02-20 17:29:03 +01:00
iter.rs Rebuild DiaryEntryIterator to be based on StoreIdIterator 2018-03-02 21:25:48 +01:00
lib.rs Rebuild DiaryEntryIterator to be based on StoreIdIterator 2018-03-02 21:25:48 +01:00
viewer.rs Update dates in license header 2018-02-07 02:48:53 +01:00