Commit graph

2780 commits

Author SHA1 Message Date
a1979b1235 Merge pull request #568 from matthiasbeyer/remove-lldb-dep
Remove imag project dependency: lldb - we never used it!
2016-07-22 15:54:04 +02:00
LeRoyce Pearson
06c344c9d0 Debug flag is now inserted at the beginning of the arguments. 2016-07-21 22:26:22 +00:00
geemili
d60c558cda Pulled out lambda and made "--debug" constant 2016-07-21 17:08:11 -05:00
8bdb3716ed Merge pull request #563 from matthiasbeyer/libimagstore/more-verbose-warning
Make warning more verbose, tell what kind of variable cannot be fetched
2016-07-21 20:00:28 +02:00
36dbde8f9b Remove imag project dependency: lldb - we never used it! 2016-07-21 18:13:29 +02:00
98a8356150 Reimplement list() 2016-07-21 17:14:13 +02:00
0da8df3c26 Remove unused imports 2016-07-21 17:14:13 +02:00
1f50301ffa Do not use "mut" here, we don't need it 2016-07-21 17:14:13 +02:00
8d89f7bf74 Use if() instead of match here, to have less noise 2016-07-21 17:14:13 +02:00
0cca04c6ac Use Iterator::enumerate() instead of mut variable 2016-07-21 17:14:12 +02:00
ca7a901269 Use the right macro here 2016-07-21 17:14:12 +02:00
3af6712d8b Fix indentation in ui definition 2016-07-21 17:14:12 +02:00
8e4471cc07 Impl Task::retrieve_from_import() 2016-07-21 17:14:12 +02:00
077471f3da Impl Task::retrieve_from_string 2016-07-21 17:14:12 +02:00
58162d8d90 Impl Task::get_from_uuid() 2016-07-21 17:14:12 +02:00
302b46be5f Impl Task::get_from_string() 2016-07-21 17:14:12 +02:00
475a73ee5c Impl Task::get_from_import() 2016-07-21 17:14:12 +02:00
ab613426c6 Fix return types of getter functions 2016-07-21 17:14:12 +02:00
9ff26360e4 Remove the Task::update...() foo, as we do only store UUIDs which do not change 2016-07-21 17:14:12 +02:00
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
f3639d34eb Add more required functionality, not implemented yet 2016-07-21 17:14:12 +02:00
b918f4abbe Rewrite UI with Task::import() 2016-07-21 17:14:12 +02:00
0041a648c3 Add Task::import() 2016-07-21 17:14:12 +02:00
e63f17d51e Add dependency: libimagerror 2016-07-21 17:14:12 +02:00
f55f1e627e Rewrite error module 2016-07-21 17:14:12 +02:00
053c5c13e8 Use generate_runtime_setup() instead of doing it manually 2016-07-21 17:14:12 +02:00
b7f4b6317e Adapt for new interface of libimagtodo 2016-07-21 17:14:11 +02:00
a8bb444f1d Fix misleading function name 2016-07-21 17:14:11 +02:00
879fa3fb48 Provide more detailed access to the ids and tasks 2016-07-21 17:14:11 +02:00
c9be7a7483 Move read::* code to the place where it belongs 2016-07-21 17:14:11 +02:00
df5abef447 Move delete functionality to the place where it belongs 2016-07-21 17:14:11 +02:00
07ab966d37 Impl {Deref, DerefMut} for Task 2016-07-21 17:14:11 +02:00
f3dc1e90af The Task type can have a unnamed member 2016-07-21 17:14:11 +02:00
b12974043d Remove the most ugly parts from the lib 2016-07-21 17:14:11 +02:00
0752058cf5 Format code 2016-07-21 17:14:11 +02:00
b2eb2de3fd We do not need to String::push() here twice 2016-07-21 17:14:11 +02:00
b78da80717 Do not hide the error here, yell it out! 2016-07-21 17:14:11 +02:00
c453647813 Remove dash from command listing
With this patch, we list "imag counter" instead of "imag-counter" in the
help output.
2016-07-21 13:41:11 +02:00
geemili
d838a5c6b0 Actually fixed double debug flag this time 2016-07-19 14:29:23 -05:00
geemili
7702cac8fc Fixed compile errors 2016-07-19 14:25:09 -05:00
geemili
805ff69e2b Fixed debug appearing twice 2016-07-19 14:11:36 -05:00
LeRoyce Pearson
b12dbcd75e Fixed compilation errors 2016-07-19 18:57:49 +00:00
geemili
182479d7af Added in debug flag forwarding 2016-07-19 13:43:48 -05:00
geemili
3e7d921413 Fixed bug where flags would not be read 2016-07-19 13:38:52 -05:00
cdf6bc6fa5 Make warning more verbose, tell what kind of variable cannot be fetched 2016-07-18 15:44:34 +02:00
ce766427da Merge pull request #561 from matthiasbeyer/libimagstore/verify
Libimagstore/verify
2016-07-17 13:03:54 +02:00
909504e50c Merge pull request #562 from matthiasbeyer/libimagrt/default-level-warn
Change default log level to Warn
2016-07-17 13:03:34 +02:00
887ad1c7ed Merge pull request #559 from matthiasbeyer/imag-view/refactor
Imag view/refactor
2016-07-17 13:03:22 +02:00
60863d2fe3 Rewrite main() 2016-07-17 01:29:18 +02:00
9c994b2011 Add VersionsViewer 2016-07-17 01:27:50 +02:00