bbb5e58583
doc: Fix filename
2016-07-30 20:58:04 +02:00
6f71dc517f
doc: Remove comment
2016-07-30 20:57:36 +02:00
9354ae003a
doc: Fix bullet-list markup
2016-07-30 20:56:57 +02:00
4e230ecc61
doc: Update version
2016-07-30 20:55:18 +02:00
008f4d0032
Add new non-optional dependencies to doc in default.nix
2016-07-30 20:53:12 +02:00
6981bbdff1
Add link: doc/src/04020-module-ref.md -> imag-ref/README.md
2016-07-30 20:48:31 +02:00
517050588b
Add link: doc/src/04020-module-diary.md -> imag-diary/README.md
2016-07-30 20:48:04 +02:00
ab91a08179
Add link: doc/src/04020-module-bookmarks.md -> imag-bookmark/README.md
2016-07-30 20:47:05 +02:00
5cd2964fe3
Merge pull request #598 from asuivelentine/imag-notes/warnings
...
removed warnings
2016-07-30 20:16:17 +02:00
a559fdff07
Merge pull request #597 from asuivelentine/imag-view/refactor
...
shorten exit on error
2016-07-30 20:15:57 +02:00
Kai Sickeler
34ea40381f
removed warnings
2016-07-30 19:21:07 +02:00
Kai Sickeler
6e56653c8e
shorten exit on error
2016-07-30 19:12:29 +02:00
6a8c93ee52
Merge pull request #594 from matthiasbeyer/libimagutil/debug-mapping
...
Add utility to print debugging information while mapping
2016-07-30 15:28:45 +02:00
5a68c05ca5
Merge pull request #595 from matthiasbeyer/update-readme
...
Update README
2016-07-30 15:28:03 +02:00
e9e9950db7
Update README
2016-07-30 12:36:23 +02:00
d050be4cbc
Refactor, generate code with macro
2016-07-30 11:57:42 +02:00
deb1544bc5
Add info_result
2016-07-30 11:45:31 +02:00
0b1ea94dae
Add utility to print debugging information while mapping
2016-07-29 16:49:45 +02:00
9a9a1b7ecd
Merge pull request #592 from matthiasbeyer/quiet-travis
...
Quiet travis
2016-07-29 10:29:44 +02:00
59afb5b9d0
Merge pull request #581 from impo/libimagerror/deny-warnings
...
libimagerror: Deny warnings
2016-07-29 10:25:19 +02:00
b2c11384c0
Merge pull request #586 from asuivelentine/libimagstore/debug
...
Implement Debug for FileLockEntry, do not derive it
2016-07-28 14:42:55 +02:00
0e78081918
Merge pull request #587 from matthiasbeyer/libimagrt/imagrc-location
...
Search for imagrc in RTP and not in RTP/store
2016-07-28 14:42:30 +02:00
4dce62030a
Merge pull request #588 from asuivelentine/libimagcounter/refactor
...
Libimagcounter/refactor
2016-07-28 14:41:53 +02:00
c7b9de3bbd
travis: try to remove "tree" call
2016-07-28 14:39:10 +02:00
0ec5117b5a
travis: Dont call cargo with --verbose flag
2016-07-28 14:37:59 +02:00
49cd0d0476
Merge pull request #589 from matthiasbeyer/imag-documentation
...
Imag (library) documentation
2016-07-28 14:36:14 +02:00
Gavin Thomas Claugus
6578abdf3d
libimagerror: Eliminate unused imports
...
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-28 08:34:50 -04:00
Gavin Thomas Claugus
014a40c9df
libimagerror: Deny warnings
...
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-28 08:34:50 -04:00
Kai Sickeler
da432f5b07
Replaced unwrap with try!
2016-07-27 20:19:35 +02:00
Kai Sickeler
47d2a7703c
shorten header reading with header function
2016-07-27 19:54:03 +02:00
7c8c9b5264
Add Makefile target for building the lib documentation
2016-07-27 19:29:34 +02:00
be0a907145
Add .imag-documentation
...
A crate which simply depends on all libimag* crates to be able to
generate the documentation for all of them by simply creating the
documentation of this crate.
2016-07-27 19:28:36 +02:00
Kai Sickeler
b6437a0b0f
Implement Debug for FileLockEntry, do not derive it
2016-07-27 19:26:45 +02:00
6571429123
Search for imagrc in RTP and not in RTP/store
2016-07-27 19:15:50 +02:00
Kai Sickeler
1c5cb7d21d
replaced implementation of reset with call to set function
2016-07-27 18:54:09 +02:00
4cbd81ed20
Merge pull request #535 from asuivelentine/libimagcounter/units
...
Libimagcounter/units
2016-07-27 18:34:09 +02:00
Kai Sickeler
f527e7eb0a
changed default behavior from unit to None
2016-07-27 17:40:20 +02:00
Kai Sickeler
3445908ef9
better error-handling when reading the unit
2016-07-27 17:40:20 +02:00
Kai Sickeler
769512ada2
added Option<CounterUnit> as member of Struct Counter
2016-07-27 17:40:20 +02:00
Kai Sickeler
aeb27072a7
use CounterUnit::new instead of a pub member
2016-07-27 17:40:20 +02:00
Kai Sickeler
7e4166acbf
changed Unit-String to CounterUnit-Type
2016-07-27 17:40:20 +02:00
Kai Sickeler
cd182c73f4
replaced typedef with newtype
2016-07-27 17:40:20 +02:00
Kai Sickeler
33db6da554
added measurement units
2016-07-27 17:40:20 +02:00
76fba46224
Merge pull request #584 from impo/libimagtimeui/deny-warnings
...
libimagtimeui: Deny warnings and fix denied
2016-07-27 09:11:19 +02:00
01c3046862
Merge pull request #583 from impo/libimagref/deny-warnings
...
libimagref: Deny warnings and fix denied warnings
2016-07-27 09:11:12 +02:00
b60cb69d53
Merge pull request #582 from impo/libimaginteraction/deny-warnings
...
libimaginteraction: Deny warnings
2016-07-27 09:11:05 +02:00
17fdfc2b5d
Merge pull request #580 from impo/libimagentryselect/deny-warnings
...
libimagentryselect: Deny warnings
2016-07-27 09:10:53 +02:00
eae8067676
Merge pull request #579 from impo/libimagentrymarkdown/deny-warnings
...
libimagentrymarkdown: Deny warnings
2016-07-27 09:10:46 +02:00
9d9359bfe0
Merge pull request #578 from impo/libimagbookmark/deny-warnings
...
libimagbookmark: Deny warnings
2016-07-27 09:10:19 +02:00
Gavin Thomas Claugus
a84a3b1fff
libimagtimeui: Deny warnings and fix denied
...
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-26 16:41:13 -04:00