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