Commit Graph

45 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 fc5372d3f9 Add missing dependency: is-match
Was introduced in

    4472449696

as replacement for the libimagutil is_match! macro.
2017-05-30 20:30:37 +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 0404b24333 Merge pull request #822 from matthiasbeyer/update-deps
Update deps
2016-10-25 15:24:17 +02:00
Matthias Beyer 23e5778e3c libimagbookmark/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
Matthias Beyer a641db35df Add codegen-units = 2 in ./libimagbookmark/Cargo.toml 2016-10-24 13:51:28 +02:00
Matthias Beyer 420f31f50b Fix messed up version string 2016-10-24 13:44:48 +02:00
Matthias Beyer b5bfc1978c Fix: Cargo.toml does not know "website", but "homepage" 2016-10-20 14:14:18 +02:00
Matthias Beyer 4ee505c658 Merge pull request #815 from matthiasbeyer/release-prep
Release preparation things
2016-10-19 14:33:11 +02:00
Matthias Beyer b07023fd3b Rewrite BookmarkCollection::get_links_matching() to return Iterator 2016-10-19 13:03:17 +02:00
Matthias Beyer c229bb1575 Fix usages of get_external_links() 2016-10-19 13:03:17 +02:00
Matthias Beyer 2c3a23c458 Add meta-info in libimagbookmark/Cargo.toml 2016-10-18 10:56:12 +02:00
Matthias Beyer 02a2034d8b Fix usage of libimagentrylink interface 2016-10-14 13:27:06 +02:00
Matthias Beyer e8ae4c0da7 Create symlinks to documentation files in libimag*/README.md 2016-10-13 12:04:36 +02:00
Matthias Beyer e30d774670 Move all libimag*/README.md to doc/src/05100-* 2016-10-13 12:04:36 +02:00
Matthias Beyer fbd6e790c7 Increment header levels in the README.md files of the libraries 2016-10-13 12:04:36 +02:00
Matthias Beyer d9a0709499 libimagbookmark: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 82f08c6021 Remove version argument from module_entry_path_mod!() macro 2016-08-30 11:40:56 +02:00
Matthias Beyer 7ac98e1e54 Fix libimagbookmark::collection::* for new StoreId interface 2016-08-28 18:41:55 +02:00
Matthias Beyer 62a7e75230 Add README.md for libimagbookmark 2016-08-24 14:22:20 +02:00
Gavin Thomas Claugus 77c56a7d8a libimagbookmark: Deny warnings
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-26 16:02:20 -04:00
Matthias Beyer 437b3133cc impl From<&'a str> for Link 2016-07-08 21:43:17 +02:00
Matthias Beyer 91e3b58f3e Implement BookmarkCollection::remove_link() 2016-07-08 16:54:27 +02:00
Matthias Beyer d5c6af884b Remove unneeded import 2016-07-08 16:54:05 +02:00
Matthias Beyer 2c93c8b98f fixup! Impl BookmarkCollection::get_links_matching() 2016-07-08 16:41:37 +02:00
Matthias Beyer 2e49947013 Impl BookmarkCollection::get_links_matching() 2016-07-08 16:40:28 +02:00
Matthias Beyer ee53a28c9a Impl From<String> for Link 2016-07-08 16:40:09 +02:00
Matthias Beyer 749f08ca66 fixup for 9231cf5f 2016-07-08 16:30:50 +02:00
Matthias Beyer 2ed07d4f7d Impl BookmarkCollection::add_link() 2016-07-08 16:30:11 +02:00
Matthias Beyer db21fa9dd4 Add IntoUrl trait for Link type
With this we can translate a Link type into an URL type from url::Url
2016-07-08 16:29:48 +02:00
Matthias Beyer 3b82311dfd Add more specific linking error kinds 2016-07-08 16:29:06 +02:00
Matthias Beyer 22e07d171b fixup! Add depenndency: regex 2016-07-08 16:21:24 +02:00
Matthias Beyer 3b485febe4 fixup! Add Link type 2016-07-08 16:20:35 +02:00
Matthias Beyer 9231cf5fb7 Add interface for working with BookmarkCollection
Oh my god I'm so drunk right now.
It's 0030 and I had dinner at around 1800 yesterday and then I just
drank like... two Mate and maybe 1L of water... and now I drank 0.33L
beer and I'm drunk as fuck... just wanted to share.

I hope this commit still makes sense... I'm not sure, I should
definitively review this tomorrow.

So... maybe I can do some more.

Btw., I just saw "The Martian" - the movie, you know. Oh my god, I love
Matt Damon - I think he's a really nice actor, actually.

I probably shouldn't put this into the commit message, I know... Just
wanted to have some fun here.. sorry.
2016-07-08 00:27:45 +02:00
Matthias Beyer ee51de088a Add Link type 2016-07-08 00:27:35 +02:00
Matthias Beyer eb47f08479 Add depenndency: regex 2016-07-08 00:23:56 +02:00
Matthias Beyer 5fa189fb4e Impl BookmarkCollection::delete() 2016-07-08 00:12:05 +02:00
Matthias Beyer ed1eea053a Impl BookmarkCollection::get() 2016-07-08 00:11:54 +02:00
Matthias Beyer f2cc233c37 Add error kind if collection cannot be found 2016-07-08 00:11:27 +02:00
Matthias Beyer 0714d58db0 Add initial codebase 2016-07-08 00:01:44 +02:00
Matthias Beyer 63d2f56a88 Add dependencies 2016-07-07 23:46:06 +02:00
Matthias Beyer 5a0720e3bb Initial import 2016-07-07 23:46:06 +02:00