index
:
munia.git
cli
master
Unnamed repository; edit this file to name it for gitweb.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
taskmanager.cc
Age
Commit message (
Expand
)
Author
2020-06-06
Rename task to node everywhere.
Bent Bisballe Nyeng
2020-06-06
Change 'observe' to 'subscribe' (and incidentally 'publish') which is more co...
Bent Bisballe Nyeng
2019-02-09
Make code compile again (fix bitrot dating back from 2013).
Bent Bisballe Nyeng
2013-01-17
First part move/remove,create problem.
Bent Bisballe Nyeng
2013-01-11
Fix move on node to self and node to non-existing.
Bent Bisballe Nyeng
2013-01-10
Added attributes to nodes as well as messages for manipulating and transporti...
Bent Bisballe Nyeng
2013-01-04
Create node with symoblic id and reuse this id in other commands in same comm...
Bent Bisballe Nyeng
2012-05-18
Ugly hack to feed filename from cli.
Bent Bisballe Nyeng
2012-05-17
Move createId() method to TaskTree. Store nextid in xml. Clean up XmlParser a...
Bent Bisballe Nyeng
2012-05-17
Merge branch 'master' of https://git.oftal.dk/munia
Jonas Suhr Christensen
2012-05-17
Merge branch 'master' of https://git.oftal.dk/munia
Jonas Suhr Christensen
2012-05-17
Make persistent store (XML).
Bent Bisballe Nyeng
2012-05-17
Move is now handled as a remove and create with same id.
Jonas Suhr Christensen
2012-05-10
Ignore remove/move/update commands on protected taskids (root, Finished, etc...)
Bent Bisballe Nyeng
2012-05-04
IMplemneted remove.
Jonas Suhr Christensen
2012-05-04
Deliver id of newly created task to caller (MessageHandler) through taskid_t ...
Bent Bisballe Nyeng
2012-05-04
Fixed task id error when sending update command.
Jonas Suhr Christensen
2012-05-04
Setting task id in createTask
Jonas Suhr Christensen
2012-05-04
Calling data not getData as it has been renamed
Jonas Suhr Christensen
2012-05-04
Setting id on static tasks
Jonas Suhr Christensen
2012-05-04
Merge branch 'master' of https://git.oftal.dk/munia
Bent Bisballe Nyeng
2012-05-04
Swicth order of predefined tasks.
Bent Bisballe Nyeng
2012-05-04
Changed naming. add to create and delete to remove
Jonas Suhr Christensen
2012-05-04
Added subTasks method.
Bent Bisballe Nyeng
2012-05-04
Remove stub for node change traversal.
Bent Bisballe Nyeng
2012-05-04
Add stub for node change traversal.
Bent Bisballe Nyeng
2012-05-04
Make TaskManager and ConnectionHandler objects global.
Bent Bisballe Nyeng
2012-03-30
Added a bit of debug and implemented messagehandler.
Jonas Suhr Christensen
2012-03-30
Added correct id to backlog node.
Jonas Suhr Christensen
2012-03-30
Added output of tree to stdout.
Jonas Suhr Christensen
2012-03-30
Updated interfaces.
Jonas Suhr Christensen