summaryrefslogtreecommitdiffstats
path: root/imag-diary
AgeCommit message (Expand)Author
2017-08-27Reorganize code in subdirsMatthias Beyer
2017-08-27Use cargo feature to specify both version and pathMatthias Beyer
2017-08-26Update version strings for next release: 0.3.0 -> 0.4.0Matthias Beyer
2017-07-17Update chrono: 0.2 -> 0.4Matthias Beyer
2017-06-21Remove unused macro importMatthias Beyer
2017-05-30Update version strings: 0.2.0 -> 0.3.0Matthias Beyer
2017-05-30Revert "Remove stuff for the focus-shift"Matthias Beyer
2017-01-21Remove stuff for the focus-shiftMatthias Beyer
2017-01-19Move `[profile.dev] codegen-units = 2` to top-level Cargo.tomlmario
2016-10-31Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-unitsMatthias Beyer
2016-10-24imag-diary/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24Add codegen-units = 2 in ./imag-diary/Cargo.tomlMatthias Beyer
2016-10-20Resolve TODO: trace errors while filteringMatthias Beyer
2016-10-20Fix: Cargo.toml does not know "website", but "homepage"Matthias Beyer
2016-10-18Add meta-info in imag-diary/Cargo.tomlMatthias Beyer
2016-10-01imag-diary: Add copyright notice to all filesMatthias Beyer
2016-09-21Move viewer implementation for imag-diary to libimagdiaryMatthias Beyer
2016-09-21Move dependenciesMatthias Beyer
2016-09-08imag-diary: Use Err/Ok Result map utils to refactor codeMatthias Beyer
2016-09-08imag-diary: Use util fn warn_exit()Matthias Beyer
2016-09-05Replace is_none() -> unwrap() with unwrap_or_else()Matthias Beyer
2016-09-05Replace is_none() -> unwrap() with unwrap_or_else()Matthias Beyer
2016-09-05Replace is_none() -> unwrap() with unwrap_or_else()Matthias Beyer
2016-09-05Replace is_none() -> unwrap() with unwrap_or_else()Matthias Beyer
2016-09-05Replace is_none() -> unwrap() with unwrap_or_else()Matthias Beyer
2016-09-05Simplify error handlingMatthias Beyer
2016-09-05Simplify error handlingMatthias Beyer
2016-09-05Replace complex match with `if let Err(e)`Matthias Beyer
2016-09-05Refactor: use map_err_into() instead of manual buildingMatthias Beyer
2016-08-28Fix imag-diary::list::* for new StoreId InterfaceMatthias Beyer
2016-08-09Use libimagentryedit instead of libimagrtMatthias Beyer
2016-08-06Upgrade clap dependency to 2.*Kai Sickeler
2016-07-31Merge pull request #604 from matthiasbeyer/imag-diary/warningsMatthias Beyer
2016-07-31Add deny() macroMatthias Beyer
2016-07-31Remove unused functionMatthias Beyer
2016-07-31If an error happens while viewing, trace itMatthias Beyer
2016-07-31Remove keyword: mutMatthias Beyer
2016-07-31Remove keyword: mutMatthias Beyer
2016-07-30Add link: doc/src/04020-module-diary.md -> imag-diary/README.mdMatthias Beyer
2016-07-16Replace trace_error() with trace_error_exit() where appropriateMatthias Beyer
2016-07-12Update all version strings: 0.1.0 -> 0.2.0Matthias Beyer
2016-07-04Annotate that we have a closure which takes &Entry hereMatthias Beyer
2016-06-09Split into several filesMatthias Beyer
2016-06-09Implement view()Matthias Beyer
2016-06-09Add ui spec for viewing entriesMatthias Beyer
2016-06-09Add functionality so one can create diary entries hourly and minutelyMatthias Beyer
2016-06-09UI spec fixupMatthias Beyer
2016-06-09Implement delete()Matthias Beyer
2016-06-09Add main.rsMatthias Beyer
2016-06-09Add specification for delete subcommandMatthias Beyer