Commit Graph

48 Commits

Author SHA1 Message Date
Matthias Beyer 4ca6f4c386 Update version strings: 0.2.0 -> 0.3.0 2017-05-30 21:23:33 +02:00
Matthias Beyer 80fb6cc2bd Revert "Remove stuff for the focus-shift"
This reverts commit 63a7f0d8a9.
2017-05-30 20:25:00 +02:00
Matthias Beyer 63a7f0d8a9 Remove stuff for the focus-shift 2017-01-21 13:05:50 +01:00
mario 8df5519f34 Move `[profile.dev] codegen-units = 2` to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
2017-01-19 20:08:51 +01:00
Matthias Beyer 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units
Cargo rustc codegen units
2016-10-31 23:39:38 +01:00
Matthias Beyer 6385561926 imag-diary/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
Matthias Beyer 6ef02879d6 Add codegen-units = 2 in ./imag-diary/Cargo.toml 2016-10-24 13:54:06 +02:00
Matthias Beyer dc097a1a62 Resolve TODO: trace errors while filtering 2016-10-20 18:30:44 +02:00
Matthias Beyer b5bfc1978c Fix: Cargo.toml does not know "website", but "homepage" 2016-10-20 14:14:18 +02:00
Matthias Beyer 346d21a7a6 Add meta-info in imag-diary/Cargo.toml 2016-10-18 10:56:12 +02:00
Matthias Beyer f79b8c000b imag-diary: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 8e331f1f08 Move viewer implementation for imag-diary to libimagdiary 2016-09-21 16:58:21 +02:00
Matthias Beyer f98afd4b01 Move dependencies 2016-09-21 16:58:21 +02:00
Matthias Beyer a39f07f9a5 imag-diary: Use Err/Ok Result map utils to refactor code 2016-09-08 14:04:41 +02:00
Matthias Beyer 19711219e7 imag-diary: Use util fn warn_exit() 2016-09-08 08:48:58 +02:00
Matthias Beyer 6b5d91e447 Replace is_none() -> unwrap() with unwrap_or_else() 2016-09-05 16:15:54 +02:00
Matthias Beyer b2b8f013af Replace is_none() -> unwrap() with unwrap_or_else() 2016-09-05 16:15:54 +02:00
Matthias Beyer b7c8fa4d18 Replace is_none() -> unwrap() with unwrap_or_else() 2016-09-05 16:15:54 +02:00
Matthias Beyer f61e14ff41 Replace is_none() -> unwrap() with unwrap_or_else() 2016-09-05 16:15:54 +02:00
Matthias Beyer 5e739df3f8 Replace is_none() -> unwrap() with unwrap_or_else() 2016-09-05 16:15:54 +02:00
Matthias Beyer 66ccd97ef2 Simplify error handling 2016-09-05 16:15:54 +02:00
Matthias Beyer 02b58a45c5 Simplify error handling 2016-09-05 16:15:54 +02:00
Matthias Beyer 4ddb558837 Replace complex match with `if let Err(e)` 2016-09-05 16:15:54 +02:00
Matthias Beyer 44675a4b4f Refactor: use map_err_into() instead of manual building 2016-09-05 16:15:54 +02:00
Matthias Beyer ab59bdfd4b Fix imag-diary::list::* for new StoreId Interface 2016-08-28 18:41:56 +02:00
Matthias Beyer 4614b9d430 Use libimagentryedit instead of libimagrt 2016-08-09 15:47:56 +02:00
Kai Sickeler 968dc86b52 Upgrade clap dependency to 2.* 2016-08-06 17:39:57 +02:00
Matthias Beyer 989ee1864a Merge pull request #604 from matthiasbeyer/imag-diary/warnings
Imag diary/warnings
2016-07-31 22:02:37 +02:00
Matthias Beyer dcd72765bc Add deny() macro 2016-07-31 11:13:20 +02:00
Matthias Beyer b613aba257 Remove unused function
We do not offer explicit diary functionality.

Either a user creates a diary implicitely by creating a new entry inside
of it, or not.
2016-07-31 11:13:20 +02:00
Matthias Beyer 7187ad89b1 If an error happens while viewing, trace it 2016-07-31 10:39:43 +02:00
Matthias Beyer c1d41c954e Remove keyword: mut 2016-07-31 10:38:30 +02:00
Matthias Beyer 5cc84c1551 Remove keyword: mut 2016-07-31 10:38:21 +02:00
Matthias Beyer 517050588b Add link: doc/src/04020-module-diary.md -> imag-diary/README.md 2016-07-30 20:48:04 +02:00
Matthias Beyer 703788d9d2 Replace trace_error() with trace_error_exit() where appropriate 2016-07-16 21:57:29 +02:00
Matthias Beyer 9337a14cdd Update all version strings: 0.1.0 -> 0.2.0 2016-07-12 11:51:20 +02:00
Matthias Beyer 66cdc192c2 Annotate that we have a closure which takes &Entry here 2016-07-04 20:13:45 +02:00
Matthias Beyer 5bde1cc207 Split into several files 2016-06-09 15:41:42 +02:00
Matthias Beyer f6971c6896 Implement view() 2016-06-09 15:41:42 +02:00
Matthias Beyer 7f4a721897 Add ui spec for viewing entries 2016-06-09 15:41:42 +02:00
Matthias Beyer d8071a5624 Add functionality so one can create diary entries hourly and minutely 2016-06-09 15:41:42 +02:00
Matthias Beyer 0f32957ce8 UI spec fixup 2016-06-09 15:41:42 +02:00
Matthias Beyer 19a37e6f9f Implement delete() 2016-06-09 15:41:42 +02:00
Matthias Beyer cf6d03ca03 Add main.rs 2016-06-09 15:41:42 +02:00
Matthias Beyer 6f077f8ce4 Add specification for delete subcommand 2016-06-09 15:41:42 +02:00
Matthias Beyer 55c833226c Add user interface definition 2016-06-09 15:41:42 +02:00
Matthias Beyer c5beb34614 Add dependencies 2016-06-09 15:41:42 +02:00
Matthias Beyer 937530b41f diary: initial import 2016-06-09 15:41:42 +02:00