Commit Graph

2041 Commits

Author SHA1 Message Date
Matthias Beyer 1f50301ffa Do not use "mut" here, we don't need it 2016-07-21 17:14:13 +02:00
Matthias Beyer 8d89f7bf74 Use if() instead of match here, to have less noise 2016-07-21 17:14:13 +02:00
Matthias Beyer 0cca04c6ac Use Iterator::enumerate() instead of mut variable 2016-07-21 17:14:12 +02:00
Matthias Beyer ca7a901269 Use the right macro here 2016-07-21 17:14:12 +02:00
Matthias Beyer 3af6712d8b Fix indentation in ui definition 2016-07-21 17:14:12 +02:00
Matthias Beyer 8e4471cc07 Impl Task::retrieve_from_import() 2016-07-21 17:14:12 +02:00
Matthias Beyer 077471f3da Impl Task::retrieve_from_string 2016-07-21 17:14:12 +02:00
Matthias Beyer 58162d8d90 Impl Task::get_from_uuid() 2016-07-21 17:14:12 +02:00
Matthias Beyer 302b46be5f Impl Task::get_from_string() 2016-07-21 17:14:12 +02:00
Matthias Beyer 475a73ee5c Impl Task::get_from_import() 2016-07-21 17:14:12 +02:00
Matthias Beyer ab613426c6 Fix return types of getter functions 2016-07-21 17:14:12 +02:00
Matthias Beyer 9ff26360e4 Remove the Task::update...() foo, as we do only store UUIDs which do not change 2016-07-21 17:14:12 +02:00
Matthias Beyer 1ec11749f2 We can't actually retrieve() from a UUID, as we cannot implicitely create a task from a UUID 2016-07-21 17:14:12 +02:00
Matthias Beyer f3639d34eb Add more required functionality, not implemented yet 2016-07-21 17:14:12 +02:00
Matthias Beyer b918f4abbe Rewrite UI with Task::import() 2016-07-21 17:14:12 +02:00
Matthias Beyer 0041a648c3 Add Task::import() 2016-07-21 17:14:12 +02:00
Matthias Beyer e63f17d51e Add dependency: libimagerror 2016-07-21 17:14:12 +02:00
Matthias Beyer f55f1e627e Rewrite error module 2016-07-21 17:14:12 +02:00
Matthias Beyer 053c5c13e8 Use generate_runtime_setup() instead of doing it manually 2016-07-21 17:14:12 +02:00
Matthias Beyer b7f4b6317e Adapt for new interface of libimagtodo 2016-07-21 17:14:11 +02:00
Matthias Beyer a8bb444f1d Fix misleading function name 2016-07-21 17:14:11 +02:00
Matthias Beyer 879fa3fb48 Provide more detailed access to the ids and tasks 2016-07-21 17:14:11 +02:00
Matthias Beyer c9be7a7483 Move read::* code to the place where it belongs 2016-07-21 17:14:11 +02:00
Matthias Beyer df5abef447 Move delete functionality to the place where it belongs 2016-07-21 17:14:11 +02:00
Matthias Beyer 07ab966d37 Impl {Deref, DerefMut} for Task 2016-07-21 17:14:11 +02:00
Matthias Beyer f3dc1e90af The Task type can have a unnamed member 2016-07-21 17:14:11 +02:00
Matthias Beyer b12974043d Remove the most ugly parts from the lib 2016-07-21 17:14:11 +02:00
Matthias Beyer 0752058cf5 Format code 2016-07-21 17:14:11 +02:00
Matthias Beyer b2eb2de3fd We do not need to String::push() here twice 2016-07-21 17:14:11 +02:00
Matthias Beyer b78da80717 Do not hide the error here, yell it out! 2016-07-21 17:14:11 +02:00
Matthias Beyer 84890bf8fc Rip out ui setup for "add" subcommand 2016-07-06 19:59:29 +02:00
Matthias Beyer 247cda0352 Rip out exec() 2016-07-06 19:59:29 +02:00
Matthias Beyer aef80874da Remove the most ugly parts 2016-07-06 19:59:29 +02:00
Matthias Beyer fadeae5214 Move functionality to own functions 2016-07-06 19:38:00 +02:00
Matthias Beyer 29c4ed853c Remove unnecessary whitespace 2016-07-06 19:37:49 +02:00
mario 5f731c8f8f change from libimagutil::trace to libimagerror::trace 2016-07-04 14:04:11 +02:00
mario 84deb2fe54 Merge branch 'master' of https://github.com/matthiasbeyer/imag into imag-task 2016-07-04 13:45:45 +02:00
Matthias Beyer 323c545db9 Merge pull request #490 from impo/doc/add-manpage-docs
Generate manpage from doc
2016-07-04 13:16:49 +02:00
Gavin Thomas Claugus 2760e30d6c Define tasks for manpage generation
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:27:11 -04:00
Gavin Thomas Claugus 9c6a9b5eed Define TARGET_MAN variable with manpage target dir
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:13:48 -04:00
Gavin Thomas Claugus 7bc2c094a1 Export PANDOC_CC_MAN command
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:12:51 -04:00
Gavin Thomas Claugus c0042196da Add DOCUMENT_SETTINGS_MAN variable
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:09:20 -04:00
Gavin Thomas Claugus 0185ab3fd8 Export manpage output directory
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:06:18 -04:00
mario-kr e702f049d0 Merge pull request #12 from mario-kr/impl_ui
Impl ui
2016-06-30 21:02:23 +02:00
mario a91ec5c3ab do vim ggVG= 2016-06-30 19:09:14 +02:00
mario bbb4866fa0 reduce warnings lib 2016-06-30 19:06:26 +02:00
mario 8c93e54939 reduce warnings 2016-06-30 19:02:12 +02:00
mario 5f1e9d6b30 fixed parentheses 2016-06-30 18:59:53 +02:00
mario 2144c8c425 delete-hook working 2016-06-30 18:38:03 +02:00
mario 8225f1a93e add-hook working 2016-06-30 18:25:57 +02:00