2f0fa2b6ca
Merge pull request #1068 from matthiasbeyer/imag-timetrack/fix-track-command
...
Fix: Let the track command parse the start/end time more intelligently
2017-09-15 12:38:42 +02:00
e049559bed
Fix: Let the track command parse the start/end time more intelligently
...
It understands "now" from this point and can parse dates or date-times
(whereas dates get normalized to date + hour 0, minute 0, second 0).
2017-09-14 20:49:10 +02:00
bcb6c7b52d
Add changelog entry
2017-09-14 20:06:22 +02:00
8aa5c2d82d
Fix header locations
...
Also change that the implementation uses toml_query::set instead of
toml_query::insert.
Inserting values creates intermediate tables, set doesn't. And we really
want that convenience here, as the code is complex enough on its own.
2017-09-09 16:36:21 +02:00
976f280511
Update toml-query: 0.3.* -> ^0.3.1
...
This release contains a bugfix for a critical bug in the
`TomlValueInsertExt::insert()` algorithm which was triggered by an
edgecase.
2017-09-06 19:30:32 +02:00
30b466b622
Update changelog
2017-09-05 22:03:13 +02:00
b445cea9e7
Check TODO, add Changelog
2017-09-04 23:09:05 +02:00
336e0fb918
Add changelog
2017-09-03 13:48:36 +02:00
caa8529abc
Add libimagentrygps
2017-09-01 20:36:03 +02:00
f71065c24d
Add changelog for 0.3.0..master
2017-09-01 14:40:30 +02:00
a5e836fecb
Add changelog
2017-09-01 14:25:00 +02:00
29d93a73f0
Merge pull request #1025 from matthiasbeyer/todo/libimagerror
...
Add todo: Rewrite libimagerror with chain-error crate
2017-08-27 20:07:22 +02:00
e386e86474
Add todo: Rewrite libimagerror with chain-error crate
2017-08-27 17:49:18 +02:00
2fcead5f53
Fix broken README symlinks
...
Along: Add files in documentation for modules that not yet had one.
2017-08-27 15:13:25 +02:00
Mario Krehl
8a63815854
Fix package name of libimagentryannotation
...
Fix: run `sed -i 's,libimagref,libimagentryref,g' (rg -l 'libimagref')`
Fix: run `sed -i 's,libimagannotation,libimagentryannotation,g' (rg -l 'libimagannotation')`
2017-08-27 15:13:25 +02:00
1c37703c32
Update version strings for next release: 0.3.0 -> 0.4.0
2017-08-26 13:27:32 +02:00
0f436d5b88
Merge pull request #1009 from matthiasbeyer/doc-overhaul
...
Doc overhaul
2017-08-25 18:34:11 +02:00
3001288442
Update date
2017-08-25 17:50:38 +02:00
abebf9c014
Fix format
2017-08-25 14:04:18 +02:00
49a7201125
Add documentation how the mail CLI should look like
2017-08-21 00:03:22 +01:00
d7b266a72c
Add todos for maintenance scripts
2017-08-20 15:24:48 +01:00
469975d752
Add more ideas for modules
2017-08-20 14:46:34 +01:00
3e115b7014
Add todo for logger rewrite
2017-08-14 09:52:47 +00:00
5fa076914c
Add docs on {habit,news,todo,wiki} lib
2017-08-12 21:26:55 +00:00
db51d971cc
Improve mail module docs
2017-08-12 21:26:26 +00:00
740a5dad74
Cleanup intro
2017-08-12 21:26:02 +00:00
a96eb69b0f
Basic documentation for read/write libs
2017-08-12 15:48:00 +00:00
d78288e6f7
Add files for libs
2017-08-12 15:37:17 +00:00
1c98dca547
Add basic descriptions for as many modules as possible
2017-08-11 22:20:11 +00:00
0e1925e5ae
Add three more modules to do
2017-08-11 22:15:53 +00:00
6d73dae8a5
Add files for planned modules
2017-08-11 16:29:38 +00:00
31541fb1ba
Fix filename
2017-08-11 12:59:40 +00:00
3d34ea0491
Add long-term todos in todo file
2017-08-11 09:13:42 +00:00
7ab0050a3d
Remove outdated parts
2017-08-11 09:11:12 +00:00
7c227b4e4d
Move contributing guidelines to documentation
2017-08-11 09:11:12 +00:00
f771337359
Remove 'Backend' sections, we dont need them
2017-08-11 09:03:46 +00:00
471e31172f
Remove unused files
2017-08-10 19:47:19 +00:00
25db146dd5
Add architecture (and types) documentation
2017-08-10 19:44:19 +00:00
7a048f3795
Add file for coding conventions and best practices
2017-08-10 16:38:46 +00:00
b3e7f095ce
Merge pull request #966 from matthiasbeyer/libimagtimetrack
...
imag-timetrack / libimagtimetrack
2017-06-29 14:55:39 +02:00
9583ae06cd
Add README/documentation
2017-06-26 19:30:02 +02:00
dd7954ddb6
Add Documentation
2017-06-26 19:28:57 +02:00
0033d1b4b4
Add documentation file
2017-06-21 18:29:49 +02:00
266311d743
Change backends to do less ser-/deserialization
...
This commit changes the backends to do less de/ser, as it now stores the
Entry objects in the backend and does the de/serialization there.
This means the store does only serialize things once from json to toml
in the io backend.
See the diff of the documentation for more details.
2017-06-18 12:32:04 +02:00
c4b2287876
Move the documentation to the docs
2017-06-18 11:33:18 +02:00
9254851724
doc: Remove hook stuff
2017-06-06 11:12:37 +02:00
9650f46e23
Version strings: 0.2.0 -> 0.3.0
2017-05-03 10:48:26 +02:00
ccad830953
Add more long-term todos
2017-02-20 15:13:47 +01:00
d75bc2d928
Add TODOs about libimag{rt,store{,stdhook}} merge
2017-02-20 14:51:06 +01:00
eaf34ac6e9
Add long-term todos in libimagref
2017-02-20 14:51:06 +01:00