Commit Graph

3264 Commits

Author SHA1 Message Date
Matthias Beyer 6b9da878f1 Fix commata 2016-10-04 13:49:41 +02:00
Matthias Beyer 73b11e4bd2 Rewrite README.md 2016-10-03 20:44:06 +02:00
Matthias Beyer 1244a6666f Add assert to Store::get() the new ID 2016-10-03 12:34:07 +02:00
Matthias Beyer b8916c3526 Merge pull request #774 from matthiasbeyer/copyright-notice
Copyright notice
2016-10-02 17:54:11 +02:00
Matthias Beyer 0a70ea68ea libimagutil: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer f3373cde7e libimagtodo: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 6d3eeaea8d libimagtimeui: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer b8ea45facf libimagstorestdhook: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 6cc1a90870 libimagstore: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 221b87d7fb libimagrt: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer b08b53b056 libimagref: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer b34eb838e0 libimagnotes: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 6b809a5a27 libimaginteraction: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 4b2514e5a0 libimagerror: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 6cd765f67b libimagentryview: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 28c023dbc5 libimagentrytag: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 82e39f427a libimagentrymarkdown: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer f47ba140e6 libimagentrylist: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 2db79ada71 libimagentrylink: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer ed8e479bc6 libimagentryfilter: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 8836c08392 libimagentryedit: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 5182d8e2ad libimagdiary: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer df2736d7d8 libimagcounter: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer d9a0709499 libimagbookmark: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 6808400008 imag-view: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer ae60c92513 imag-todo: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 56e537673c imag-tag: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 598d8617a1 imag-store: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer ba50cb6ff6 imag-ref: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 73d67b1f18 imag-notes: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 0fc0471af6 imag-link: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 3f85cf21c1 .imag-documentation: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer f79b8c000b imag-diary: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer adf10e187a imag-counter: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 49c852fa67 imag-bookmark: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer e0d4744b4b bin: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 1526c0b2dc Make hook configurable whether it succeeds or not 2016-09-30 13:39:33 +02:00
Matthias Beyer f16c09a981 Do not check whether old or new id exists/does not exist 2016-09-30 13:20:37 +02:00
Matthias Beyer 4d2ac38ceb imag-ref: Use validator is_existing_path 2016-09-30 10:47:38 +02:00
Matthias Beyer f8ed44c1e7 Add cli validator: is_existing_path() 2016-09-30 10:47:11 +02:00
Matthias Beyer 3d06933860 Add is_tag validator 2016-09-30 10:45:28 +02:00
Matthias Beyer da439e60e9 Add documentation what a valid tag is 2016-09-30 10:45:28 +02:00
Matthias Beyer d6f705dc90 Add is_tag clap validator helper 2016-09-30 10:45:28 +02:00
Matthias Beyer 6999f95c4d imag-bookmark: Validate URLs 2016-09-28 19:44:23 +02:00
Matthias Beyer 11490b232c Add implementation for validators 2016-09-28 19:30:05 +02:00
Matthias Beyer 7482ffb5b3 Add deps 2016-09-28 19:30:04 +02:00
Matthias Beyer 719e49271c Add module: cli_validators 2016-09-28 19:30:04 +02:00
Matthias Beyer 7a23097b00 Add dependencies 2016-09-28 19:30:04 +02:00
Matthias Beyer 70387c6dad Merge pull request #767 from mario-kr/fix_include-bin-target-in-other-targets
Fix include bin target in other targets
2016-09-24 21:46:31 +02:00
mario 8c68d2210d Add `sort` for always same build order 2016-09-24 11:01:00 +02:00