summaryrefslogtreecommitdiff
path: root/src/tasktree.cc
AgeCommit message (Expand)Author
2020-06-06Rename task to node everywhere.Bent Bisballe Nyeng
2019-02-09Make code compile again (fix bitrot dating back from 2013).Bent Bisballe Nyeng
2013-01-18Make sure we don't create cycle in the tree while moving...Bent Bisballe Nyeng
2013-01-17First part move/remove,create problem.Bent Bisballe Nyeng
2013-01-10Missing attributes are now transmitted properly to the client.Bent Bisballe Nyeng
2013-01-10Added attributes to nodes as well as messages for manipulating and transporti...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-04IMplemneted remove.Jonas Suhr Christensen
2012-05-04Reformat tree dump to stdout.Bent Bisballe Nyeng
2012-05-04Fixed task id error when sending update command.Jonas Suhr Christensen
2012-05-04Renamed getData to data and setting correct parentidJonas Suhr Christensen
2012-05-04Printing id of task instead of node in toStdOutJonas Suhr Christensen
2012-05-04Added testJonas Suhr Christensen
2012-05-03Added breadth first search tourJonas Suhr Christensen
2012-04-12Added observer id as prefix to server->client commands.Jonas Suhr Christensen
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