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